DEV Community

Benoît Durand
Benoît Durand

Posted on

3

Explore Seattle City Bikes trips

Overview

If like me you had the chance to live in a big city or a capital, you certainly came across these bikes :
Nextbike by Holger Schué on Pixabay

Theses bike sharing services are pretty popular nowadays and as a user I'm a pretty big fan of them. That's why as a Data Science student I chose to dig and play a bit with the data I could find about them.

The project consist in a small one-page dashboard to analyze and predicts the cycle share trips of the Pronto Cycle Share system, that was operating between 2014 and 2016 in Seattle, USA.

Screenshot
This project was built with FastAPI, MongoDB, Docker, Bootstrap and Chartjs.

Project can be accessed at the following url :
Pronto Dashboard

Submission Category:

This project belongs to the Prime Time category.

Link to Code

GitHub logo duranbe / bike-sharing

Dashboard on Pronto Bikes Data 🚴‍♂️ for MongoDB Atlas Hackathon

Bike Sharing

Pronto Bike Sharing Dashboard

Overview

The project consist in a small one-page dashboard to analyze and predicts the cycle share trips of the Pronto Cycle Share system, that was operating between 2014 and 2016 in Seattle, USA.

It was created for the DEV.TO and MongoDB atlashackathon

Dev post : https://dev.to/duranbe/explore-and-predict-seattle-city-bikes-trips-cac

This project was built with FastAPI, MongoDB, Docker, Bootstrap and Chartjs.

screen

Setting up the project

This project is built with Docker 🐋,

First step is to build the image

docker build . -t bike-sharing

Then create a container, map the network port and the .env file

docker run --name bike-sharing-container -p 80:80 --env-file .env bike-sharing

To stop and delete the container

docker rm --force bike-sharing-container

Ressources




Additional Resources / Info

SurveyJS custom survey software

Simplify data collection in your JS app with a fully integrated form management platform. Includes support for custom question types, skip logic, integrated CCS editor, PDF export, real-time analytics & more. Integrates with any backend system, giving you full control over your data and no user limits.

Learn more

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay