Ask HN: What's your quarantine side project? 6 years ago
Implementing 'Datomic-esque' system using Ruby on top of PostgreSQL.
HN user
Implementing 'Datomic-esque' system using Ruby on top of PostgreSQL.
What about translating data on the fly to the one big copy statement ?
Gitlab is surprisingly good for that. I keep backup schedules in it executed as CI pipelines. Gitlab runner executes my ansible custom code in docker container using image prepared for that purpose.