https://github.com/searchkit/searchkit
Raw File
Tip revision: c8b8b18cb4f521b7b0cf0454d11df65b935445d2 authored by Joseph McElroy on 13 November 2020, 20:23:10 UTC
rc9
Tip revision: c8b8b18
README.md
Things to do for release
1. 


Marketing Page

Search, made easy
Searchkit is an open source library which helps you build a great search experience with Elasticsearch.

Search API in under 60 seconds
With Apollo, Elasticsearch and Searchkit resolvers, its extremely quick to build a capable UI friendly search API out the box

Searchkit UI Components
Searchkit provides React UI components powered by Elastic UI framework.

Roll your own components
Want to build your own components? With Searchkit's react hook and Searchkit API, its really easy to build your own components 

Extend Searchkit
Want to build your own facets? Build  Want to customise how you query

F.A.Q
Q: Can I upgrade from searchkit v2?
A: Searchkit has undergone a total rewrite so whilst it should be straightforward to move onto, any code written for searchkit legacy wouldn't work on Searchkit v3.

Q: Do I need to expose my elasticsearch instance to the browser?
A: No! You dont expose your elasticsearch cluster to the browser, Search API sits in between elasticsearch and the browser.

Q: Im building a Native App / use angular. Do I need to use the Searchkit UI components?
A: No! Searchkit API provides a dev friendly search API. Searchkit simplifies using elasticsearch for search so that you can build your own UI components very easily. If your apps dont use react or you are building a native mobile app, you can just use the searchkit API.

Q: My app already has a backend / REST API, can I use Searchkit in conjunction with my app?
A: Of course! Searchkit
back to top