Skip to content

Example project to expose CSV data using ObjectStorage Data Layer and Data Hub

License

Notifications You must be signed in to change notification settings

mimiro-io/uda-jellyfish-data-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uda-jellyfish-data-example

Example project to expose CSV data using ObjectStorage Data Layer and Data Hub

Installation

export JELLYFISHHOME=/path/to/uda-jellyfish-data-example
  • In the compose folder run the following command to start the datahub and the data layer:
docker-compose up -d
  • Connect mim to this datahub instance
mim login add --alias "dh1" --type=unsecured --server="http://localhost:4242"
mim login dh1
mim datasets ls
  • Create the dataset
mim dataset create ocean.jellyfish
  • In the jobs folder run the following command to load the data sync job
mim jobs add -f sync.json
  • To run the job immediately run the following command:
mim jobs operate load-jellyfish-data -o run
  • Check that data has been loaded into the datahub by running the following command:
mim dataset entities ocean.jellyfish --pretty

About

Example project to expose CSV data using ObjectStorage Data Layer and Data Hub

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published