0.0.1 • Published 2 years ago

event-monitor-api v0.0.1

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
2 years ago

Event monitor API

The Event monitor (add url) is a web based tool that allows blockchain.ey.com users to monitor blockchain events through custom alerts.

Prerequisites

  1. Install Docker for Mac, Docker for Windows or Docker for Ubuntu.

  2. Clone this repository and navigate into the project directory.

  3. This repository contains some private npm packages, ensure you have access to EYBlockchain's Github Package Registry. Follow the instructions here.

Getting Started

  1. Run docker-compose build to build images.
  2. Run docker network create bec-event-monitor-api to create the network

  3. Run docker-compose up -d and wait for services to start.

  4. Navigate to localhost:8003 in the browser.

  5. To access the elassandra db run: docker ps and then docker exec <container id> cqlsh. Then use cqlsh commands to create keyspace, table, and insert values. The commands are available in migrations/1___baseSchema.cql