traffic-sniffer
Build service
docker-compose up
cd cmd/waf
go build .
./waf
Drop database from mongo
- Install mongodb client on your system: install mongo on ubuntu
- Connect to database
mongo
- Drop
streamsdatabase:
use streams
db.dropDatabase()
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMillions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
docker-compose up
cd cmd/waf
go build .
./waf
mongo
streams database:use streams
db.dropDatabase()