Crate Data (crate.io) is an open source massively scalable data store. It requires zero administration.
1.2K
Crate Data (create.io) is an Open Source Massively Scalable Data Store with powerful search capabilities. It requires zero administration and lets developers store tabular data, unstructured records and binary objects, as well as query and search live data with SQL. A zero-administration pioneer, Crate Data supports a super-easy rapid install on commodity hardware or in the cloud, with high availability and real-time massively parallel access and processing.
Running the Crate Data container:
$ docker run -d -p 4200:4200 oreomitch/crate
By default, the cluster name is Crate. Additional Nodes can be added by simply starting a new container an specifying a different host port e.g:
$ docker run -d -p 4201:4200 oreomitch/crate
Crate Data will automatically attach the new Node to the cluster (Crate).
The Crate Data web interface is accessible from the host machine at http://127.0.0.1:4200/admin
Content type
Image
Digest
sha256:0aefe5caa…
Size
398.2 MB
Last updated
almost 11 years ago
docker pull oreomitch/crate