Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/watchakorn-18k/go-mongo-redis
go-mongo-redis
https://github.com/watchakorn-18k/go-mongo-redis
Last synced: 2 days ago
JSON representation
go-mongo-redis
- Host: GitHub
- URL: https://github.com/watchakorn-18k/go-mongo-redis
- Owner: watchakorn-18k
- Created: 2024-03-11T12:11:30.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-03-17T02:37:39.000Z (8 months ago)
- Last Synced: 2024-03-17T06:39:34.948Z (8 months ago)
- Language: Go
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# go-mongo-redis
## RUN APP
```bash
# install golang package
$ go mod tidy# Start APP
$ go run . || go run main.go```
## Redis URL
- https://app.redislabs.com/#/databases
## MongoDB URL
- https://www.mongodb.com/cloud/atlas/register
## SCREENSHOT
- pure mongodb
![screenshot](https://cdn.discordapp.com/attachments/585069524445822986/1216719695126990910/image.png?ex=66016984&is=65eef484&hm=9a7e174464a9edce97113a4af7123224bd995623af3f97242b4dac755dc443e2&)- use redis
![screenshot](https://cdn.discordapp.com/attachments/585069524445822986/1216720056130732052/image.png?ex=660169da&is=65eef4da&hm=dfc2c2d69600fc495a848844e556ae51a0622e11888f1d21aafec3b7aeabc854&)