From 38b63ec51a347e62b0a368f69b78876c9f02f83e Mon Sep 17 00:00:00 2001 From: peterbarnett03 Date: Thu, 16 Jan 2025 21:24:18 -0500 Subject: [PATCH] fix: remove incorrect licensing on Core (#5786) --- content/shared/v3-core-get-started/_index.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/content/shared/v3-core-get-started/_index.md b/content/shared/v3-core-get-started/_index.md index 9234b9061..ef4091306 100644 --- a/content/shared/v3-core-get-started/_index.md +++ b/content/shared/v3-core-get-started/_index.md @@ -204,13 +204,6 @@ _For more information about server options, run `influxdb3 serve --help`._ > docker kill > ``` -#### Licensing - -When starting {{% product-name %}} for the first time, it prompts you to enter an email address for verification. You will receive an email with a verification link. -Upon verification, the license creation, retrieval, and application are automated. - -_During the alpha period, licenses are valid until May 7, 2025._ - ### Data Model The database server contains logical databases, which have tables, which have columns. Compared to previous versions of InfluxDB you can think of a database as a `bucket` in v2 or as a `db/retention_policy` in v1. A `table` is equivalent to a `measurement`, which has columns that can be of type `tag` (a string dictionary), `int64`, `float64`, `uint64`, `bool`, or `string` and finally every table has a `time` column that is a nanosecond precision timestamp.