https://github.com/fuellabs/data-systems
Fuel data systems related projects
https://github.com/fuellabs/data-systems
blockchain data-systems fuel indexer
Last synced: 5 months ago
JSON representation
Fuel data systems related projects
- Host: GitHub
- URL: https://github.com/fuellabs/data-systems
- Owner: FuelLabs
- License: apache-2.0
- Created: 2024-05-28T13:11:17.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-10T15:09:08.000Z (9 months ago)
- Last Synced: 2025-10-10T22:25:51.359Z (8 months ago)
- Topics: blockchain, data-systems, fuel, indexer
- Language: Rust
- Homepage:
- Size: 4.1 MB
- Stars: 18
- Watchers: 10
- Forks: 17
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Fuel Data Systems
Official data streaming libraries and tools for the Fuel Network.
📦 Crates
🐛 Report Bug
✨ Request Feature
## 📝 About The Project
Fuel Data Systems is a set of services to synchronize Fuel blockchain data with a data lake stored on S3 (or S3 compatible services).
With Fuel Data Systems, developers can build sophisticated applications that leverage the full potential of the Fuel Network's data, from simple block explorers to complex analytics engines and trading systems.
### Getting Started
The [CONTRIBUTING.md](CONTRIBUTING.md) file contains detailed information about setting up your development environment and contributing to this project.
## 📚 Documentation
For codebase documentation, see the README files in the relevant directories:
- [Crates Documentation](crates/)
- [Services Documentation](services/)
- [Cluster Documentation](cluster/)
## 📑 Architecture Components
### Services
| Service | Description |
| --------------------------------------- | ------------------------------------------------- |
| [Dune Service](services/dune/README.md) | Processes blockchain data for analytics with Dune |
### Deployment and Infrastructure
| Component | Description |
| ---------------------------------- | ---------------------------------------------- |
| [Cluster](cluster/README.md) | Deployment infrastructure and configuration |
| [Docker](cluster/docker/README.md) | Docker configuration for local development |
| [Charts](cluster/charts/README.md) | Helm charts for Kubernetes deployment |
| [Scripts](scripts/README.md) | Utility scripts for development and deployment |
## 🛠️ Development
For local development:
```
1. **Run Services**:
- Dune Service: `make run-dune`
See the [CONTRIBUTING.md](CONTRIBUTING.md) for more detailed development instructions.
## 💪 Contributing
We welcome contributions! Please check our [contributing guidelines](CONTRIBUTING.md) for more information on how to get started.
## 📜 License
This project is licensed under the `Apache-2.0` license. See [`LICENSE`](./LICENSE) for more information.
```