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

cross language support (java) #7

Open
lcmgh opened this issue Jul 10, 2023 · 4 comments
Open

cross language support (java) #7

lcmgh opened this issue Jul 10, 2023 · 4 comments

Comments

@lcmgh
Copy link

lcmgh commented Jul 10, 2023

Hi!

I'd like to share my bloom filter output to Java services. Are there any Java libs that are compatible with the data structure provided by fastbloom?

Thanks

@yankun1992
Copy link
Owner

yankun1992 commented Jul 10, 2023

Hi @lcmgh, if I understand correctly, you want to deserialize the result obtained from the get_bytes method into a Bloom filter implemented in Java. If so, there may not be an implementation that is exactly the same in Java, but I plan to use JNI to provide a Java API soon. By the way, if you are interested, you can participate!

@lcmgh
Copy link
Author

lcmgh commented Jul 10, 2023

Hi @yankun1992 . To be precise, I would like to serve the bytes blob of the bloom filter's result at an endpoint to give other systems the option to run data against the filter locally. Could the artifact of your "Java implementation" then be published on Maven central or will it require additional effort for Java clients to make use of the lib (beside of declaring it as dependency)?

@yankun1992
Copy link
Owner

Yes, the plan is to publish to Maven Central :)

yankun1992 added a commit that referenced this issue Jul 19, 2023
yankun1992 added a commit that referenced this issue Jul 20, 2023
yankun1992 added a commit that referenced this issue Jul 21, 2023
@yankun1992
Copy link
Owner

Hi @lcmgh, the snapshot package has been publish to https://s01.oss.sonatype.org/content/repositories/snapshots/io/github/yankun1992/ . You can test it!

yankun1992 added a commit that referenced this issue Jul 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants