https://github.com/ansrivas/initcassandra
A super hacky way to initialize keyspaces and tables in cassandra using docker-compose.
https://github.com/ansrivas/initcassandra
cassandra docker-container keyspace migration table
Last synced: 2 months ago
JSON representation
A super hacky way to initialize keyspaces and tables in cassandra using docker-compose.
- Host: GitHub
- URL: https://github.com/ansrivas/initcassandra
- Owner: ansrivas
- License: mit
- Created: 2017-03-22T19:03:59.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-16T15:08:45.000Z (almost 8 years ago)
- Last Synced: 2025-03-23T06:29:16.188Z (about 1 year ago)
- Topics: cassandra, docker-container, keyspace, migration, table
- Language: Shell
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# initcassandra
A super hacky way to initialize keyspaces and tables in cassandra using docker-compose.
### This is just meant to run ad-hoc tests for cassandra using docker-containers.
### Background:
1. Needed a cassandra docker container to run tests with automatic migrations.
2. Currently cassandra doesn't support anything like that.
### Usage:
Create your keyspaces/tables etc. inside `init.cql` and hit `docker-compose up --build`