{"id":37025951,"url":"https://github.com/47degrees/sbt-embedded-cassandra","last_synced_at":"2026-01-14T03:01:05.671Z","repository":{"id":46828533,"uuid":"106417137","full_name":"47degrees/sbt-embedded-cassandra","owner":"47degrees","description":"Simple plugin for starting an embedded Cassandra instance from SBT","archived":true,"fork":false,"pushed_at":"2021-09-23T08:34:15.000Z","size":192,"stargazers_count":9,"open_issues_count":2,"forks_count":1,"subscribers_count":49,"default_branch":"master","last_synced_at":"2024-05-20T22:27:54.943Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/47degrees.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2017-10-10T12:55:35.000Z","updated_at":"2024-05-20T22:27:54.944Z","dependencies_parsed_at":"2022-08-27T18:32:43.112Z","dependency_job_id":null,"html_url":"https://github.com/47degrees/sbt-embedded-cassandra","commit_stats":null,"previous_names":["47deg/sbt-embedded-cassandra"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/47degrees/sbt-embedded-cassandra","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/47degrees%2Fsbt-embedded-cassandra","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/47degrees%2Fsbt-embedded-cassandra/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/47degrees%2Fsbt-embedded-cassandra/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/47degrees%2Fsbt-embedded-cassandra/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/47degrees","download_url":"https://codeload.github.com/47degrees/sbt-embedded-cassandra/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/47degrees%2Fsbt-embedded-cassandra/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28408799,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T01:52:23.358Z","status":"online","status_checked_at":"2026-01-14T02:00:06.678Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-14T03:00:38.641Z","updated_at":"2026-01-14T03:01:04.959Z","avatar_url":"https://github.com/47degrees.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"**THIS PROJECT IS DISCONTINUED — USE AT YOUR OWN RISK**\n\nIt has been a fun and great project but it's time for us to move on. Check out our recent work that we are doing with Scala and follow us on Github and Twitter for new and exciting open source projects. Thanks for your continuing support. If you wish to take on maintenance of this library please contact us through the issue tracker.\n\n\n[![Maven Central](https://img.shields.io/badge/maven%20central-0.0.6-green.svg)](https://repo1.maven.org/maven2/com/47deg/sbt-embedded-cassandra_2.12_1.0) [![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/47degrees/sbt-embedded-cassandra/master/LICENSE) [![GitHub Issues](https://img.shields.io/github/issues/47degrees/sbt-embedded-cassandra.svg)](https://github.com/47degrees/sbt-embedded-cassandra/issues)\n\n# sbt-embedded-cassandra\n\n**sbt-embedded-cassandra** is an SBT plugin that allows to you to start an embedded Cassandra instance.\n \nThe goal of this project is to provide a way to add integration tests using Cassandra, supporting the latest versions and keeping the plugin simple as possible. \n\n## Usage\n\n### Add to plugins.sbt\n\n```scala\naddSbtPlugin(\"com.47deg\" % \"sbt-embedded-cassandra\" % \"0.0.7\")\n```\n\n### Start Cassandra from SBT\n\n```bash\n\u003e embeddedCassandraStart\n```\n\n## Customization\n\n* `embeddedCassandraWorkingDirectorySetting: File`: Output directory for Cassandra. `target/Cassandra` by default.\n\n* `embeddedCassandraPropertiesSetting: Map[String, String]`: Properties to replace in the `cassandra.yml` template. Internally, the plugin will add a new property to the map named `workingDirectory` with the value of the previous setting.\n\n* `embeddedCassandraConfigFileSetting: Option[File]`: Defines a custom template config file, `None` by default. When this setting is `None` it will use the following [template from the resources](embedded-cassandra-core/src/main/resources/basic-cassandra-conf.yml) \n\n* `embeddedCassandraCQLFileSetting: Option[File]`: Defines a CQL file with statements ended with `;` that will be executed after starting the service.\n\n## Supported Cassandra version\n\nCheck the version of [`cassandra-all`](http://mvnrepository.com/artifact/org.apache.cassandra/cassandra-all) library currenly supported and take a look to the current [issues](https://github.com/47degrees/sbt-embedded-cassandra/issues) to stay informed about latest improvements and limitations. \n\n## sbt-embedded-cassandra in the wild not found\n\nIf you wish to add your library here please consider a PR to include it.\n\n# Copyright\n\nsbt-embedded-cassandra is designed and developed by 47 Degrees\n\nCopyright (C) 2017-2018 47 Degrees. \u003chttp://47deg.com\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F47degrees%2Fsbt-embedded-cassandra","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F47degrees%2Fsbt-embedded-cassandra","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F47degrees%2Fsbt-embedded-cassandra/lists"}