Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/visheshc14/experimental-golang-todo

Redis is Used to Handle Inserts During High Load, And New Records are Inserted into PostgreSQL With a Small Delay Using Batch Insert Operations. The Todos Entered in the CLI are Stored in a Database (Postgres). The Data Fetched From the Database is Cached in Redis. Made Using Redis & Cobra.
https://github.com/visheshc14/experimental-golang-todo

Last synced: 5 days ago
JSON representation

Redis is Used to Handle Inserts During High Load, And New Records are Inserted into PostgreSQL With a Small Delay Using Batch Insert Operations. The Todos Entered in the CLI are Stored in a Database (Postgres). The Data Fetched From the Database is Cached in Redis. Made Using Redis & Cobra.

Awesome Lists containing this project

README

        

# Experimental GoLang Todo Program

A Experimental CLI Built With GoLang, Postgre & Redis.

# Steps To Run

- Clone The Respository.
- Run The Command **`docker-compose up`** in the Folder Having The docker-compose.yaml File.

1

2