https://github.com/blockchain-etl/blockchain-etl-common
Common utils for blockchain-etl
https://github.com/blockchain-etl/blockchain-etl-common
Last synced: 12 months ago
JSON representation
Common utils for blockchain-etl
- Host: GitHub
- URL: https://github.com/blockchain-etl/blockchain-etl-common
- Owner: blockchain-etl
- License: mit
- Created: 2019-06-19T09:41:10.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-21T09:44:43.000Z (over 2 years ago)
- Last Synced: 2025-06-03T18:28:06.800Z (about 1 year ago)
- Language: Python
- Size: 41 KB
- Stars: 6
- Watchers: 3
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-web3-data - Blockchain ETL - ETL tools for various blockchains. (ETL Tools / Market Intelligence & Analysis)
README
# Blockchain ETL Common
Common utils for https://github.com/blockchain-etl.
### Installing
```bash
> pip3 install -e .[streaming]
```
### Running Tests
```bash
> pytest -vv
```