Update README.md
This commit is contained in:
parent
524af1c458
commit
e43a91d1f5
1 changed files with 7 additions and 5 deletions
12
README.md
12
README.md
|
@ -1,11 +1,13 @@
|
||||||
# Lighthouse - A lightning fast search for the LBRY blockchain
|
# Lighthouse - A lightning fast search for the LBRY blockchain
|
||||||
>Lighthouse is a lightning-fast advanced search engine API for publications on the lbrycrd with autocomplete capabilities.
|
|
||||||
>The official lighthouse instance is live at https://lighthouse.lbry.io
|
Lighthouse is a lightning-fast advanced search engine API for publications on the lbrycrd with autocomplete capabilities.
|
||||||
|
The official lighthouse instance is live at https://lighthouse.lbry.io
|
||||||
|
|
||||||
### What does Lighthouse consist of?
|
### What does Lighthouse consist of?
|
||||||
>1. Elasticsearch as a backend db server.
|
|
||||||
>2. LBRYimport, an importer that imports the claims into the Elasticsearch database.
|
1. Elasticsearch as a backend db server.
|
||||||
>3. Lighthouse API server, which serves the API and does all calculations about what to send to the end user.
|
2. LBRYimport, an importer that imports the claims into the Elasticsearch database.
|
||||||
|
3. Lighthouse API server, which serves the API and does all calculations about what to send to the end user.
|
||||||
### API Documentation
|
### API Documentation
|
||||||
|
|
||||||
[The full API documentation](https://lbryio.github.io/lighthouse/)
|
[The full API documentation](https://lbryio.github.io/lighthouse/)
|
||||||
|
|
Loading…
Reference in a new issue