You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: organize cloud1-note shortcode into influxdb directory
Move the Cloud 1 note shortcode from influxdb-cloud1-note.html
to influxdb/cloud1-note.html to follow the existing organizational
pattern in layouts/shortcodes/influxdb/.
This change also applies the Cloud 1 content updates from PR #6729
using the new organized shortcode path: {{< influxdb/cloud1-note >}}
closes#6729
Copy file name to clipboardExpand all lines: content/enterprise_influxdb/v1/_index.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ weight: 1
12
12
13
13
InfluxDB Enterprise provides a time series database designed to handle high write and query loads and offers highly scalable clusters on your infrastructure with a management UI. Use for DevOps monitoring, IoT sensor data, and real-time analytics. Check out the key features that make InfluxDB Enterprise a great choice for working with time series data.
InfluxDB is meant to be used as a backing store for any use case involving large amounts of timestamped data, including DevOps monitoring, application metrics, IoT sensor data, and real-time analytics.
14
+
15
+
Common use cases include:
16
+
17
+
- Infrastructure and DevOps monitoring
18
+
- Application metrics and performance monitoring
19
+
- IoT sensor data collection
20
+
- Real-time analytics
21
+
- Events handling
22
+
23
+
{{< influxdb/cloud1-note type="oss" >}}
14
24
15
25
## Key features
16
26
17
-
Here are some of the features that InfluxDB currently supports that make it a great choice for working with time series data.
27
+
InfluxDB v{{< current-version >}} supports the following features for working with time series data.
18
28
19
-
* Custom high performance datastore written specifically for time series data.
29
+
- Custom high performance datastore written specifically for time series data.
20
30
The TSM engine allows for high ingest speed and data compression
21
-
* Written entirely in Go.
31
+
- Written entirely in Go.
22
32
It compiles into a single binary with no external dependencies.
23
-
* Simple, high performing write and query HTTP APIs.
24
-
* Plugins support for other data ingestion protocols such as Graphite, collectd, and OpenTSDB.
25
-
* Expressive SQL-like query language tailored to easily query aggregated data.
26
-
* Tags allow series to be indexed for fast and efficient queries.
27
-
* Retention policies efficiently auto-expire stale data.
28
-
* Continuous queries automatically compute aggregate data to make frequent queries more efficient.
29
-
30
-
The open source edition of InfluxDB runs on a single node.
31
-
If you require high availability to eliminate a single point of failure, consider the [InfluxDB Enterprise Edition](/enterprise_influxdb/v1/).
33
+
- Simple, high performing write and query HTTP APIs.
34
+
- Plugins support for other data ingestion protocols such as Graphite, collectd, and OpenTSDB.
35
+
- Expressive SQL-like query language tailored to easily query aggregated data.
36
+
- Tags allow series to be indexed for fast and efficient queries.
37
+
- Retention policies efficiently auto-expire stale data.
38
+
- Continuous queries automatically compute aggregate data to make frequent queries more efficient.
39
+
40
+
InfluxDB OSS v1 runs on a single node.
41
+
If you require high availability to eliminate a single point of failure, consider [InfluxDB 3 Enterprise](/influxdb3/enterprise/),
42
+
InfluxDB's next generation that supports multi-node clustering, allows infinite series cardinality without impact on overall database performance, and
43
+
brings native SQL support and improved InfluxQL performance.
0 commit comments