atomicdata-dev / atomic-server

An open source headless CMS / real-time database. Powerful table editor, full-text search, and SDKs for JS / React / Svelte.
https://atomicserver.eu
MIT License
1.08k stars 49 forks source link

Export hierarchy / drive / children #934

Open joepio opened 3 months ago

joepio commented 3 months ago

AtomicServer has a CLI option for exporting all data from a server, and it's obviously possible to export a query / selection of data, but how does a user export a whole drive? Or all children from some specific point?

Polleps commented 3 months ago

We could add a json format option to the new export endpoint in #931