Skip to content

Experiment to record as much data as possible in a given amount of time using a distributed timeseries database.

License

Notifications You must be signed in to change notification settings

matthewdowns/the-biggest-data

Repository files navigation

The Biggest Data

Experiment to record as much data as possible in a given amount of time using a distributed timeseries database.

On your marks...

Install the following:

  1. Docker and docker-compose installed
  2. Node.js (for running the data ingestion script)

Get set...

Start the docker containers:

docker-compose up

Login your Grafana instance with admin/admin, and set up a dashboard.

Go!

Run the ingestion script:

npm start

At this point, a very large amount of randomized data will be ingested into the distributed timeseries database. The entire process can take up to 5 minutes.