Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evolution-gaming/cassandra-launcher
Cassandra launcher
https://github.com/evolution-gaming/cassandra-launcher
cassandra launcher scala
Last synced: 2 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-18T10:51:43.000Z (7 months ago)
- Last Synced: 2024-07-18T13:28:25.753Z (7 months ago)
- Topics: cassandra, launcher, scala
- Language: Scala
- Size: 63.5 KB
- Stars: 1
- Watchers: 9
- Forks: 1
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cassandra Launcher
[![Build Status](https://github.com/evolution-gaming/cassandra-launcher/workflows/CI/badge.svg)](https://github.com/evolution-gaming/cassandra-launcher/actions?query=workflow%3ACI)
[![Coverage Status](https://coveralls.io/repos/github/evolution-gaming/cassandra-launcher/badge.svg?branch=master)](https://coveralls.io/github/evolution-gaming/cassandra-launcher?branch=master)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/dfad9023e8394f75bbd821ae2e305476)](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)
[![Version](https://img.shields.io/badge/version-click-blue)](https://evolution.jfrog.io/artifactory/api/search/latestVersion?g=com.evolutiongaming&a=cassandra-launcher_2.13&repos=public)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellowgreen.svg)](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"
```