Bat Tracker
MongoDB Atlas Hackathon Time Series
π This is my submission for the MongoDB Atlas Hackathon on DEV. The category is "Prime Time" for Time Series Collections. You can view my submission here.
Disclaimer
For this project, I wanted to work with technologies that I've never used. These were Django and MongoDB.
About
Movebank, is a public database, where scientists track animal movements by attaching a GPS device to the animal. Based on a certain frequencies, that data is recorded by the device and stored in the database.
There is a public API which gets this data, so developers can use it in various projects.
My idea for this was to:
- Get European free-tailed bat tracking data from Movebank's API.
- Store that data in MongoDB.
- Convert it to Time Series data.
- Display that data on a Map to track their movement history.
Incomplete
Unfortunately, I sawβ¦