{"id":36417048,"url":"https://github.com/mvallim/spring-cassandra-embedded","last_synced_at":"2026-01-11T17:00:12.376Z","repository":{"id":43652751,"uuid":"280518770","full_name":"mvallim/spring-cassandra-embedded","owner":"mvallim","description":"The purpose of this application is to start an instance of Cassandra quickly and to assist in the development (local) of applications that make use of Cassandra. Remember development!","archived":false,"fork":false,"pushed_at":"2023-07-06T23:51:42.000Z","size":86,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-29T08:33:58.216Z","etag":null,"topics":["cassandra","embedded","spring"],"latest_commit_sha":null,"homepage":"https://mvallim.github.io/spring-cassandra-embedded/","language":"Java","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/mvallim.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-07-17T20:26:30.000Z","updated_at":"2023-01-31T09:40:35.000Z","dependencies_parsed_at":"2025-04-24T14:00:46.088Z","dependency_job_id":"0c51941e-e1e4-4c5b-b737-19f7adfdeca1","html_url":"https://github.com/mvallim/spring-cassandra-embedded","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/mvallim/spring-cassandra-embedded","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvallim%2Fspring-cassandra-embedded","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvallim%2Fspring-cassandra-embedded/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvallim%2Fspring-cassandra-embedded/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvallim%2Fspring-cassandra-embedded/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mvallim","download_url":"https://codeload.github.com/mvallim/spring-cassandra-embedded/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvallim%2Fspring-cassandra-embedded/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28314253,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T14:58:17.114Z","status":"ssl_error","status_checked_at":"2026-01-11T14:55:53.580Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cassandra","embedded","spring"],"created_at":"2026-01-11T17:00:10.612Z","updated_at":"2026-01-11T17:00:12.306Z","avatar_url":"https://github.com/mvallim.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# spring-cassandra-embedded\n\n![Java CI with Maven](https://github.com/mvallim/spring-cassandra-embedded/workflows/Java%20CI%20with%20Maven/badge.svg?branch=master)\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=spring-cassandra-embedded\u0026metric=alert_status)](https://sonarcloud.io/dashboard?id=spring-cassandra-embedded)\n[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=spring-cassandra-embedded\u0026metric=coverage)](https://sonarcloud.io/dashboard?id=spring-cassandra-embedded)\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.mvallim/spring-cassandra-embedded/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.mvallim/spring-cassandra-embedded)\n[![Hex.pm](https://img.shields.io/hexpm/l/plug.svg)](http://www.apache.org/licenses/LICENSE-2.0)\n\n## 1. Quick Start\n\nThis chapter will show you how to get started run Cassandra embedded.\n\n### 1.1 Prerequisite\n\nBefore run `spring-cassandra-embedded`, you must do download the last version of `spring-cassandra-embedded` using maven cli.\n\n1. Download artifact\n\n   ```shell\n   mvn dependency:get \\\n       -DremoteRepositories=http://repo1.maven.org/maven2/ \\\n       -DgroupId=com.github.mvallim \\\n       -DartifactId=spring-cassandra-embedded \\\n       -Dversion=0.0.4 \\\n       -Dtransitive=false\n   ```\n\n### 1.2 Run\n\n1. Run embedded Cassandra\n\n   ```shell\n   java -jar \\\n\t-Dcassandra.storagedir=/tmp/cassandra \\\n\t-Dcassandra.jmx.local.port=9043 \\\n\t~/.m2/repository/com/github/mvallim/spring-cassandra-embedded/0.0.4/spring-cassandra-embedded-0.0.4.jar\n   ```\n\n   Output should be\n\n   ```text\n   Application........: spring-cassandra-embedded:0.0.4\n   Application Listen.: localhost:9042\n   Cassandra Version..: 3.11.6\n   ```\n\n### 1.3 Check ports\n\n1. Check the application ports\n\n   1. **Linux**\n\n      Run this command\n\n      ```shell\n      netstat -plnt\n      ```\n\n      Output should be\n\n      ```text\n      (Not all processes could be identified, non-owned process info\n       will not be shown, you would have to be root to see it all.)\n      Active Internet connections (only servers)\n      Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name\n      tcp        0      0 127.0.0.1:9042          0.0.0.0:*               LISTEN      18949/java\n      tcp        0      0 127.0.0.1:38021         0.0.0.0:*               LISTEN      3518/java\n      tcp        0      0 0.0.0.0:8081            0.0.0.0:*               LISTEN      18949/java\n      tcp        0      0 0.0.0.0:38417           0.0.0.0:*               LISTEN      3518/java\n      tcp        0      0 127.0.0.1:53            0.0.0.0:*               LISTEN      -\n      tcp        0      0 127.0.0.1:41623         0.0.0.0:*               LISTEN      15189/code\n      tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      -\n      tcp        0      0 127.0.0.1:43097         0.0.0.0:*               LISTEN      18949/java\n      ```\n\n   1. **Windows**\n\n      Run this command\n\n      ```shell\n      netstat -ant -p tcp | findstr LISTENING\n      ```\n\n      Output should be\n\n      ```text\n      TCP    127.0.0.1:9042        0.0.0.0:0       LISTENING   InHost\n      ```\n\n   You can see port **9042**. (Cassandra server respectivaly)\n\n\n# Contributing\n\nPlease read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.\n\n## Versioning\n\nWe use [GitHub](https://github.com/mvallim/spring-cassadra-embedded) for versioning. For the versions available, see the [tags on this repository](https://github.com/mvallim/spring-cassadra-embedded/tags).\n\n## Authors\n\n* **Marcos Vallim** - *Initial work, Development, Test, Documentation* - [mvallim](https://github.com/mvallim)\n* **Paulo Sergio** - *Initial work, Development, Test, Documentation* - [pspjnsu](https://github.com/pspjnsu)\n\nSee also the list of [contributors](CONTRIBUTORS.txt) who participated in this project.\n\n## License\n\nThis project is licensed under the Apache License - see the [LICENSE](LICENSE) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmvallim%2Fspring-cassandra-embedded","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmvallim%2Fspring-cassandra-embedded","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmvallim%2Fspring-cassandra-embedded/lists"}