# README
go-jstore
Golang interface library for storage of json objects.
See the Testcode for an example.
Local testing
Running the tests requires a running elasticsearch.
sudo sysctl -w vm.max_map_count=262144
docker run --rm -p 9200:9200 docker.elastic.co/elasticsearch/elasticsearch:6.0.1
# Packages
No description provided by the author