Skip to content

Commit 6f563a8

Browse files
authored
Merge branch 'master' into pbarnett/update_core_info_on_enterprise
2 parents 50978ed + bc0b76c commit 6f563a8

File tree

6 files changed

+39
-40
lines changed

6 files changed

+39
-40
lines changed

content/influxdb3/core/install.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ S3-compatible API, such as [Minio](https://min.io/).
3333

3434
## Quick install
3535

36+
Use the InfluxDB 3 quick install script to install {{< product-name >}} on
37+
**Linux** and **macOS**.
38+
39+
> [!Important]
40+
> If using Windows, [download the InfluxDB 3 Core Windows binary](?t=Windows#download-influxdb-3-core-binaries).
41+
3642
1. Use the following command to download and install the appropriate
3743
{{< product-name >}} package on your local machine:
3844

content/influxdb3/enterprise/install.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ S3-compatible API, such as [Minio](https://min.io/).
3333

3434
## Quick install
3535

36+
Use the InfluxDB 3 quick install script to install {{< product-name >}} on
37+
**Linux** and **macOS**.
38+
39+
> [!Important]
40+
> If using Windows, [download the InfluxDB 3 Enterprise Windows binary](?t=Windows#download-influxdb-3-enterprise-binaries).
41+
3642
1. Use the following command to download and install the appropriate
3743
{{< product-name >}} package on your local machine:
3844

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Or, if you prefer, you can download and install {{% product-name %}} from [build
5858

5959
#### Run the install script
6060

61-
Enter the following command to use [curl](https://curl.se/download.html)to download the script and install {{% product-name %}}, regardless of your operating system:
61+
Enter the following command to use [curl](https://curl.se/download.html) to download the script and install {{% product-name %}} for MacOS and Linux operating systems:
6262

6363
```bash
6464
curl -O https://www.influxdata.com/d/install_influxdb3.sh && sh install_influxdb3.sh
@@ -78,7 +78,7 @@ source ~/.zshrc
7878

7979
#### Optional: Download build artifacts and Docker images
8080

81-
Download the latest build artifacts and Docker images from the links below. These are updated with every merge into `main`.
81+
Download the latest build artifacts — including Windows — and Docker images from the links below. These are updated with every merge into `main`.
8282

8383
##### {{% product-name %}} (latest):
8484
* Docker: [quay.io/influxdb/influxdb3-core:latest](https://quay.io/influxdb/influxdb3-core:latest)
@@ -416,7 +416,7 @@ influxdb3 create distinct_cache -h
416416
#### Only supported in Docker
417417

418418
As of this writing, the Processing Engine is only supported in Docker environments.
419-
We expect it to launch in non-Docker environments soon. We're still in very active development creating the API and developer experience; things will break and change fast. Join our <a href=https://discord.com/invite/eMnhxPyj>Discord</a> to ask questions and give feedback.
419+
We expect it to launch in non-Docker environments soon. We're still in very active development creating the API and developer experience; things will break and change fast. Join our <a href="https://discord.gg/9zaNCW2PRT">Discord</a> to ask questions and give feedback.
420420
{{% /note %}}
421421

422422
InfluxDB3 has an embedded Python VM for running code inside the database. Currently, we only support plugins that get triggered on WAL file flushes, but more will be coming soon. Specifically, plugins will be able to be triggered by:

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Or, if you prefer, you can download and install {{% product-name %}} from [build
5555

5656
#### Run the install script
5757

58-
Enter the following command to use [curl](https://curl.se/download.html)to download the script and install {{% product-name %}}, regardless of your operating system:
58+
Enter the following command to use [curl](https://curl.se/download.html) to download the script and install {{% product-name %}}, for MacOS and Linux operating systems:
5959

6060
```bash
6161
curl -O https://www.influxdata.com/d/install_influxdb3.sh && sh install_influxdb3.sh enterprise
@@ -75,7 +75,7 @@ source ~/.zshrc
7575

7676
#### Optional: Download build artifacts and Docker images
7777

78-
Download the latest build artifacts and Docker images from the links below. These are updated with every merge into `main`.
78+
Download the latest build artifacts — including Windows — and Docker images from the links below. These are updated with every merge into `main`.
7979

8080
##### {{% product-name %}} (latest):
8181

@@ -419,7 +419,7 @@ influxdb3 create distinct_cache -h
419419
#### Only supported in Docker
420420

421421
As of this writing, the Processing Engine is only supported in Docker environments.
422-
We expect it to launch in non-Docker environments soon. We're still in very active development creating the API and developer experience; things will break and change fast. Join our <a href=https://discord.com/invite/eMnhxPyj>Discord</a> to ask questions and give feedback.
422+
We expect it to launch in non-Docker environments soon. We're still in very active development creating the API and developer experience; things will break and change fast. Join our <a href="https://discord.gg/9zaNCW2PRT">Discord</a> to ask questions and give feedback.
423423
{{% /note %}}
424424

425425
InfluxDB3 has an embedded Python VM for running code inside the database. Currently, we only support plugins that get triggered on WAL file flushes, but more will be coming soon. Specifically, plugins will be able to be triggered by:

data/notifications.yaml

Lines changed: 20 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -39,39 +39,26 @@
3939
# - [The plan for InfluxDB 3.0 Open Source](https://influxdata.com/blog/the-plan-for-influxdb-3-0-open-source)
4040
# - [InfluxDB 3.0 benchmarks](https://influxdata.com/blog/influxdb-3-0-is-2.5x-45x-faster-compared-to-influxdb-open-source/)
4141

42-
# - id: v3-enhancements-clustered-ga
43-
# level: note
44-
# scope:
45-
# - /
46-
# exclude:
47-
# - /influxdb/cloud/
48-
# - /influxdb/v1/
49-
# - /influxdb/v2/
50-
# - /flux/v0/
51-
# - /telegraf/
52-
# - /kapacitor/
53-
# - /chronograf/
54-
# title: InfluxDB v3 enhancements and InfluxDB Clustered is now generally available
55-
# slug: |
56-
# New capabilities, including faster query performance and management
57-
# tooling advance the InfluxDB v3 product line.
58-
# InfluxDB Clustered is now generally available.
59-
# message: |
60-
# ### InfluxDB v3 performance and features
61-
62-
# The InfluxDB v3 product line has seen significant enhancements in query
63-
# performance and has made new management tooling available. These enhancements
64-
# include an operational dashboard to monitor the health of your InfluxDB cluster,
65-
# single sign-on (SSO) support in InfluxDB Cloud Dedicated, and new management
66-
# APIs for tokens and databases.
67-
68-
# [Learn about the new v3 enhancements](https://www.influxdata.com/blog/scaling-time-series-workloads-influxdb)
69-
70-
# ---
42+
- id: influxdb3-alpha
43+
level: note
44+
scope:
45+
- /
46+
title: InfluxDB 3 Open Source Now in Public Alpha
7147

72-
# ### InfluxDB Clustered general availability
48+
slug: |
49+
InfluxDB 3 Open Source is now available for alpha testing, licensed under MIT or Apache 2 licensing.
50+
message: |
51+
We are releasing two products as part of the alpha.
7352
74-
# InfluxDB Clustered is now generally available and gives you the power of
75-
# InfluxDB v3 in your self-managed stack.
53+
InfluxDB 3 Core, is our new open source product.
54+
It is a recent-data engine for time series and event data.
55+
InfluxDB 3 Enterprise is a commercial version that builds on Core’s
56+
foundation, adding historical query capability, read replicas, high
57+
availability, scalability, and fine-grained security.
7658
77-
# [Talk to us about InfluxDB Clustered](https://www.influxdata.com/products/influxdb-clustered/)
59+
For more information on how to get started, check out:
60+
61+
- [Announcement blog from InfluxData Founder & CTO Paul Dix](https://www.influxdata.com/blog/influxdb3-open-source-public-alpha)
62+
- Getting Started guides for
63+
[InfluxDB 3 Core](https://docs.influxdata.com/influxdb3/core/get-started/)
64+
and [InfluxDB 3 Enterprise](https://docs.influxdata.com/influxdb3/enterprise/get-started/)

layouts/partials/article/alpha.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ <h4>{{ $displayName }} is in Public Alpha</h4>
4646
</p>
4747
<div class="expand-content" style="display: none;" >
4848
<ul class="feedback-channels">
49-
<li><a href="https://discord.com/invite/eMnhxPyj" target="_blank" class="discord">InfluxDB Discord Server <em style="opacity:.5">(Preferred)</em></a></li>
49+
<li><a href="https://discord.gg/9zaNCW2PRT" target="_blank" class="discord">InfluxDB Discord Server <em style="opacity:.5">(Preferred)</em></a></li>
5050
<li><a href="https://community.influxdata.com" target="_blank" class="community">InfluxData Community</a></li>
5151
<li><a href="https://influxdata.com/slack" target="_blank" class="slack">InfluxDB Community Slack</a></li>
5252
<li><a href="https://reddit.com/r/influxdb" target="_blank" class="reddit">InfluxDB Subreddit</a></li>

0 commit comments

Comments
 (0)