4 Things to Know about Databases in a Microservices Environment
2016-03-12
CrateDB is a distributed SQL database with a horizontally scalable shared-nothing architecture that lends itself well to containerization.
Read moreOptimizing Big Crate Clusters
2016-03-03
Optimizing a big Crate cluster is a process. We show some options to get the best out of it.
Read moreRunning Crate on Linux and Windows with Azure
2015-08-13
How you get started running CrateDB on Linux and Windows with Azure.
Read moreRunning and managing Crate databases with Mesos
2015-05-13
Apache Mesos is a fantastic tool for abstracting CPU, memory, storage, and other compute resources away from machines (physical or virtual). This lets you program...
Read moreDeploying the Crate Distributed Database Using Mesos and Marathon
2015-03-06
This is a guest post originally published on Mesosphere's Blog on Feb 25, 2015. Editor's Note: This guest post is written by Christian Haudum of...
Read moreDeploying a Crate Cluster with Docker Machine + Swarm
2015-02-26
Docker recently started pushing towards a complete solution for orchestrating distributed applications. Machine and Swarm are two projects that let you manage cluster instances and deploy Docker containers onto them.
Read moreHow To Use Nginx To Make Crate Read-Only
2015-02-05
tl;dr ... There's a gist of the Nginx configuration. At the moment, Crate does not have a builtin concept of ACL or user permissions, but...
Read moreUsing CrateDB in a multi-node setup
2014-07-22
Update: There is now a best practice in our documentation on how to Use Crate in a Multi Node Setup. Please check the documentation first,...
Read more