Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roniemartinez/real-time-charts-with-fastapi
Sample application for the blog "Creating Real-Time Charts with FastAPI"
https://github.com/roniemartinez/real-time-charts-with-fastapi
chartjs fastapi python server-sent-events sse
Last synced: 15 days ago
JSON representation
Sample application for the blog "Creating Real-Time Charts with FastAPI"
- Host: GitHub
- URL: https://github.com/roniemartinez/real-time-charts-with-fastapi
- Owner: roniemartinez
- License: mit
- Created: 2022-03-20T02:04:10.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-29T19:30:24.000Z (about 1 month ago)
- Last Synced: 2025-01-21T18:11:35.906Z (15 days ago)
- Topics: chartjs, fastapi, python, server-sent-events, sse
- Language: HTML
- Homepage: https://ron.sh/creating-real-time-charts-with-fastapi/
- Size: 205 KB
- Stars: 65
- Watchers: 4
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Creating Real-Time Charts with FastAPI
Sample application for the blog [Creating Real-Time Charts with FastAPI](https://ron.sh/creating-real-time-charts-with-fastapi/)
## Demo
Go to https://fastapi.ron.sh/ to see this in action.
## Build and run
```bash
docker-compose build
docker-compose up # or "docker-compose up -d" to run in detached mode
```Open http://127.0.0.1:5000/ in browser
## Author
[Ronie Martinez](mailto:[email protected])
## References
- [Creating Real-Time Charts with Flask](https://github.com/roniemartinez/real-time-charts-with-flask)