php-crud-api
php-crud-api copied to clipboard
Implementing other datastores like Elasticsearch ?
Hi first of all great work on this project ! I was impressed with how it just works like magic ;)
I was wondering if implementing another datastore like elasticsearch would be feasible ? I am asking because your api already includes a security side and Elastic out of the box does not. They do have security features but only for professional licenses costing thousands per year.
I am looking at a simple solution for a forward facing api layer for our elastic stack and thought maybe this project could be a solution.
What are your thoughts on this ? Christian
I was wondering if implementing another datastore like elasticsearch would be feasible ?
I think it is not feasible as schema-less databases as MongoDB and Elastic have not enough information to reflect.
See also #280