Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 769 Bytes

File metadata and controls

23 lines (16 loc) · 769 Bytes
code type title order description
false
page
Introduction
0
Database Code Examples

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:

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