Searchkit 0.8 – React UI Components for Elasticsearch(blog.searchkit.co)
blog.searchkit.co
Searchkit 0.8 – React UI Components for Elasticsearch
https://blog.searchkit.co/searchkit-0-8-2c6432f9b4ac#.jds6mrkql
9 comments
You could proxy using nginx to allow read only access to specific endpoints, there's a few good posts about it going into better detail than me, for example:
http://blog.eagerelk.com/securing-elasticsearch-using-nginx-...
http://blog.eagerelk.com/securing-elasticsearch-using-nginx-...
We proxy the elasticsearch connection through the server and sanitize the request. Some installations also add more filters like permissions filter.
In future releases, we're going to improve on this. Stay tuned!
In future releases, we're going to improve on this. Stay tuned!
http://docs.searchkit.co/stable/docs/server/searchkit_expres...
we ship a node.js proxy to hide your elastic instance, and you can add permission filters etc.
we ship a node.js proxy to hide your elastic instance, and you can add permission filters etc.
This looks great! But could it be modified to work off of an Apache Solr backend instead? If not, do you know a similarly nice group of front-end components for Solr?
Thanks, solr support is a possiblity, we will probably take a look in the future
Very similar instantsearch.js (which is also react components) for Algolia search.
Having this for elasticsearch is very useful indeed, get products out there with a consistent search UI.
Having this for elasticsearch is very useful indeed, get products out there with a consistent search UI.
Yes, instantsearch.js is built on top of React. But it's not a React component yet.
See https://github.com/algolia/instantsearch.js/issues/920
See https://github.com/algolia/instantsearch.js/issues/920
Indeed we are working to provide it as React components also. Thanks for the mention :)
PS: I m using elasticsearch in the backend.