Thursday, November 02, 2017

Deploy the NuoDB Database in Docker Containers

DZone Database Zone
Deploy the NuoDB Database in Docker Containers
Deploy the NuoDB Database in Docker Containers

At NuoDB, we’ve not only been working hard to improve upon on our elastic SQL database engine but also to make it easier for the developer to consume it. NuoDB is a SQL database for cloud-based and container-based environments, designed to be scalable and fault-tolerant with the ability to do load-balancing across a distributed architecture.

We have made available a NuoDB Docker container running on CentOS 7. The container is available through Docker Hub, and we’ll be continually making updates to improve ease of deployment into every cloud environment. To get a copy of NuoDB, perform a docker pull from the following repo.

No comments:

Fun With SQL: Functions in Postgres

DZone Database Zone Fun With SQL: Functions in Postgres In our previous  Fun with SQL  post on the  Citus Data  blog, we covered w...