chronicler-testing


License

License

GroupId

GroupId

com.github.fsanaulla
ArtifactId

ArtifactId

chronicler-testing_2.12
Last Version

Last Version

0.2.6
Release Date

Release Date

Type

Type

jar
Description

Description

chronicler-testing
chronicler-testing
Project URL

Project URL

https://github.com/fsanaulla/chronicler
Project Organization

Project Organization

com.github.fsanaulla
Source Code Management

Source Code Management

https://github.com/fsanaulla/chronicler

Download chronicler-testing_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.fsanaulla/chronicler-testing_2.12/ -->
<dependency>
    <groupId>com.github.fsanaulla</groupId>
    <artifactId>chronicler-testing_2.12</artifactId>
    <version>0.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fsanaulla/chronicler-testing_2.12/
implementation 'com.github.fsanaulla:chronicler-testing_2.12:0.2.6'
// https://jarcasting.com/artifacts/com.github.fsanaulla/chronicler-testing_2.12/
implementation ("com.github.fsanaulla:chronicler-testing_2.12:0.2.6")
'com.github.fsanaulla:chronicler-testing_2.12:jar:0.2.6'
<dependency org="com.github.fsanaulla" name="chronicler-testing_2.12" rev="0.2.6">
  <artifact name="chronicler-testing_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fsanaulla', module='chronicler-testing_2.12', version='0.2.6')
)
libraryDependencies += "com.github.fsanaulla" % "chronicler-testing_2.12" % "0.2.6"
[com.github.fsanaulla/chronicler-testing_2.12 "0.2.6"]

Dependencies

compile (5)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.6
com.github.fsanaulla : chronicler-core_2.12 jar 0.2.6
org.jetbrains : annotations jar 15.0
org.scalatest : scalatest_2.12 jar 3.0.5
org.testcontainers : influxdb jar 1.7.3

Project Modules

There are no modules declared in this project.

Chronicler

Open-source Scala toolchain for InfluxDB.

Build Status Codacy Badge Maven Central Join the chat at https://gitter.im/chronicler/Lobby

Features

  • Multiple backend
  • Flexible API
  • Code generation with macros
  • High modularity
  • Response streaming
  • Data compression (in-progress)
  • Spark support (located here)
  • Kafka sink (in-progress)

Documentation

  1. Modules
  2. Get Started
  3. Clients tutorial
  4. Read operation
  5. Write operation
  6. Database management
  7. User management
  8. CQ management
  9. Subscription management
  10. RP management
  11. Shards management
  12. Response handling
  13. Macros
  14. Utils
  15. Streaming
  16. Data compression

Inspirations

Versions

Version
0.2.6
0.2.5
0.2.4