The Daily Go
NoSQL database in Golang
golng.ml/8209
A NoSQL database provides a mechanism for the storage and retrieval of data that uses looser consistency models than typical relational databases in order to achieve horizontal scaling and higher availability. Some authors refer to them as "Not only SQL" to emphasize that some NoSQL systems do allow SQL-like query languages to be used.
#Guide #NOSQL #Mongo #Redis
NoSQL database in Golang
golng.ml/8209
A NoSQL database provides a mechanism for the storage and retrieval of data that uses looser consistency models than typical relational databases in order to achieve horizontal scaling and higher availability. Some authors refer to them as "Not only SQL" to emphasize that some NoSQL systems do allow SQL-like query languages to be used.
#Guide #NOSQL #Mongo #Redis
The Daily Go
Redis, Go, & How to Build a Chat Application
💻 golng.ml/5745
#Guide #Tutorial #Redis
In this article we'll show you an example of a chat application we put together which uses just Redis and Go. Redis is full of neat things that make writing an application like this so much easier.
Redis, Go, & How to Build a Chat Application
💻 golng.ml/5745
#Guide #Tutorial #Redis
In this article we'll show you an example of a chat application we put together which uses just Redis and Go. Redis is full of neat things that make writing an application like this so much easier.
Compose Articles
Redis, Go, & How to Build a Chat Application
In this Compose tutorial, we show you how to build and run a real-time chat app by combining the power of Redis and Go.