Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 2.39 KB

README.md

File metadata and controls

44 lines (28 loc) · 2.39 KB

Appbase.io on Heroku

Appbase.io augments the Elasticsearch experience by offering:

  • Out-of-the-box search and click analytics,
  • Search relevancy APIs and a control plane to visually create relevant search experiences,
  • True access control and security for search,

Appbase.io works as a reverse proxy to Elasticsearch and can be deployed via Heroku (this project), Docker, Kubernetes, AWS Marketplace or with appbase.io's cloud offering. Appbase.io also offers a point-and-click dashboard where you can import data from a variety of sources via a GUI, build and test search relevancy visually, set access control policies and get analytics insights into how your search is performing.

Learn more on appbase.io website or read our docs.

Quick Start

Step 1: Create Appbase.io Instance

Creating an Appbase.io instance will enable you to access Appbase.io Dashboard. You will receive an APPBASE_ID. This will be helpful while configuring Appbase.io on Heroku.

  • Go to Appbase.io Dashboard.

  • Enter your email address

  • You will receive an OTP on entered email address. Enter OTP to verify the email address

  • You will receive an email with APPBASE_ID which can be used with Arc configuration.

Step 2: Deploy Appbase.io on heroku

Click on the button below to deploy Appbase.io on heroku

Deploy to Heroku

Step 3: Configure enviornment variables

  • Enter the APPBASE_ID obtained in step 1
  • Enter ElasticSearch cluster URL
  • Update default username and password

Step 4: Access the Appbase.io Dashboard