8000 Docs: official InfluxDB client by ennru · Pull Request #2265 · akka/alpakka · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Docs: official InfluxDB client #2265

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 6, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/src/main/paradox/influxdb.md
8000
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ For more information about InfluxDB, please visit the [InfluxDB Documentation](h

@@project-info{ projectId="influxdb" }

@@@note { title="Official Akka Streams client" }

## Influxdata, the makers of InfluxDB now offer an Akka Streams-aware client library in https://github.com/influxdata/influxdb-client-java/tree/master/client-scala

"The reference Scala client that allows query and write for the InfluxDB 2.0 by Akka Streams."

@@@


@@@warning { title="API may change" }

Expand All @@ -16,6 +24,8 @@ Furthermore, the major InfluxDB update to [version 2.0](https://www.influxdata.c
@@@




## Artifacts

@@dependency [sbt,Maven,Gradle] {
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/paradox/release-notes/2.0.x/kinesis.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# AWS Kinesis

## 2.0.0-M3
## 2.0.0-RC2

- AWS library updates [#2235](https://github.com/akka/alpakka/issues/2235) by [@ennru](https://github.com/ennru)
- Fix flicker test in Kinesis KCL [#2229](https://github.com/akka/alpakka/issues/2229) by [@aserrallerios](https://github.com/aserrallerios)
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/paradox/release-notes/2.0.x/s3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# AWS S3

## 2.0.0-RC1
## 2.0.0-RC2

- Akka 2.5.31 and prefer `ClassicActorSystemProvider` [#2254](https://github.com/akka/alpakka/issues/2254) by [@ennru](https://github.com/ennru)
- AWS library updates [#2235](https://github.com/akka/alpakka/issues/2235) by [@ennru](https://github.com/ennru)
Expand Down
0