TheDataStation / ver

Data Discovery Tools and Systems
MIT License
5 stars 9 forks source link

Add DuckDb schema and skeleton code for reading JSON profiles #4

Closed stanleyzhu1 closed 1 year ago

stanleyzhu1 commented 1 year ago

Added DuckDb schema and populated the database with JSON profiles

Specifically, the minhash signature, an array (of length 512) of integers, is stored as a single blob.

raulcf commented 1 year ago

Thanks. I'm merging. would be good to rename model.py to something that indicates this is using a duckdb backend. But other than that this looks good.