plone / guillotina

Python AsyncIO data API to manage billions of resources
https://guillotina.readthedocs.io/en/latest/
Other
187 stars 51 forks source link

Store JSON objects instead of pickle objects #1026

Open bloodbare opened 3 years ago

bloodbare commented 3 years ago

Right now base object stores pickles which are fast but does not allow to do complex SQL queries and provide introspection with other languages than python.