Elassandra docker packaging with Enterprise plugin pre-installed
10K+
Elassandra is a fork of Elasticsearch modified to run on top of Apache Cassandra in a scalable and resilient peer-to-peer architecture. Elasticsearch code is embedded in Cassanda nodes providing advanced search features on Cassandra tables and Cassandra serve as an Elasticsearch data and configuration store. Elassandra docker image is available on docker hub.
This strapdata/elassandra-enterprise image includes the Elassandra Enterprise plugin with a free trial licence for a month. It brings more features out of the box :
And with some extra configuration, you can enable :
Check-out the documentation for detailed instructions.
Commercial support and licenses are available from Strapdata.
This Elassandra image is available on docker hub
docker pull strapdata/elassandra-enterprise
docker run --name el strapdata/elassandra-enterprise
#### Connect with cqlsh
docker run -it --link el --rm strapdata/elassandra-enterprise cqlsh some-elassandra
docker run -it --link el --rm strapdata/elassandra-enterprise curl some-elassandra:9200
#### Volumes
This docker image is based on strapdata/elassandra inspired from docker-library/cassandra. For more complicated setups, please refer to the documentation.
A logback.xml with environment variables allows to manage debug levels from your docker env section.
For kubernetes usage, a ready_probe.sh script can be use for readiness probe as follow:
readinessProbe: exec: command: [ "/bin/bash", "-c", "/ready-probe.sh" ] initialDelaySeconds: 15 timeoutSeconds: 5
Content type
Image
Digest
Size
307.2 MB
Last updated
over 4 years ago
docker pull strapdata/elassandra-enterprise