Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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&)