Nebo15 / gandalf.api

Open-Source Decision Engine and Scoring Table for Big-Data.
https://gndf.io/
GNU General Public License v3.0
99 stars 47 forks source link

Possible to use different DB? #122

Closed wowcut closed 5 years ago

wowcut commented 5 years ago

Can use this with something else than MongoBD? I would prefer PostgreSQL. Will this just work or did you put MongoDB specific code on top of the Laravel DB abstraction library? Thanks!

AndrewDryga commented 5 years ago

Hello,

Unfortunately, it can't use other databases and it won't be easy to do so. The design is document-oriented, you can mimic that with JSONB fields but I have no idea how much time you would spend on that.