One Paragraph of module description goes here
Atrribute | Value |
---|---|
Has Source | Yes |
Batch | No |
Stream | Yes |
Distributed | No |
Atrribute | Value |
---|---|
Has Sink | Yes |
Distributed | No |
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them
Give examples
A step by step series of examples that tell you how to get a development env running
This is a good place to put Maven and Gradle dependencies.
Maven:
<dependency>
<groupId>com.hazelcast.jet.contrib</groupId>
<artifactId>influxdb</artifactId>
<version>${version}</version>
</dependency>
Gradle:
compile group: 'com.hazelcast.jet.contrib', name: 'influxdb', version: ${version}
Describe the module usage and how it interacts with the rest of the system. The
entry point of the module must be included in this section like InfluxDbSinks.influxDb()
.
End with a very small example/snippet of getting some data out of the system or using it for a little demo
Describe F-T behavior, give information about whether the source is replayable, talk about checkpointing and transactional reads. For sinks describe idempotence and/or transactional writes.
Explain how to run the automated tests for this system
./gradlew test
- Name Surname - link to your profile or contact information if you like
See also the list of contributors who participated in this project.
This project is licensed under the Apache 2.0 license - see the LICENSE file for details