Categorygithub.com/snabble/go-jstore
repository
2.2.0
Repository: https://github.com/snabble/go-jstore.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# 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