←back to thread

191 points shibaobun | 2 comments | | HN request time: 0.386s | source
1. atxtechbro ◴[] No.43671140[source]
How would you support someone who wanted to migrate to this and bring all their data with them? Just wondering if you build something like this hoping people start fresh, or do you build tunnels to help people migrate in and out. Kudos.
replies(1): >>43673656 #
2. shibaobun ◴[] No.43673656[source]
I made an export function that just basically dumps the entire schema out to JSON that can be processed with something like jq, but I should see if I can make some sort of bulk import function that would be easy to use