January 13, 2020

168 words 1 min read

Netflix/mantis

Netflix/mantis

A platform that makes it easy for developers to build realtime, cost-effective, operations-focused applications

repo name Netflix/mantis
repo link https://github.com/Netflix/mantis
homepage
language Java
size (curr.) 16559 kB
stars (curr.) 964
created 2019-06-06
license Apache License 2.0

Build Status OSS Lifecycle License

Mantis Documentation

Checkout the documentation

Mantis Components

  1. Runtime (this repo)
  2. Control Plane
  3. Publisher Client
  4. Source Jobs
  5. Connectors
  6. MQL
  7. API
  8. CLI
  9. UI
  10. Gradle Plugin
  11. Examples

Development

Building

$ ./gradlew clean build

Testing

$ ./gradlew clean test

Building deployment into local Maven cache

$ ./gradlew clean publishNebulaPublicationToMavenLocal

Releasing

We release by tagging which kicks off a CI build. The CI build will run tests, integration tests, static analysis, checkstyle, build, and then publish to the public Bintray repo to be synced into Maven Central.

Tag format:

vMajor.Minor.Patch

You can tag via git or through Github’s Release UI.

Contributing

Mantis is interested in building the community. We welcome any forms of contributions through discussions on any of our mailing lists or through patches.

For more information on contribution, check out the contributions file here:

comments powered by Disqus