-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
GSOC 2025 : Build a Java wrapper library for sourcemeta/blaze #874
Comments
Hey @erosb, thanks for suggesting this! Just some misc notes:
Also, one of the main challenges we saw when attempting Blaze bindings to other programming languages is converting the JSON inputs from whatever the programming language JSON implementation is to the JSON implementation that Blaze expects. In cases like Node.js, converting a v8 JSON object to a Sourcemeta JSON object was expensive enough to counter the performance benefits of Blaze. Do you have any insights on how to do this in a performant manner in Java? |
Hello @jviotti thanks for the feedback!
Thanks, updated the issue title and description accordingly
sounds good, I don't know almost anything about C++ so it will be perfectly fine :)
No problem with that
I don't have any input about the mapping overhead. Probably this heavily depends on the complexity of the schema and the size of the instance. If it turns out to be severe, I think it should be possible to implement a json parser as part of this library, which directly parses a json string into a sourcemeta json object. |
Hey mentors, this idea interests me. However I do not have experience in Java. I'd like to however try and work on this. Will start learning java, any specifics that I shall learn? |
@erosb Yeah, this sounds good. Blaze has its own JSON parser and the bindings can just take a JSON string, and do everything internally with Blaze stuff 👍🏻 |
Helo @Karan-Palan , beside learning java in general, the specific skills this project will need are
|
Thanks for the reply! I'll learn and create some projects using them |
I encountered the same kind of thing when I looked into options for JSON Schema in web assembly. Sending anything other than primitives to web assembly is expensive. But, not only that, you have to also have some libraries for working with structured data in web assembly as well. For example, if using Rust for generating the web assembly, you'd need the rust standard library included. That's bigger than my whole implementation and size matters on the web. It didn't seem like there was reasonable path forward, so I abandoned the effort. I hope this works out better. My guess is that there will be some point were the validation gets complex enough that it becomes faster than existing Java libraries, but relatively simple cases will probably remain faster in Java due to the translation cost. It will be interesting to see where that line ends up. However, I suspect that its possible for a Java library to be optimized to the degree Blaze is and get close enough performance that it's never going to be worth the translation. I'm sure there doesn't exist a Java implementation that's optimized to that level, but I think it's possible. Java can be quite fast if you're diligent/obsessive enough. |
Hi @erosb and mentors, I am interested in this project I have some experience in both Java and C++, would like to know a bit more about this project and start on this, if there is any additional doc/support you can provide me with, it will be helpful, meanwhile let me go through aforementioned. |
Hi @erosb, I’m really excited about this project to build a Java wrapper library for I’d love to contribute by designing a Java-friendly API, implementing the JNI bindings, and ensuring the library is published to Maven Central with great documentation. I’m planning to submit a detailed GSoC proposal soon—would you be open to providing feedback on a draft? I’d also be happy to discuss the project scope or start with a small prototype if that helps. Looking forward to hearing your thoughts! Thanks for mentoring this project. |
Hi @erosb and mentors, I’m really excited about the GSOC 2025 project to build a Java wrapper for sourcemeta/blaze! I don’t have any experience with Java or C++ yet, but I’m super interested in learning and contributing to this. I’d love to get started—any tips or resources you recommend for a beginner like me? Looking forward to hearing from you! |
Hi @erosb and mentors, I am interested in this project I have much experience in both Java and C++ (major is c++ ), would like to know a bit more about this project and start on this, also please provide any additional docs . |
@erosb |
Hello @Tanmay-Tripathi @hamdy-cufe-eng @Sahith53 @GANESHSHARMA1 @drLite35 @Karan-Palan and anyone whom it may concern, please find the qualification task for this project below: Implement PoC-level integration of a C++ libraryRequirements:
Bonus points / Nice To Have requirements:
|
hello @erosb i wanted to ask can we do this poc task for any c++ library for the purpose of demonstration or we should go on to clone and setup the codebase of sourcemeta/blaze and then do the poc ? |
Hello @Tanmay-Tripathi , thanks for the question. Any c++ library can work, but using sourcemeta/blaze is a nice-to-have bonus point. |
Hi @erosb,
Based on above requirements, I have started working on It. Soon I will submit PR. |
Our qualification task is live! Huge thanks to @erosb for putting this together. |
I am Dheeraj with Full stack development expertise using Java, Spring Boot, React and JavaScript. This project, interests me to learn more about JSON Schema Org and contribute as a GSoC contributor for 2025. What is the deadline to submit the qualification task Implement PoC-level integration of a C++ library? |
Hi mentors and @erosb I have much intrest on building the java wrapper library. I have experience with Java (Spring) as well as c/c++. I have started working on above POC and started exploring the sourcemeta/blace codebase. |
Hello @Dheerajmaddi , according to the GSoC 2025 schedule the proposal deadline (which includes the qualification task) is Apr 8. @Honyii please correct me if I'm wrong :) thanks! |
@erosb Heyy, Prince this side, I completed the qualification task. |
Yes you're correct @erosb , application deadline is April, 8. GSoC timeline |
Hey @Honyii i completed the following work
what are the next steps |
@hustlerZzZ The next step is to submit your qualification task and start creating your proposal @erosb will share how/where to submit the task during the week. |
Okay thanks! |
Thank you for the quick update @erosb and @Honyii, will work on it and keep you guys posted. |
Hello @erosb ,
Bonus points
|
Hello I am interested in both C/C++ and Java how can I start contributing and get more info about the desired work? |
@Dheerajmaddi welldone submitting your qualification task. We've created a proposal guide video and also added some resources, kindly check out this slack message; https://json-schema.slack.com/archives/C04MVQSRBRS/p1741358019012829 |
@Honyii Thanks for the update and resources! I tried accessing the Slack link, but it seems I don't have an account on that workspace. Could you please let me know how I can get access? |
@Honyii Thank you, this link works! |
@erosb |
Hello @bsurajpatra , I'm happy to see your interest. You can proceed with implementing the qualification task and submit as described here. |
@erosb |
@erosb |
Hello @erosb, can you please provide details on sharing my initial proposal for review? Thank you |
Hello @Dheerajmaddi I think for an initial review it is OK to push your draft proposal into your current repository, in a PROPOSAL.md. Thanks. |
Thank you @erosb! I added it to the current repository (PoC_Integration_Of_Library) for review. |
@erosb |
I'm excited to contribute to this project as a newcomer and eager to learn. I've researched the necessary tech stack (Java, JNI/JNA, Maven/Gradle) and have a solid understanding of the overall workflow, from API design to deployment. This opportunity represents a valuable learning experience, and I am committed to putting in my best effort. I look forward to your guidance! |
@erosb |
I have successfully completed the task and shared the repositories with you. Kindly verify the implementation at your convenience and let me know if any modifications are required. Looking forward to your feedback. Best regards, |
I've completed the qualification task and shared the repositories. Please review it when you can and let me know if any changes are needed. Best, |
I’m pleased to inform you that I have successfully completed the task and have shared the repositories with you. Please review the implementation at your convenience and let me know if any modifications or improvements are required. Looking forward to your feedback. Best regards, |
I have successfully completed the task and shared the repositories with you. Please review the implementation at your convenience and let me know if any modifications are required. Looking forward to your feedback. Best regards, |
Hello @erosb, can you please provide of my initial pushed repo( week ago) , also please inform me for any modify / need Thank you |
Hello @erosb |
@erosb |
Hey all, @erosb , |
Hello @erosb, I’m excited about the opportunity to contribute to this project! With experience in Java and the Spring framework, C++, Gradle/Maven, and JSON, I feel confident in my ability to bring value to the project. I have worked extensively with these technologies and would love to apply my knowledge to an open-source project like this. While I’ve explored various technologies before, this would be my first time contributing to a real-world open-source project, making it an exciting challenge for me. I would truly appreciate it if you could consider my application. Looking forward to collaborating and learning from the team! Best regards, |
Hello @Austin-George @Yae-sine , happy to see your interest in the project. |
Hello @erosb , I have submitted my proposal as requested on the GSoC portal and connected with you on slack. |
Build a Java wrapper library for sourcemeta/blaze
Brief Description
sourcemeta/blaze is a high-performance json schema validation library. The goal of this project would be making it available on the JVM platform by building a wrapper library around it, and publishing it on maven central.
Expected Outcomes
A java library should be available on maven central that has a Java-friendly API, and use sourcemeta/blaze under the hood for performing json schema validation.
Skills Required
Interest both in java and native c/c++ libraries, DX and documentation.
Mentors
@erosb
Expected Difficulty
Medium
Expected Time Commitment
175 hours
The text was updated successfully, but these errors were encountered: