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

RFC: Creating a set of standard libraries #408

Open
satra opened this issue May 2, 2017 · 4 comments
Open

RFC: Creating a set of standard libraries #408

satra opened this issue May 2, 2017 · 4 comments

Comments

@satra
Copy link
Contributor

satra commented May 2, 2017

Create a set of libraries for developers to use. Abstract away details of the model through a clean API.

Develop a common library for common languages:

  • Python
  • Javascript
  • Octave/MATLAB

We would want the api of these tools to support both generic prov objects (entities, activities, agents) and specific objects (e.g., Projects, Datasets, Results, Workflows). The focus in early development should be on the specific objects to make it more useful to the developer.

Also develop a set of RESTful services for NIDM. The backend would be via python or node. Use swagger to design the API around the neuroimaging models.

Example top-level API:

/projects
/terms
/collections/{collection-type}
...

These top level APIs should support use-cases.

Concurrent with the development of the libraries we would like to use them in user facing applications. These could be viewers, search engines, and workflow tools.

@dbkeator
Copy link
Contributor

dbkeator commented May 8, 2017

@cmaumet
Copy link
Member

cmaumet commented May 8, 2017

@smpadhy
Copy link

smpadhy commented May 15, 2017

NIDM Swagger specs : https://github.com/smpadhy/nidm-swagger-specs

@satra
Copy link
Contributor Author

satra commented May 15, 2017

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

No branches or pull requests

4 participants