-
Notifications
You must be signed in to change notification settings - Fork 0
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
Map metad port to 9559 default #22
Comments
You just would like to fetch schema with mclient? Or you will need storages client to scan data too? If it's the case to scan data, run your code in containers with same container network of the extension is much easier. |
I just want to fetch schema with mclient. I am trying to convert the nebula schema to graphql schema.
Thanks for the suggestion, I will try this approach. For now I want to develop as fast as possible and reduce dependency on other tools, I currently use |
You just put your dev container with |
" I currently use docker container ls to see which port the metad is mapped to and then specify it in my tests." indeed, now it's the easiest way to do so but we are suffering from the exposed address floating from each restart. I am thinking of leaving only one meta in the cluster and exposing its 9559 port in upcoming releases. |
Sorry for my English. I want to do some projects based on nebula meta data. It would be much more convenient if nebulagraph-docker-extension can open port 9559 by default.
The text was updated successfully, but these errors were encountered: