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

Add REST Service to Ingestor project #7

Open
phwissmann opened this issue Sep 4, 2024 · 1 comment
Open

Add REST Service to Ingestor project #7

phwissmann opened this issue Sep 4, 2024 · 1 comment
Assignees

Comments

@phwissmann
Copy link
Collaborator

This isn't fully clear yet whether we'd want a seperate application or add the functionality on top of the CLI tools.

Possible Tech:

  • Generate REST from OpenAPI description (OpenAPI CodeGen can produce Golang)
  • Can use alternate web libraries:
@consolethinks consolethinks changed the title Add webserver functionality to Scicat Cli? Add REST Service to Ingestor project Sep 9, 2024
@consolethinks
Copy link
Collaborator

consolethinks commented Sep 9, 2024

Current task list for this (originally from paulscherrerinstitute/scicat-cli#111):

  • Pick an API description method (eg. OpenAPI)
  • Research server libraries
  • Define endpoints in the API description method
  • With the generated bindings, develop the API

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

Successfully merging a pull request may close this issue.

2 participants