codefeedr-plugin-mongodb

CodeFeedr provides an infrastructure on top of Apache Flink for more advanced stream architectures.

License

License

Categories

Categories

MongoDB Data Databases
GroupId

GroupId

org.codefeedr
ArtifactId

ArtifactId

codefeedr-plugin-mongodb_2.12
Last Version

Last Version

0.1.10
Release Date

Release Date

Type

Type

jar
Description

Description

codefeedr-plugin-mongodb
CodeFeedr provides an infrastructure on top of Apache Flink for more advanced stream architectures.
Project URL

Project URL

https://github.com/codefeedr/codefeedr
Project Organization

Project Organization

CodeFeedr
Source Code Management

Source Code Management

https://github.com/codefeedr/codefeedr

Download codefeedr-plugin-mongodb_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/org.codefeedr/codefeedr-plugin-mongodb_2.12/ -->
<dependency>
    <groupId>org.codefeedr</groupId>
    <artifactId>codefeedr-plugin-mongodb_2.12</artifactId>
    <version>0.1.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.codefeedr/codefeedr-plugin-mongodb_2.12/
implementation 'org.codefeedr:codefeedr-plugin-mongodb_2.12:0.1.10'
// https://jarcasting.com/artifacts/org.codefeedr/codefeedr-plugin-mongodb_2.12/
implementation ("org.codefeedr:codefeedr-plugin-mongodb_2.12:0.1.10")
'org.codefeedr:codefeedr-plugin-mongodb_2.12:jar:0.1.10'
<dependency org="org.codefeedr" name="codefeedr-plugin-mongodb_2.12" rev="0.1.10">
  <artifact name="codefeedr-plugin-mongodb_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codefeedr', module='codefeedr-plugin-mongodb_2.12', version='0.1.10')
)
libraryDependencies += "org.codefeedr" % "codefeedr-plugin-mongodb_2.12" % "0.1.10"
[org.codefeedr/codefeedr-plugin-mongodb_2.12 "0.1.10"]

Dependencies

compile (5)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.8
org.codefeedr : codefeedr-core_2.12 jar 0.1.10
org.apache.logging.log4j : log4j-api jar 2.11.0
org.apache.logging.log4j : log4j-api-scala_2.12 jar 11.0
org.mongodb.scala : mongo-scala-driver_2.12 jar 2.3.0

provided (2)

Group / Artifact Type Version
org.apache.flink : flink-scala_2.12 jar 1.9.1
org.apache.flink : flink-streaming-scala_2.12 jar 1.9.1

runtime (1)

Group / Artifact Type Version
org.apache.logging.log4j : log4j-core jar 2.11.0

test (5)

Group / Artifact Type Version
org.scalactic : scalactic_2.12 jar 3.0.1
org.scalatest : scalatest_2.12 jar 3.0.5
org.scalamock : scalamock_2.12 jar 4.1.0
org.mockito : mockito-all jar 1.10.19
com.github.simplyscala : scalatest-embedmongo_2.12 jar 0.2.4

Project Modules

There are no modules declared in this project.


CodeFeedr

Maven Central Build Status BCH compliance Coverage Status License University

A framework for easily building Flink streaming programs. Documentation can be found here.

Contributors

Main contributors:

Former contributors:

Configuring the build environment

Command line

The project is build with SBT. To install SBT, do:

  • Mac: brew install sbt
  • Debian/Ubuntu: apt-get install sbt

Run sbt. Then at the SBT console:

  • compile to compile
  • run to run the default class
  • test to run the tests
  • clean to clean

From IntelliJ

Install the latest IntelliJ. Go to the IntelliJ preferences and install the Scala plugin. Then

  1. File -> New -> Project with existing sources from within IntelliJ or "Import project" from the IntelliJ splash screen
  2. Select the top level checkout directory for CodeFeedr.
  3. On the dialog that appears, select "SBT"
  4. Click Next and then Finish
  5. From the "SBT Project Data To Import", select all modules

In order to run your application from within IntelliJ, you have to select the classpath of the 'mainRunner' module in the run/debug configurations. Simply open 'Run -> Edit configurations...' and then select 'mainRunner' from the "Use classpath of module" dropbox.

Run documentation locally

In order to run the documentation locally, make sure to have Ruby and Rubygem installed.

  1. Install Jekyll: gem install jekyll
  2. Install dependencies: gem install bundler
  3. Move to the docs directory: cd docs
  4. Serve the website: jekyll serve By default the documentation will be served at http://127.0.0.1:4000

Use orchestration tools

The orchestration tools are located under /tools. They depend on:

  • Python
  • Docker
  • Redis
org.codefeedr

The CodeFeedr project

Versions

Version
0.1.10
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0