Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pinax-network/firehose
https://github.com/pinax-network/firehose
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pinax-network/firehose
- Owner: pinax-network
- License: apache-2.0
- Created: 2022-05-31T13:26:52.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2022-12-12T14:28:20.000Z (about 2 years ago)
- Last Synced: 2024-04-01T16:23:36.944Z (9 months ago)
- Language: Go
- Size: 262 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# StreamingFast Firehose
This is a fork of StreamingFast's firehose server, which can be found [here](https://github.com/streamingfast/firehose).
## Added functionality
* Common JWT authentication by replacing the default dauth package with [this](https://github.com/pinax-network/dauth).
* Redis Pub/Sub metering by replacing the default dmetering package with [this](https://github.com/pinax-network/dmetering).## Changed functionality
* When firehose will emit metering events it will track the `responses_count` as number of blocks emitted.