Sunday, July 1, 2018

Multi-Model Redis Database on Minikube for Developers

Setting up your development environment is rarely straightforward and hassle-free. What's more, given modern applications' appetite for polyglot persistence and containerized deployment, it becomes quite challenging to bootstrap your laptop with all the infrastructural goodness needed for a simple "Hello, World!" In this article, I'm going to show you how to quickly get started developing your application with a multi-model Redis database on Kubernetes.

A multi-model database is one that supports multiple data models against a single backend. While Redis is, at its core, a key-value-like data structures store. Modules can extend it in almost any conceivable way. Presently, Redis Labs' open-source modules add the following capabilities to Redis:



from DZone.com Feed https://ift.tt/2yXEdDM

No comments:

Post a Comment