plomino / Plomino

Powerful and flexible web-based application builder
33 stars 37 forks source link

Data from documents available for different database #852

Closed lucamancini closed 4 years ago

lucamancini commented 4 years ago

Hi, I'd like to develop a new application (not using Plone/Plomino) based on data from plomino document. I need to make them available to the new database (still to be defined) run-time or by means a cron ora a scheduled procedure. In other words user should be able to read and select data from Plomino documents in order to use them. Any hint? Thank you

ebrehault commented 4 years ago

2 options I think:

lucamancini commented 4 years ago

Ok. I'm using Plone 4.3 with Plomino 1.15.1 And unfortunately I cannot update...

ebrehault commented 4 years ago

You still can create an agent to emit the data.

lucamancini commented 4 years ago

I did ti using the Json endpoint for a view containing all your docs. Thank you!