Skip to content

Commit 38b63ec

Browse files
fix: remove incorrect licensing on Core (#5786)
1 parent a0dff4a commit 38b63ec

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

content/shared/v3-core-get-started/_index.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -204,13 +204,6 @@ _For more information about server options, run `influxdb3 serve --help`._
204204
> docker kill <CONTAINER_ID>
205205
> ```
206206
207-
#### Licensing
208-
209-
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.
210-
Upon verification, the license creation, retrieval, and application are automated.
211-
212-
_During the alpha period, licenses are valid until May 7, 2025._
213-
214207
### Data Model
215208
216209
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.

0 commit comments

Comments
 (0)