https://github.com/gregertw/python-extractor-tempest
https://github.com/gregertw/python-extractor-tempest
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/gregertw/python-extractor-tempest
- Owner: gregertw
- License: apache-2.0
- Created: 2022-09-13T08:04:56.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-30T20:30:48.000Z (over 2 years ago)
- Last Synced: 2025-01-26T17:29:10.287Z (over 1 year ago)
- Language: Python
- Size: 140 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tempest Weather Station Extractor
This repository contains an extractors using the [Cognite Python Extractor Utils
libary](https://github.com/cognitedata/python-extractor-utils).
## Running locally
First, you will need `poetry` installed. You should then be able to run
``` bash
poetry run tempest_extractor
```
from the command line.
To run the extractor with the provided example config, start by setting the
following environment variables:
* `COGNITE_PROJECT`
* `COGNITE_TOKEN_URL`
* `COGNITE_CLIENT_ID`
* `COGNITE_CLIENT_SECRET`
* `COGNITE_BASE_URL` (can be omitted if your project is hosted at
`https://api.cognitedata.com`)
* `TEMPEST_TOKEN`
* `TEMPEST_DEVICE_ID`
* `TEMPEST_DEVICE_NAME`