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

Question: Is MongoDB really a requirement? #115

Open
sigzero opened this issue May 19, 2021 · 2 comments
Open

Question: Is MongoDB really a requirement? #115

sigzero opened this issue May 19, 2021 · 2 comments

Comments

@sigzero
Copy link

sigzero commented May 19, 2021

I was reading the META.yml and noticed that MongoDB is a requirement. Is that really needed for RPerl functionality? I don't use it and while installing it is test after test of:

t/retryable-writes-split-batch.t ........... skipped: no mongod on localhost:27017 and $ENV{MONGOD} not set
@wbraswell
Copy link
Owner

MongoDB is only a requirement for passing the installation tests, all the optional 3rd-party libraries (including MongoDB) will be split out from the core RPerl compiler in a future release.
Meanwhile, you can either force install to bypass any tests which fail due to missing external libraries, or you can use the suggested method of simply spinning up a Docker:
docker run -it wbraswell/rperl_cpan
http://rperl.org/get_rperl.html

@wbraswell
Copy link
Owner

@sigzero
I would like to help you along the way with your RPerl experiments, can you please provide a brief description of your tasks and goals?

I'm also on Facebook or e-mail if you prefer:
https://www.facebook.com/wnbjr
william DOT braswell AT autoparallel DOT com

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