https://github.com/evolution-gaming/cassandra-launcher
Cassandra launcher
https://github.com/evolution-gaming/cassandra-launcher
cassandra launcher scala
Last synced: 3 months ago
JSON representation
Cassandra launcher
- Host: GitHub
- URL: https://github.com/evolution-gaming/cassandra-launcher
- Owner: evolution-gaming
- License: mit
- Created: 2018-08-26T17:47:24.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-29T13:57:49.000Z (12 months ago)
- Last Synced: 2025-02-08T06:51:17.765Z (5 months ago)
- Topics: cassandra, launcher, scala
- Language: Scala
- Size: 63.5 KB
- Stars: 1
- Watchers: 10
- Forks: 1
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cassandra Launcher
[](https://github.com/evolution-gaming/cassandra-launcher/actions?query=workflow%3ACI)
[](https://coveralls.io/github/evolution-gaming/cassandra-launcher?branch=master)
[](https://www.codacy.com/app/evolution-gaming/cassandra-launcher?utm_source=github.com&utm_medium=referral&utm_content=evolution-gaming/cassandra-launcher&utm_campaign=Badge_Grade)
[](https://evolution.jfrog.io/artifactory/api/search/latestVersion?g=com.evolutiongaming&a=cassandra-launcher_2.13&repos=public)
[](https://opensource.org/licenses/MIT)## How to use
```scala
val shutdown = StartCassandra() // starts server
shutdown() // shutdown server
```## Setup
```scala
addSbtPlugin("com.evolution" % "sbt-artifactory-plugin" % "0.0.2")libraryDependencies += "com.evolutiongaming" %% "cassandra-launcher" % "0.0.5"
```