Skip to content

SnaxFoundation/snax-elasticsearch-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deployment snax node with elasticsearch backend and elasticsearch history api using docker

Requirements:

Run:

mkdir elasticsearch
chmod g+rwx elasticsearch
chgrp 1000 elasticsearch
docker-compose up -d elasticsearch
git clone https://github.com/SnaxFoundation/es-history-api.git
cd es-history-api
bash ./index-templates.sh --action create --dir ./templates --url http://localhost:9200
cd ..
docker-compose up -d

Check:

curl localhost:8888/v1/chain/get_info

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published