https://github.com/dxavx/go_redis
bound micro service project ( Golang + PostgreSQL + docker-compose )
https://github.com/dxavx/go_redis
docker-compose golang redis
Last synced: 3 months ago
JSON representation
bound micro service project ( Golang + PostgreSQL + docker-compose )
- Host: GitHub
- URL: https://github.com/dxavx/go_redis
- Owner: dxavx
- Created: 2020-03-14T17:23:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-11T20:48:37.000Z (about 3 years ago)
- Last Synced: 2024-10-06T01:22:33.303Z (over 1 year ago)
- Topics: docker-compose, golang, redis
- Language: Go
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## Go + Redis + Docker
The project that joins NoSQL Redis and Go, for connecting to database. The Project is packaged in Docker and consists of two services: redis and the api .The Go code connects to the database, creates and reads a fixed structure.
Build: `bash ./build.sh`
Purge: `bash ./purge.sh`
Test: `curl "http://localhost:8080/v1/url.insert"`
***