From 5aa99415636b9f5a99694e18abcd3a01693bae08 Mon Sep 17 00:00:00 2001 From: pablo Date: Sat, 27 Nov 2021 17:11:27 +0100 Subject: [PATCH] Cuarta charla. --- 4_dataset_sync_with_diffsync.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 4_dataset_sync_with_diffsync.md diff --git a/4_dataset_sync_with_diffsync.md b/4_dataset_sync_with_diffsync.md new file mode 100644 index 0000000..0d1c195 --- /dev/null +++ b/4_dataset_sync_with_diffsync.md @@ -0,0 +1,22 @@ +# Dataset synchronisation with Diffsync + +Christian Adell Querol, hace cosas de networking para empresas grandes. Todo +lo que construyen es open-source. + +Leveraged on pydantic... interesting. + + +## Preguntas + +- Does `load` put everything in memory??? +- Do you have something to run it as a continuous service? +- Data quality? What if one is crap? + + +## Ideas + +Multiple places for same data... but one _authority_. I like the abstraction +provided by the idea of authority. + + +Esto igual lo conoce Pau! \ No newline at end of file