Core
Guides v1.x
1

You are currently looking at the documentation of a previous version of Kuzzle. We strongly recommend that you use the latest version. You can also use the version selector in the top menu.

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:

  1. Connect to Kuzzle
  2. Create a document that will be stored in Kuzzle
  3. Search for the Document