Hi all, I'm looking for a sample dataset I can loa...
# getting-started
b
Hi all, I'm looking for a sample dataset I can load into my datahub installation to showcase it in my company. Can someone help me with that? Thanks!
g
I think you can use demo by DataHub. Its called as
jaffle_shop
. and all functions are available in the demo site. or you can setup on your local and choose whatever database engine you like. imo, if you have lot of times try to deploy it else use demo.
b
I have a deployment already, but wanted to showcase the ingestion process
but I dont have a dataset to use
g
Ah, what I did was create Postgres database and ingest sample data https://www.postgresqltutorial.com/postgresql-getting-started/load-postgresql-sample-database/
b
thanks!
I found a way to do it a json file already and looks good
g
Yeah, for sure, it more a simple way.