ramses-tech / ramses

RAML + Elasticsearch / Postgres / Mongodb / Your Data Store™ + Pyramid = RESTful API
http://ramses.tech
Apache License 2.0
303 stars 29 forks source link

Using Ramses without elasticsearch #121

Open mrichar1 opened 7 years ago

mrichar1 commented 7 years ago

I'm trying to find out if it's possible to use Ramses without using elasticsearch.

I see that both Ramses and Nefertari have alternaitve code paths (e.g. using BaseDocument or ESBaseDocument) but I can't see a high level way to switch.

Thanks!

jstoiko commented 7 years ago

There were initial attempts to decouple the ES piece in Nefertari but it hasn't been completed: https://github.com/ramses-tech/nefertari/tree/engine-refactor

If you're up for the challenge you're more than welcome to submit a PR!