VizierDB / vizier-scala

The Vizier kernel-free notebook programming environment
Other
34 stars 11 forks source link

[Micro]service Artifacts #226

Open okennedy opened 1 year ago

okennedy commented 1 year ago

What pain point is this feature intended to address? Please describe. There are several situations where it would be helpful to allow a notebook to provide some sort of persistent support for data access. Specific use cases that I have in mind are:

Describe the solution you'd like Allow notebooks to define new endpoints that allow users to invoke function artifacts. I'm not entirely sure what this should look like, but a few ideas:

Describe alternatives you've considered The only real existing alternative is to dump everything you want to query into a dataset or view, and query that via SQL.