Integrating Couchbase to Aimeos!!

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
sumana
Posts: 1
Joined: 03 Oct 2017, 16:53

Integrating Couchbase to Aimeos!!

Post by sumana » 03 Oct 2017, 17:04

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

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: Integrating Couchbase to Aimeos!!

Post by aimeos » 03 Oct 2017, 17:51

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.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply