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

Make some validator / viewer online service #31

Open
Ostrzyciel opened this issue Feb 26, 2025 · 1 comment
Open

Make some validator / viewer online service #31

Ostrzyciel opened this issue Feb 26, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@Ostrzyciel
Copy link
Member

It would be useful if we could have a web tool that would accept a Jelly file and:

  • validate it
  • show it in the Protobuf Text Format
  • translate it to N-Triples/N-Quads
  • show the used options (from the header)
  • show whether it's delimited or not

It would be a really nice tool for devs. Probably easier to use for many people than using Jena RIOT from the command line.

Currently we can really only do this as a backend-frontend application, because the Jelly-JVM doesn't really work with browsers. I guess you could try making it work with some JVM-to-Wasm magic, but that may or may not work.

Maybe wait with this until we have a Python or Rust implementation?

@Ostrzyciel Ostrzyciel added the enhancement New feature or request label Feb 26, 2025
@Ostrzyciel
Copy link
Member Author

Related to #27.

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