https://github.com/finmind/finmind-visualization
https://github.com/finmind/finmind-visualization
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/finmind/finmind-visualization
- Owner: FinMind
- License: apache-2.0
- Created: 2022-07-17T09:25:30.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-17T18:42:54.000Z (about 4 years ago)
- Last Synced: 2025-04-11T18:41:58.882Z (over 1 year ago)
- Language: Python
- Size: 41 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# finmind-visualization
# create services
make create-network
make mysql-up
make rabbitmq-up
make redash-up
# create finmind sync data api
### if your have token
FINMIND_API_TOKEN=your_token make finmind-up
### if your have no token
make finmind-up
# services
* mysql: http://localhost:8080/
* user : finmind
* password : test
* flower: http://localhost:5555/
* rabbitmq: http://localhost:15672/
* user : worker
* password : worker
* visualization: http://localhost:5000/
* finmind-visualization-api: http://localhost:8888/docs