customer-data-framework icon indicating copy to clipboard operation
customer-data-framework copied to clipboard

[ActivityStore] Add ActivityStore implementation based on JSON data type of mysql

Open fashxp opened this issue 6 years ago • 6 comments

see https://dev.mysql.com/doc/refman/8.0/en/json.html and https://mariadb.com/kb/en/library/json-data-type/

fashxp avatar Apr 04 '19 10:04 fashxp

@fashxp Any progress on this issue?

We are still seeing errors like this:

image

NiklasBr avatar Dec 06 '21 14:12 NiklasBr

that's probably because you're using the wrong activity store for your DB backend. if you are using mysql, you need to configure the activity store as we do in our demo: https://github.com/pimcore/demo/blob/10.x/config/cmf.yaml#L26

fashxp avatar Dec 07 '21 13:12 fashxp

Thanks. Where can I find documentation about this configuration?

NiklasBr avatar Dec 07 '21 13:12 NiklasBr

here and here is what we have: https://pimcore.com/docs/customer-management-framework/current/Installation/index.html and https://pimcore.com/docs/customer-management-framework/current/Activities/index.html#page_ActivityStore

any contributions to add more clarification are highly appreciated.

fashxp avatar Dec 09 '21 08:12 fashxp

I'd love to help, but I don't know or understand the motivation or design for the requirement of MariaDB. In other words, I can't help with the documentation because the documentation is missing information. So to whoever designed it this way I too say that any contributions to add more clarification are highly appreciated!

NiklasBr avatar Dec 09 '21 08:12 NiklasBr

Thanks a lot for reporting the issue. We did not consider the issue as "Pimcore:Priority", "Pimcore:ToDo" or "Pimcore:Backlog", so we're not going to work on that anytime soon. Please create a pull request to fix the issue if this is a bug report. We'll then review it as quickly as possible. If you're interested in contributing a feature, please contact us first here before creating a pull request. We'll then decide whether we'd accept it or not. Thanks for your understanding.

github-actions[bot] avatar Jan 23 '24 07:01 github-actions[bot]