Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Cqrs Manager For Distributed Reactive Services | 278 | 4 years ago | 4 | apache-2.0 | Java | |||||
Experimental CQRS and Event Sourcing service | ||||||||||
Kukulcan | 91 | 2 years ago | apache-2.0 | Scala | ||||||
A REPL for Apache Kafka | ||||||||||
Apps | 30 | 2 months ago | 73 | February 01, 2023 | 8 | Scala | ||||
Thimble | 19 | 2 years ago | 12 | February 09, 2020 | epl-2.0 | Clojure | ||||
Clojure sandbox for Streaming Data Platforms | ||||||||||
Messenjer | 8 | 5 years ago | 1 | apache-2.0 | Clojure | |||||
A simple project to demonstrate building a streaming messaging app with Clojure, Kafka, Re-Frame, Pedestal, and Component. This corresponds to a walkthrough published on LambdaStew.com | ||||||||||
Franzy Examples | 8 | 7 years ago | 2 | epl-1.0 | Clojure | |||||
Examples and more for Franzy, a suite of Kafka libraries including producers, consumers, admin, validation, config, and more. | ||||||||||
Rotera | 8 | 4 years ago | 5 | other | Haskell | |||||
Persistent rotating queue | ||||||||||
Streampunk | 7 | 10 months ago | 1 | apache-2.0 | Java | |||||
Polyglot Programmable Shell for Kafka | ||||||||||
Scoop | 7 | 5 years ago | Clojure | |||||||
Speaking Kafka's protocol from Clojure REPL | ||||||||||
Kc Repl | 3 | 6 months ago | 10 | epl-1.0 | Clojure | |||||
An interactive, command line tool for exploring Kafka clusters |
This repository holds the apps in the Main and Contrib channels for Coursier.
You can find information about creating your own application to be installed
with cs
here on the
website.
These are the apps in the default main JAR-based channel, io.get-coursier:app
which is used with cs install
These apps are available by passing --contrib
to the cs install
command.
Feel free to send in a PR to add your application here!
This README is auto-generated by the scripts/generate-readme.sc
Ammonite
script Please don't update the README directly, but rather update the
README.template.md
. Note that you don't need to manually add your app to it,
it will be automatically added in CI.
If you'd like to test a change locally to ensure what you're adding or changing works correctly, you can do the following while in the workspace.
cs launch --default-channels=false --channel ./(apps|apps-contrib)/resources <app name>