Skip to content
This repository was archived by the owner on Dec 28, 2025. It is now read-only.

feat(config): support starting pd nodes & store nodes#16

Merged
imbajin merged 9 commits intohugegraph:masterfrom
HJ-Young:master
Sep 24, 2024
Merged

feat(config): support starting pd nodes & store nodes#16
imbajin merged 9 commits intohugegraph:masterfrom
HJ-Young:master

Conversation

@HJ-Young
Copy link
Copy Markdown
Contributor

@HJ-Young HJ-Young commented Sep 19, 2024

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could use 100 or 120 as the line wrapping standard, no need wrap too early

3. modify auth/https/serice ports if need..
'''
python deploy_start.py all # or 'server' or 'toolchain'
python deploy_start.py all # or 'server' or 'toolchain' or 'hugegraph'
Copy link
Copy Markdown
Contributor

@imbajin imbajin Sep 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hugegraph represents "server + pd + store"?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, use hugegraph to start a cluster including 1 pd, 1 store and 1 server

graph_deploy(sys.argv[1], basic_config)
else:
print('failed: 执行脚本参数为[all,server,toolchain]')
print('failed: 执行脚本参数为[all,server,toolchain, pd, store, hugegraph]')
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sort the order from big -> small (scope)

@imbajin imbajin merged commit dc6be94 into hugegraph:master Sep 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants