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

Improved "JSON Equivalent" binary protocol support #4

Closed
jpbetz opened this issue Oct 4, 2015 · 3 comments
Closed

Improved "JSON Equivalent" binary protocol support #4

jpbetz opened this issue Oct 4, 2015 · 3 comments

Comments

@jpbetz
Copy link
Contributor

jpbetz commented Oct 4, 2015

There are a number of binary protocols that provide "JSON equivalent" semantics:

  • PSON (non-standard pegasus codec)
  • BSON (mongoDB)
  • UBJSON
  • Smile
  • CBOR (not sure this is entirely JSON equivalent)
  • Flatbuffers
  • ???

We should carefully review the performance of these (https://github.com/eishay/jvm-serializers/wiki is a good start) and determine which is the best and add codec support to Courier for that protocol.

Pegasus already includes support for PSON and BSON, so we really only need to review UBJSON, Smile, CBOR or any other contenders and determine if they are better than PSON or BSON, and if so, add codec support.

@karthikrg
Copy link

How about flatbuffers?

@jpbetz
Copy link
Contributor Author

jpbetz commented Nov 10, 2015

@karthikrg Yes, Flatbuffers look's excellent. I've updated the above list to include them.

@jpbetz
Copy link
Contributor Author

jpbetz commented Apr 1, 2021

closing hopelessly stale issues I've opened

@jpbetz jpbetz closed this as completed Apr 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants