cangencer / hazelcast-jet-contrib

Community supported modules for Hazelcast Jet

Home Page:https://github.com/hazelcast/hazelcast-jet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hazelcast-jet-contrib

This repository includes various community supported and incubating modules for Hazelcast Jet.

As a general guideline, the following types of modules are encouraged in this repository:

  • Various connectors, including both sources and sinks
  • Context factories. that potentially integrate with other systems.
  • Custom aggregations. These should be generic enough that they should be reusable in other pipelines.

Building from source

To build the project, use the following command

./gradlew build

List of modules

A Hazelcast Jet Connector for InfluxDb which enables Hazelcast Jet pipelines to read/write data points from/to InfluxDb.

A collection of probabilistic aggregations such as HyperLogLog.

Contributing

We encourage pull requests and process them promptly.

To contribute:

Submit your contribution as a pull request on GitHub.

License

This project is licensed under the Apache 2.0 license - see the LICENSE file for details

About

Community supported modules for Hazelcast Jet

https://github.com/hazelcast/hazelcast-jet

License:Apache License 2.0


Languages

Language:Java 100.0%