https://github.com/bednar/influxdb-java-driver
https://github.com/bednar/influxdb-java-driver
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bednar/influxdb-java-driver
- Owner: bednar
- Created: 2019-02-05T10:16:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-05T13:09:54.000Z (over 7 years ago)
- Last Synced: 2025-03-02T07:30:09.245Z (over 1 year ago)
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Java
```
influxdb-java-client
│
│
├── client InfluxDB 2.x - Pure Java
│
│
├── client-reactive InfluxDB 2.x - RxJava
│
│
└── client-kotlin InfluxDB 2.x - Kotlin
│
│
└── client-scala InfluxDB 2.x - Scala
│
│
└── client-legacy InfluxDB 1.x Flux Query - Pure Java
│
│
└── client-core Shared tools for drives
│
│
└── client-test Test tools for drives
│
│
└── flux-dsl Flux query builder
│
│
└── scrits
```
### C#
```
influxdb-java-client
│
│
├── Client InfluxDB 2.x - Pure C#
│
│
├── Client.Legacy InfluxDB 1.x Flux Query - Pure C#
│
│
├── Client.Core Shared tools for drives
```