Monix Connect

Monix Connect

  • API Docs
  • Documentation
  • GitHub

›Documentation

Documentation

  • Overview
  • Akka Streams
  • Apache Parquet
  • AWS DynamoDB
  • AWS S3
  • Elasticsearch
  • Google Cloud Storage
  • HDFS
  • MongoDB
  • Redis

Overview

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

A connector describes the connection between the application and a specific data point, which could be a file, a database or any system in which the appication can interact by sending or receiving information.

Therefore, the aim of this project is to provide to the user with the most common connections they could need when developing reactive applications with Monix, these would basically reduce boilerplate code and furthermore, will let them to greatly save time and complexity on implementing projects.

The latest stable version of monix-connect is compatible with Monix 3.x, Scala 2.12.x and 2.13.x, you can import all of the connectors by adding the following dependency (find and fill your release version):

libraryDependencies += "io.monix" %% "monix-connect" % "0.5.1"

But you would probably only want to add a specific connector to your library dependencies, see how to do so and how to get started with them in the next sections.

Akka Streams →

Copyright © 2020-2020 The Monix Connect Developers.