Aurras
  • Overview
  • Components
    • Core
      • Configuration
    • Event Feed
      • Event Feed - Substrate
        • Configuration
        • Deployment
          • Docker Compose
          • Kubernetes
  • Dependencies
    • Docker
      • Environments
        • Windows
        • macOS
        • Ubuntu
    • Docker Compose
      • Environments
        • Windows
        • macOS
        • Ubuntu
    • Kubernetes
      • Environments
        • Windows
        • macOS
        • Ubuntu
    • Helm
    • Openwhisk
      • Deployment
        • Docker Compose
        • Kubernetes
          • Environment
            • Windows
            • macOS
            • Ubuntu
Powered by GitBook
On this page
  • Introduction
  • Prerequisites
  • Installation
  • Configuration
  • Usage
  • Testing
  • Deployment
  • License
  1. Components
  2. Event Feed

Event Feed - Substrate

PreviousEvent FeedNextConfiguration

Last updated 3 years ago

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. is used under the hood to establish the connection to blockchain nodes and receive events.

Prerequisites

Installation

Assuming basic dependency such as and already installed.

  1. Clone the repository

git clone https://github.com/HugoByte/aurras-event-feed-substrate-js.git

2. Navigate to the cloned directory

cd aurras-event-feed-substrate-js

3. Install dependencies

yarn install

Configuration

For local development and testing create a .env file with respective configurations in the project root folder.

CHAIN_NAME=Node Template
CHAIN_ENDPOINT=ws://localhost:9944
LOGGERS=console,info;file,error,/logs/event-feed.log
EXCLUDES=system
TYPES_FILE=/configs/types.json
KAFKA_BROKERS=localhost:9092
TOPICS=balances=c76b7a5d-d18a-43e6-a28f-db6bb7520986
OPENWHISK_API_KEY=23bc46b1-71f6-4ed5-8c54-816aa4f8c502:123zO3xZCLrMN6v2BKK1dXYFpXlPkccOFqm12CdAsMgRU4VrNZ9lyGVCGuMDGIwP
OPENWHISK_API_HOST=https://localhost:31001
OPENWHISK_NAMESPACE=guest
EVENT_RECEIVER=event-receiver
EVENT_PROCESSOR=substrate-event-processor

Usage

Start the feed in development mode.

yarn serve

Testing

Run Unit test suites

yarn test

Deployment

License

Configurations are passed through environment variables which can be found .

Deployment is done through either docker-compose or Kubernetes which can be found .

Licensed under

here
here
Apache-2.0
polkadot-js/api
Substrate Based Chain
Aurras Core
git
yarn
License