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

Make a way to test pymgclient on Mac/OSX #65

Open
gitbuda opened this issue Aug 11, 2024 · 0 comments
Open

Make a way to test pymgclient on Mac/OSX #65

gitbuda opened this issue Aug 11, 2024 · 0 comments
Assignees
Labels
Effort - Low Effort - Low Frequency - Monthly Frequency - Monthly infrastructure Priority - Later Priority - Later Reach - VeryFew Reach - VeryFew Severity - S3 Severity - S3

Comments

@gitbuda
Copy link
Member

gitbuda commented Aug 11, 2024

The biggest issue here is that pymgclient can essentially only be developed on Linux boxes. It shouldn't be too hard to change that, but there is always but. There is a bunch of similar logic to start Memgraph from Python in many different places: memgraph (e2e test), pymgclient, gqlalchemy (often repeated but slightly different for no reason).

The best solution would be to create a new library called, e.g., pymgutil and place the code there to start Memgraph with different options (native service, native binary, docker, etc.). NOTE: Don't try too hard and put the client logic there because then the circular deps come into place and that's not pretty.

@gitbuda gitbuda added infrastructure Severity - S3 Severity - S3 Effort - Low Effort - Low Frequency - Monthly Frequency - Monthly Reach - VeryFew Reach - VeryFew labels Aug 11, 2024
@gitbuda gitbuda self-assigned this Aug 11, 2024
@hal-eisen-MG hal-eisen-MG added the Priority - Later Priority - Later label Aug 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Effort - Low Effort - Low Frequency - Monthly Frequency - Monthly infrastructure Priority - Later Priority - Later Reach - VeryFew Reach - VeryFew Severity - S3 Severity - S3
Projects
Status: Todo
Development

No branches or pull requests

2 participants