weecology / pydataweaver

The Pydata Weaver: A data Integration platform
Other
9 stars 5 forks source link

Add Portal integration example #24

Closed henrykironde closed 5 years ago

henrykironde commented 6 years ago

https://figshare.com/articles/Portal_Project_Teaching_Database/1314459

Example of tabular data integration would be main joins with plots and with species tables.

henrykironde commented 6 years ago

Notes: {main.plot}

{portal.main, portal.plots, portal.species}

{main.plot = plots.plot_id , main.species = species.species_id; }

henrykironde commented 5 years ago

Added