Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/visheshc14/experimental-golang-todo
- Owner: visheshc14
- Created: 2022-01-26T16:36:33.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T03:05:47.000Z (almost 2 years ago)
- Last Synced: 2024-11-18T13:28:58.330Z (2 months ago)
- Language: Go
- Homepage:
- Size: 65.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.