Skip to content

mapfap/redfox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Oct 2, 2022
463bf58 · Oct 2, 2022

History

1 Commit
Oct 2, 2022
Oct 2, 2022
Oct 2, 2022
Oct 2, 2022
Oct 2, 2022
Oct 2, 2022
Oct 2, 2022
Oct 2, 2022
Oct 2, 2022
Oct 2, 2022
Oct 2, 2022
Oct 2, 2022

Repository files navigation

DB Setup

use redfox;

db.users.createIndex({ "username": 1 }, { unique: true });

db.users.insertMany([ { username: "root" }, { username: "sample" }, ])

db.users.find({})

docker run -d --name jaeger -p 16686:16686 -p 14268:14268 jaegertracing/all-in-one:1.6 http://localhost:16686

About

Go - Gin - Mongo - OpenTelemetry

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published