Comments on: More Efficient Data Exports with new Export API https://arangodb.com/2015/04/export-api/ The database for graph and beyond Mon, 08 Jul 2024 12:26:37 +0000 hourly 1 https://wordpress.org/?v=6.7.1 By: ArangoDB database https://arangodb.com/2015/04/export-api/#comment-588 Wed, 10 Jan 2018 20:47:00 +0000 http://www.arangodb.com/?p=7169#comment-588 Sorry for the late reply… Yes, we released a new arangoexport feature. Please read more here: https://www.arangodb.com/2017/02/arangoexport-tool-exporting-data-arangodb/

]]>
By: jsteemann https://arangodb.com/2015/04/export-api/#comment-587 Fri, 08 May 2015 14:16:00 +0000 http://www.arangodb.com/?p=7169#comment-587 In reply to CoDEmanX.

Sorry for the delay, but I stumbled upon your comment just now.

So far the export API is pretty limited. It is designed purely to get a single collection’s documents out as efficiently as possible. There are no concrete thoughts yet about extending the export API into the directions you mentioned, though I won’t exclude that this is a future option.

Regarding the snapshotting:
For creating a snapshot of an entire database, there is arangodump. AFAIK it should create a consistent snapshot of the database even if data modifications happen while its dumping. There are some restrictions though: the dump won’t be consistent in a cluster and there might be issues if collections are dropped while the dump is ongoing. Finally, a full arangodump run may take a long time when run on a bigger database. But for smaller instances arangodump should be fine already.

]]>
By: CoDEmanX https://arangodb.com/2015/04/export-api/#comment-586 Wed, 08 Apr 2015 08:53:00 +0000 http://www.arangodb.com/?p=7169#comment-586 Really nice! Any plans on extending the export API yet? Like a consistent snapshot of an entire database? Alternatively, a read-only maintenance mode would also do, and maybe even work in clusters.

]]>