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

Implement object specs #3

Open
2 of 3 tasks
strogonoff opened this issue Jan 8, 2021 · 0 comments
Open
2 of 3 tasks

Implement object specs #3

strogonoff opened this issue Jan 8, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@strogonoff
Copy link
Contributor

strogonoff commented Jan 8, 2021

Using objects specs, extensions will define how objects in a dataset should be parsed into runtime structured data representation. E.g., for YAML files, this would involve decoding a blob into text with utf-8 encoding, and deserializing resulting YAML string into a JS object.

  • Implement object spec types
  • Update extension maker API to support object specs
  • Define signature of methods for querying index data to be made available in dataset context
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant