Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robinklaassen/modular-data-collector
Ingest data from API's and store them wherever!
https://github.com/robinklaassen/modular-data-collector
Last synced: 29 days ago
JSON representation
Ingest data from API's and store them wherever!
- Host: GitHub
- URL: https://github.com/robinklaassen/modular-data-collector
- Owner: robinklaassen
- Created: 2021-12-15T12:28:03.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-24T19:39:12.000Z (over 1 year ago)
- Last Synced: 2024-10-30T09:17:56.353Z (2 months ago)
- Language: Python
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# modular-data-collector
Ingest data from API's and store them wherever!## Developing
### InfluxDB
Testing the connection to InfluxDB on your local machine is easiest using Docker:
```commandline
docker run -d --name=influxdb -p 8086:8086 influxdb:2.1
```You can also mount a local volume using `-v` if you like. When running the first time,
you should go to http://localhost:8086 to setup an initial user and bucket.