Data Aggregator
The data aggregator is responsible for the accumulation and transformation of blockchain events through datasources, and then pushing these updates to the data vertex.
Requirements
- node
- docker
- golang
- docker compose
- npm/yarn
Installation
yarn add data-aggregator
Usage
The data aggregator is best utilized, as an extension of the Proxima CLI, which builds a data aggregator for each Data Vertex.
Data Aggregator
- index.js
- Datasources
- Blockchain-Clients
- ABI
- Event Handlers
- app_config.yml
Running
npm start
Testing
npm test
Design
The Data Aggregator is designed to pull data from datasources, transform the events, and then pushing updates to its given data vertex. To do this, it utilizes the Proxima SDK, and a combination of datasources with given blockchain clients and their respective event handlers.
Contributing
Read below to learn how you can take part in improving our project.
Code of Conduct
We have adopted a Code of Conduct that we expect project participants to adhere to. Please read the full text so that you can understand what actions will and will not be tolerated.
Contributing Guide
Read our contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes.
Good First Issues
To help you get your feet wet and get you familiar with our contribution process, we have a list of good first issues that contain bugs which have a relatively limited scope. This is a great place to get started.
Licensing
This project is licensed under MIT licensing guidelines.
