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

Make awesome-json-datasets an awesome JSON dataset #186

Closed
dvdsgl opened this issue Feb 4, 2018 · 4 comments
Closed

Make awesome-json-datasets an awesome JSON dataset #186

dvdsgl opened this issue Feb 4, 2018 · 4 comments

Comments

@dvdsgl
Copy link

dvdsgl commented Feb 4, 2018

One thing I'm doing for #185 is specifying these datasets as a JSON dataset. It would be a good idea to make this awesome list of JSON datasets an awesome JSON dataset itself, rather than just a Markdown list.

A normalized JSON dataset with metadata and endpoints for all of the listed datasets would be even more awesome and so meta! 😆

@dvdsgl dvdsgl changed the title Make awesome-json-datasets a JSON dataset Make awesome-json-datasets an awesome JSON dataset Feb 4, 2018
@jdorfman
Copy link
Owner

jdorfman commented Feb 7, 2018

This is actually a great idea. I like how recursive it is. How would you automate it? A probot that creates a PR with the JSON would be ideal.

@dvdsgl
Copy link
Author

dvdsgl commented Feb 7, 2018

The simplest approach would be to have a single data.json at the top-level that contains the data for each dataset, then simple a shell script or Python program that generates your README.md.

First we'd have to decide on a schema for that JSON file. Maybe something that looks like:

{
  "datasets": [
    {
      "name": "Open Notify Space Data",
      "category": ["Science", "Space"],
      "endpoints": [
        { "name": "ISSPosition", "url": "https://.../api" }
      ]
    },
  ]
}

@jdorfman
Copy link
Owner

jdorfman commented Feb 10, 2018

@dvdsgl I'm not opposed. Shell would be ideal since it is easier for most to get started (plus a great excuse to use SHML)

Let me think about it. My main concern is alienating folks that just want to make a quick edit to the markdown file.

Edit: It would have to be reversed, i.e. Markdown to JSON

@stale
Copy link

stale bot commented Apr 11, 2018

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Apr 11, 2018
@stale stale bot closed this as completed Apr 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants