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

Does this pkg provide the plasma In-Memory Object Store? #37

Closed
mkschulze opened this issue Oct 10, 2020 · 3 comments
Closed

Does this pkg provide the plasma In-Memory Object Store? #37

mkschulze opened this issue Oct 10, 2020 · 3 comments

Comments

@mkschulze
Copy link

Hello,

just wondering if it's in like in the pyarrow package.

https://arrow.apache.org/docs/python/plasma.html

Thx!

@quinnj
Copy link
Member

quinnj commented Oct 10, 2020

Currently there's no interface for interacting with a plasma store. From a quick look at what plasma is, it sounds like it would be pretty easy to make a generic Julia client that could put/get objects. Probably more work is supporting arbitrary Julia object sterilization in Arrow.jl. I'm not familiar with how pyarrow does their object serialization, but perhaps we could do something similar. My hesitation is knowing that totally generic serialization in Julia can be a lot of work; but maybe there are simple cases we could support.

@mkschulze
Copy link
Author

mkschulze commented Oct 10, 2020

Maybe this project can serve as some inspiration: https://github.com/russellromney/brain-plasma

It wraps the plasma store and adds a namespace functionality.
Could eventually replace redis in the long run maybe.

@quinnj
Copy link
Member

quinnj commented Jun 9, 2023

My understanding is that plasma is no longer maintained and isn't recommended any more

@quinnj quinnj closed this as completed Jun 9, 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