monix-connect


License

License

GroupId

GroupId

io.monix
ArtifactId

ArtifactId

monix-connect_2.13
Last Version

Last Version

0.4.1
Release Date

Release Date

Type

Type

jar
Description

Description

monix-connect
monix-connect
Project URL

Project URL

https://connect.monix.io
Project Organization

Project Organization

io.monix
Source Code Management

Source Code Management

https://github.com/monix/monix-connect

Download monix-connect_2.13

How to add to project

<!-- https://jarcasting.com/artifacts/io.monix/monix-connect_2.13/ -->
<dependency>
    <groupId>io.monix</groupId>
    <artifactId>monix-connect_2.13</artifactId>
    <version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.monix/monix-connect_2.13/
implementation 'io.monix:monix-connect_2.13:0.4.1'
// https://jarcasting.com/artifacts/io.monix/monix-connect_2.13/
implementation ("io.monix:monix-connect_2.13:0.4.1")
'io.monix:monix-connect_2.13:jar:0.4.1'
<dependency org="io.monix" name="monix-connect_2.13" rev="0.4.1">
  <artifact name="monix-connect_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.monix', module='monix-connect_2.13', version='0.4.1')
)
libraryDependencies += "io.monix" % "monix-connect_2.13" % "0.4.1"
[io.monix/monix-connect_2.13 "0.4.1"]

Dependencies

compile (9)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.13.1
io.monix : monix-akka_2.13 jar 0.4.1
io.monix : monix-dynamodb_2.13 jar 0.4.1
io.monix : monix-gcs_2.13 jar 0.4.1
io.monix : monix-hdfs_2.13 jar 0.4.1
io.monix : monix-mongodb_2.13 jar 0.4.1
io.monix : monix-parquet_2.13 jar 0.4.1
io.monix : monix-redis_2.13 jar 0.4.1
io.monix : monix-s3_2.13 jar 0.4.1

Project Modules

There are no modules declared in this project.

Monix Connect

release-badge workflow-badge Gitter Scala Steward badge

⚠️ Mind that the project isn't yet stable, so binary compatibility is not guaranteed.

Monix Connect is an initiative to implement stream integrations for Monix.

Learn more on how to get started in the documentation page.

Please, drop a to support this project if you found it interesting!

Connectors

The below list comprehends the current set of available connectors:

  1. Akka Streams
  2. Apache Parquet
  3. AWS DynamoDB
  4. AWS S3
  5. Elasticsearch
  6. Google Cloud Storage
  7. Hdfs
  8. MongoDB
  9. Redis

Contributing

The Monix Connect project welcomes contributions from anybody wishing to participate. All code or documentation that is provided must be licensed with the same license that Monix Connect is licensed with (Apache 2.0, see LICENCE).

People are expected to follow the Scala Code of Conduct when discussing Monix on GitHub, Gitter channel, or other venues.

Feel free to open an issue if you notice a bug, you have a question about the code, an idea for an existing connector or even for adding a new one. Pull requests are also gladly accepted. For more information, check out the contributor guide.

Credits

The foundation of Monix Connect was inspired on essence to the Akka's Alpakka project, and its name from the also popular Kafka Connect.

License

All code in this repository is licensed under the Apache License, Version 2.0. See LICENCE.

io.monix

Monix

Asynchronous, Reactive programming for Scala and Scala.js

Versions

Version
0.4.1
0.3.3
0.1.0
0.0.1