Table of contents
Open Table of contents
Description
This project is a simple example of using Go with MongoDB to manage and analyze tweet data.
It demonstrates how to connect to a MongoDB instance, create a collection, insert sample tweet data, and perform basic queries to calculate average tweet length for individual users and across all users.
Source code can be found on GitHub.
Running Locally
- Build Docker images:
docker-compose build
- Start services:
docker-compose up