@attestate/crawler
Version:
@attestate/crawler is a tool chain to retrieve on-chain data from Ethereum.
27 lines (19 loc) • 1.24 kB
Markdown
# @attestate/crawler
[](https://github.com/attestate/crawler/actions/workflows/prettier.yml)
[](https://github.com/attestate-crawler/actions/workflows/node.js.yml)
A JavaScript library for retrieving on-chain storage and generating data
derivatives.
- **Modular:** Extract, Transform and Load stage separation makes composing
simple components into complex workflows possible. Stages are reunnable to
recover errors.
- **Embedded:** Unlike Graph Protocol, Attestate's Crawler does not have a
separate server process. It writes directly to
[LMDB](http://www.lmdb.tech/doc/), an embedded database that can be read-from
thread-safely at any time.
- **Batteries-included:** Support for Ethereum, IPFS, Arweave, GraphQL and
rate-limit pooling for Infura and Alchemy.
## Links
* **[Getting Started](https://attestate.com/crawler/main/getting-started.html)**
* Documentation: [attestate.com/crawler/main](https://attestate.com/crawler/main)
### License
[SPDX-License-Identifier: GPL-3.0-only](https://spdx.org/licenses/GPL-3.0-only.html)