10 Apr 2021
- Josh Chamberlain
- Eddie Brown
- Alec Akin
- Eric Turner
- Stabs
- Answer schema questions to unblock dolt implementation.
- Decide whether tableplus or DBeaver would be useful in the dolt pipeline (discussion here).
Item | Notes |
---|---|
Datasets |
|
Dolt x Scale |
Alternative for down the road: https://www.esri.com/en-us/arcgis/products/arcgis-open-data Risk: dolt is young and missing advanced SQL features. Dolt is not our advanced analytics tool. Dolt is not our deep storage layer. Databases can’t currently reference each other, and repos are 1:1 with databases. Data is unlimited but current technical cap is ~200gb Can Dolt be an intake tool and not grow? This may not even be our presentation layer because of the low amount of data it can store
|
Where are we storing our data properties? |
Is breadth an issue in Dolt? Would this table be prohibitively gigantic? SQL column limit ~1000, mysql 4000. we should be good. |
Hosting | If we went with mongodb directly we could bolt it into our DigitalOcean |
Tableplus / DBeaver |
Tableplus free has some limitations (open tabs) |
Scrapers | For now—people should write whatever they want / is most convenient for them. If we want to refactor, we can figure out what the priority is on it + do it later. |
Server access | We don’t use passwords, just keys—send it to Alec if you need access. |
OCR | Stabs tried ~5 different ones and none of them worked well enough. Alec’s tried tensorflow |
- proof of concept for separate dolt DB (check whether DBs can easily reference one another) PDAP-144 Done
- proof of concept for
global_properties
table referenced by data_types views PDAP-121 - JIRA project doesn't exist or you don't have permission to view it. - Josh Chamberlain to make request in dolthub discord for one:many repos:dbs
- Alec Akin reach out to 3 major cloud providers + mongodb for sponsorships
- Josh Chamberlain Point database volunteers in the direction of Dolt SQL viewer integrations
- Josh Chamberlain add scraper philosophies to readme (do what you want, we can always refactor later)
- Dolt is not our advanced analytics tool. Dolt is not our deep storage layer.