Event Feed - Substrate
Introduction
Aurras is a middleware that acts as an event processor and a low code workflow orchestration platform. Aurras is being pitched as a next-generation system for enabling decentralized push notification. This middleware solution listens to events from blockchain applications and propagates them to a registered pool of MQTT brokers. The broader architecture consists of parachain from which the middleware listens for the events.
This Event Feed package facilitates to source events from substrate-based chains. The events will be posted to the OpenWhisk system. polkadot-js/api is used under the hood to establish the connection to blockchain nodes and receive events.
Prerequisites
Installation
Assuming basic dependency such as git and yarn already installed.
Clone the repository
2. Navigate to the cloned directory
3. Install dependencies
Configuration
Configurations are passed through environment variables which can be found here.
For local development and testing create a .env file with respective configurations in the project root folder.
Usage
Start the feed in development mode.
Testing
Run Unit test suites
Deployment
Deployment is done through either docker-compose or Kubernetes which can be found here.
License
Licensed under Apache-2.0
Last updated