xtdb

phronmophobic 2024-10-27T22:32:36.297119Z

Is there a bulk import/export format for xtdb? I recently added a bulk import version of the dewey dataset for sqlite as part of the weekly dewey releases. I thought it would be neat to have a ready to import data dump for a datalog db like xtdb.

👀 1
refset 2024-11-04T14:13:26.298259Z

hey @smith.adriane sorry for the delay(!) we don't have any XT-specific format or tools for this currently, but with v2 we hope to be able to support regular pg_dump in the future. For now I would recommend relying on .sql files. For v1 you could just generate a .edn / https://github.com/lambdaisland/edn-lines full of maps and pipe that to submit-tx in a couple of lines

👍 1