Code Example: Database Search #
Kuzzle uses Elasticsearch as its datastore and provides a user friendly interface so that you can quickly create documents and take advantage of Elasticsearch's fast search capabilities.
Configure Kuzzle #
First let's make sure Kuzzle is running and create the index and collection we will use to store documents. Follow these instructions.
Create Your App #
Now that we have our Kuzzle configured, we can start programming our App. Here is an outline of what the App will do:
- Connect to Kuzzle
- Create a document that will be stored in Kuzzle
- Search for the Document
Edit this page on Github(opens new window)