php-crud-api icon indicating copy to clipboard operation
php-crud-api copied to clipboard

Implementing other datastores like Elasticsearch ?

Open chrisribe opened this issue 6 years ago • 2 comments

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

chrisribe avatar Dec 11 '18 14:12 chrisribe

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.

mevdschee avatar Dec 11 '18 19:12 mevdschee

See also #280

mevdschee avatar Dec 16 '18 22:12 mevdschee