Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hackolade #124

Open
janpio opened this issue Feb 21, 2022 · 1 comment
Open

Hackolade #124

janpio opened this issue Feb 21, 2022 · 1 comment
Labels

Comments

@janpio
Copy link
Contributor

janpio commented Feb 21, 2022

https://hackolade.com/samplemodels.html

Models: Hackolade data models available for download:

@janpio janpio added the MongoDB label Feb 21, 2022
@Jolg42
Copy link
Contributor

Jolg42 commented Feb 23, 2022

Interesting list of json datasets

  • Buzzfeed : model derived from the very good article, a blog series on how to use MongoDB, Mongoose Object Data Mapping (ODM) with Express.js and Node.js. The article describes the steps required to build an RSS Aggregator application, similar to Google Reader.
  • GeoSpatial: introduction to MongoDB Geospatial feature derived from this blog post
  • GeoJSON: a Hackolade model with the different geometry structures of GeoJSON to be used as an external reference definition.
  • Kansas City Fountains: this model is drawn from an exercise in Steve Hoberman's class on 'Advanced modeling for NoSQL'. It is asked to model donations where the donor can either be an individual or a corporation, each requiring different fields. An good introduction to the concept of polymorphism.
  • NOAA: ocean weather buoys info
  • Northwind Oracle normalized: the famous Microsoft Access example, reverse-engineered from an Oracle DDL found here
  • Northwind Oracle denormalized: the same database as above, except it has been denormalized to illustrate the power of JSON and NoSQL
  • ourAirports: model derived from this free site where visitors can explore the world's airports, read other people's comments, and leave their own
  • purchaseOrder: derived from this Oracle JSON article
  • sales: basic demo of a sales application data model, with denormalization of some master data
  • socialNetwork: to showcase Hackolade capabilities
  • Socialite: derived from the Open Source Status Feed
  • USDA nutrition: single collection model of the USDA nutrition DB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants