libgit2sharp.Elasticsearch
libgit2sharp.Elasticsearch copied to clipboard
Elasticsearch backend for git repositories
libgit2sharp.Elasticsearch
Elasticsearch backend for git repositories
Use Elasticsearch to store your git repositories and make them highly-available, or use the power of git to make the most out of your document store
Usage
To run Elasticsearch locally follow these instructions:
- Download from http://elasticsearch.org/download
- Go edit config\elasticsearch.yml and edit:
cluster.nameto something non-default. Your GitHub username will do.- replica and shard count, by specifing
index.number_of_shards: 1andindex.number_of_replicas: 0(unless you know what you are doing)
- Make sure you have JAVA_HOME properly set up
- Run
elasticsearch\bin\elasticsearch.bat