Page 1 of 1

Integrating Couchbase to Aimeos!!

Posted: 03 Oct 2017, 17:04
by sumana
Hi,
I found that Aimeos uses Doctrine DBAL layer to create database schemas from here:
https://aimeos.org/docs/Developers/Libr ... se_support

I want to use Couchbase as backend storage for Aimeos instead of MySQL and Doctrine has Couchbase driver support (http://doctrine-keyvaluestore.readthedo ... ation.html).
So, I have below questions.

1. Can I use the couchbase doctrine support for Aimeos and remove existing mysql connection?
2. If so, what is the right place to start ?

Thanks,
sumana

Re: Integrating Couchbase to Aimeos!!

Posted: 03 Oct 2017, 17:51
by aimeos
No, Couchbase isn't yet supported because Aimeos only uses Doctrine DBAL but not Doctrine ORM (too slow for big shops). We will be working on document storage support like ElasticSearch and others in the 2018 versions.