stefano-pietroiusti / elastic-indexer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ElasticSearch Organization and Consumption Mock Data Indexer

environment file - elastic_env.json

{
  "user": "user",
  "password": "password",
  "esUrl": "xxx.us-west-2.aws.found.io",
  "port": 9243
}

How to

generate tao-msp-clients mock data

node ./index.js

generate tao-msp-consumptions mock data

Make sure you download the consumption data file from S3 bucket

node ./consumption/index.js

Requirements

About


Languages

Language:JavaScript 100.0%