mongodb

A Hazelcast Jet connector for MongoDB which enables Hazelcast Jet pipelines to read/write documents from/to MongoDB.

Лицензия

Лицензия

Категории

Категории

MongoDB Данные Базы данных Hazelcast Библиотеки уровня приложения Distributed Applications
Группа

Группа

com.hazelcast.jet.contrib
Идентификатор

Идентификатор

mongodb
Последняя версия

Последняя версия

0.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

mongodb
A Hazelcast Jet connector for MongoDB which enables Hazelcast Jet pipelines to read/write documents from/to MongoDB.

Скачать mongodb

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.hazelcast.jet.contrib/mongodb/ -->
<dependency>
    <groupId>com.hazelcast.jet.contrib</groupId>
    <artifactId>mongodb</artifactId>
    <version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.hazelcast.jet.contrib/mongodb/
implementation 'com.hazelcast.jet.contrib:mongodb:0.2'
// https://jarcasting.com/artifacts/com.hazelcast.jet.contrib/mongodb/
implementation ("com.hazelcast.jet.contrib:mongodb:0.2")
'com.hazelcast.jet.contrib:mongodb:jar:0.2'
<dependency org="com.hazelcast.jet.contrib" name="mongodb" rev="0.2">
  <artifact name="mongodb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hazelcast.jet.contrib', module='mongodb', version='0.2')
)
libraryDependencies += "com.hazelcast.jet.contrib" % "mongodb" % "0.2"
[com.hazelcast.jet.contrib/mongodb "0.2"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
com.hazelcast.jet : hazelcast-jet jar 4.0
com.google.code.findbugs : jsr305 jar 3.0.2
org.mongodb : mongodb-driver-sync jar 3.11.1

Модули Проекта

Данный проект не имеет модулей.

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
  • Service 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

To publish project modules to the Maven Local repository, use the command

./gradlew publishToMavenLocal

List of modules

InfluxDb Connector

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

Probabilistic Aggregations

A collection of probabilistic aggregations such as HyperLogLog.

Redis Connectors

Hazelcast Jet connectors for various Redis data structures.

MongoDB Connector

A Hazelcast Jet connector for MongoDB for querying/inserting objects from/to MongoDB.

Kafka Connect Connector

A generic Kafka Connect source provides ability to plug any Kafka Connect source for data ingestion to Jet pipelines.

Twitter Connector

A Hazelcast Jet connector for consuming data from Twitter stream sources in Jet pipelines.

Pulsar Connector

A Hazelcast Jet connector for consuming/producing messages from/to Apache Pulsar topics.

XA Tests

Tests to check compatibility of the XA support in your JMS broker or JDBC database with Jet's fault tolerance.

Hazelcast Jet Spring Boot Starter

A Spring Boot Starter for Hazelcast Jet which auto-configures Hazelcast Jet if found on the classpath.

HTTP(S) Listener Connector

A Hazelcast Jet Listener Connector for listening incoming HTTP requests as a source and sending messages(websocket) or events(server-sent-event) to the listening clients as a sink.

Snapshot Releases

To access snapshot builds add the following dependency and repository declarations to dependencies and repositories sections in your pom.xml respectively.

<dependency>
  <groupId>com.hazelcast.jet.contrib</groupId>
  <artifactId>${module.name}</artifactId>
  <version>${module.version}</version>
</dependency>
<repository>
    <id>sonatype-snapshots</id>
    <name>Sonatype Snapshot Repository</name>
    <url>https://oss.sonatype.org/content/repositories/snapshots</url>
    <releases>
        <enabled>false</enabled>
    </releases>
    <snapshots>
        <enabled>true</enabled>
    </snapshots>
</repository>

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

com.hazelcast.jet.contrib

hazelcast

Hazelcast, the leading in-memory computing platform

Версии библиотеки

Версия
0.2
0.1