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

Explore Vineyard #2

Closed
jakirkham opened this issue Aug 26, 2022 · 4 comments
Closed

Explore Vineyard #2

jakirkham opened this issue Aug 26, 2022 · 4 comments

Comments

@jakirkham
Copy link

Another shared memory store is Vineyard, which came up in this discussion ( dask/distributed#6503 (comment) ). It may be worth adding this to the comparison here.

cc @sighingnow

@martindurant
Copy link
Owner

Yep, definitely in the plan. The first time I installed vineyard, something got messed up, but seems to be working fine now. I should be able to make a naive implementation pretty easily. As with lmdb, doubtless someone better versed can tell be what config and access pattern is actually recommended :)

@sighingnow
Copy link
Contributor

@jakirkham Thank you for adding vineyard into the plan. I'm composing the vineyard PR and will add it to this repo soon.

@sighingnow
Copy link
Contributor

As with lmdb, doubtless someone better versed can tell be what config and access pattern is actually recommended :)

I also failed to installed the python-lmdb package in the requirements.txt.

  Using cached python-lmdb-1.0.0b1.tar.gz (8.1 kB)
    ERROR: Command errored out with exit status 1:
     command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-p2pnc__v/python-lmdb/setup.py'"'"'; __file__='"'"'/tmp/pip-install-p2pnc__v/python-lmdb/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-install-p2pnc__v/python-lmdb/pip-egg-info
         cwd: /tmp/pip-install-p2pnc__v/python-lmdb/
    Complete output (5 lines):
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-install-p2pnc__v/python-lmdb/setup.py", line 5, in <module>
        with open("README.md") as f:
    FileNotFoundError: [Errno 2] No such file or directory: 'README.md'
    ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

@jakirkham
Copy link
Author

Closing since this has been added

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

3 participants