Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfagerstrom committed Feb 15, 2013
1 parent 7600019 commit c773b8e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
@@ -0,0 +1,15 @@
elasticsearch-browser
=====================

Primitive webapp for browsing elasticsearch data.

The app can be started by installing [yeoman](http://yeoman.io/) and running:
```
$ yeoman server
```

Then the app will connect to a local ElasticSearch instance and you can browse your ElasticSearch content by pointing your browser to <http://localhost:3501/>.

The app is very simple, I mainly wrote it to learn a bit AngularJS. I have currently no plans to do any further work on it.

If you need a more usable ElasticSearch browser, take a look at [elasticsearch-head](http://mobz.github.com/elasticsearch-head/) or [elasticsearch-browser](https://github.com/OlegKunitsyn/elasticsearch-browser/wiki).

0 comments on commit c773b8e

Please sign in to comment.