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 an oracle validator for Jelly #27

Open
Ostrzyciel opened this issue Feb 21, 2025 · 2 comments
Open

Implement an oracle validator for Jelly #27

Ostrzyciel opened this issue Feb 21, 2025 · 2 comments
Assignees
Labels
compat enhancement New feature or request

Comments

@Ostrzyciel
Copy link
Member

It would be nice if the Jelly test kit (#25) included an oracle for validating Jelly data. The oracle could be a very technical but simple implementation Jelly with code annotations referring to specific pieces of the spec. It would have extensive error handling with very descriptive messages.

It could then also be used as a validator for Jelly data in general. This would be useful in development, but also in debugging deployed systems.

@Ostrzyciel
Copy link
Member Author

It may be better to just make a general CLI utility for working with Jelly. Could be based on Jelly-JVM, with AOT compilation for fast startup.

Functionalities:

  • Validate Jelly-RDF, Jelly-Patch... anything else that will pop up in the future
  • Mock gRPC consumer and producer
  • Convert Jelly-RDF/Patch/whatever to/from W3C-standard formats
  • Convert binary protos to the Protobuf Text Format

@Ostrzyciel Ostrzyciel self-assigned this Mar 18, 2025
@Ostrzyciel
Copy link
Member Author

I started a repo for this: https://github.com/Jelly-RDF/cli

I'll create follow-up issues there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compat enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant