Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brianlesko/live-data-feed
View real time data on a web server dashboard by connecting this low code app to a data feed
https://github.com/brianlesko/live-data-feed
Last synced: about 20 hours ago
JSON representation
View real time data on a web server dashboard by connecting this low code app to a data feed
- Host: GitHub
- URL: https://github.com/brianlesko/live-data-feed
- Owner: BrianLesko
- License: mit
- Created: 2024-01-21T21:21:50.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-28T23:06:38.000Z (9 months ago)
- Last Synced: 2024-01-29T00:24:26.490Z (9 months ago)
- Language: Python
- Size: 13.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Live Data Feed
This code implements a live data viewer written with Streamlit, a low code Web browser UI. This project is written in [Pure Python](https://github.com/BrianLesko/live-data-feed/blob/main/app.py) in under 50 lines of code. Created by Brian Lesko for professional engineering purposes.
## Dependencies
This code uses the following libraries:
- `streamlit`: for building the user interface.
- `numpy`: for creating arrays.
- `matplotlib`: for saving image data
## Usage
Run the following commands:
```
pip install --upgrade streamlit matplotlib
streamlit run [https://raw.githubusercontent.com/BrianLesko/rrt-star/main/app.py](https://raw.githubusercontent.com/BrianLesko/live-data-feed/main/app.py)
```This will start the local Streamlit server, and you can access the chatbot by opening a web browser and navigating to `http://localhost:8501`.
## Repository Structure
```
repository/
├── app.py # the code and UI integrated together live here
├── customize_gui # class for adding gui elements
├── requirements.txt # the python packages needed to run locally
├── .gitignore # includes the local virtual environment named my_env
├── plot.py # methods used for setting plot axes
├── .streamlit/
│ └── config.toml # theme info for the UI
└── docs/
└── preview.png # preview photo for Github
```
## Topics
```
Python | Low Code | UI | Web application | HTTP | Web server | live data | data science | robotics automation | system management | data collection | monitoring | real time | software dev
Mechanical engineer | Robotics engineer | Engineering
```
╭━━╮╭━━━┳━━┳━━━┳━╮╱╭╮ ╭╮╱╱╭━━━┳━━━┳╮╭━┳━━━╮
┃╭╮┃┃╭━╮┣┫┣┫╭━╮┃┃╰╮┃┃ ┃┃╱╱┃╭━━┫╭━╮┃┃┃╭┫╭━╮┃
┃╰╯╰┫╰━╯┃┃┃┃┃╱┃┃╭╮╰╯┃ ┃┃╱╱┃╰━━┫╰━━┫╰╯╯┃┃╱┃┃
┃╭━╮┃╭╮╭╯┃┃┃╰━╯┃┃╰╮┃┃ ┃┃╱╭┫╭━━┻━━╮┃╭╮┃┃┃╱┃┃
┃╰━╯┃┃┃╰┳┫┣┫╭━╮┃┃╱┃┃┃ ┃╰━╯┃╰━━┫╰━╯┃┃┃╰┫╰━╯┃
╰━━━┻╯╰━┻━━┻╯╱╰┻╯╱╰━╯ ╰━━━┻━━━┻━━━┻╯╰━┻━━━╯
follow all of these for a cookie :)