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

Support remote configuration from UI #295

Open
syncpark opened this issue Mar 9, 2023 · 2 comments
Open

Support remote configuration from UI #295

syncpark opened this issue Mar 9, 2023 · 2 comments

Comments

@syncpark
Copy link
Contributor

syncpark commented Mar 9, 2023

Giganto의 설정을 UI에서 원격으로 설정 가능해야 함

설정할 항목들:

  • 데이터 저장 기간, 데이터 저장 한계
  • Health check
  • 포트 번호 등의 수정 등

Giganto는 REview와 연결되어있지 않습니다. Web UI에서 Node status를 확인하는데 언제나 저장소(Giganto)는 offline 상태입니다. 기본적인 Resource usage도 보이지 않습니다.

가능한 방법:

  • 방법 1. REview와 QUIC 채널로 연결하고, 다른 프로그램과 같은 방식으로 관리한다.
  • 방법 2. 새로운 연결을 만드는 것보다 기존 GraphQL 채널을 통해서 관리한다.
  • 방법 3. 직접 관리하는 기능은 만들지 않고, Crusher 등의 프로그램을 같은 장비에 설치해서 간접적으로 관리한다.

어떤 방법이 좋을까요?

@msk
Copy link
Contributor

msk commented Mar 9, 2023

Giganto는 REview에 의존하지 않도록 하는 편이 좋을 것 같습니다. 모니터링과 설정 정도면 GraphQL로 해도 되지 않을까요?

@syncpark
Copy link
Contributor Author

충분할 것 같습니다. 그럼 GraphQL 방식으로 개발을 진행하겠습니다.

BLYKIM added a commit that referenced this issue Mar 15, 2023
BLYKIM added a commit that referenced this issue Mar 16, 2023
BLYKIM added a commit that referenced this issue Mar 16, 2023
- Add query to get default config file.
- Add mutation to set fields in default config file.

Issue: #295
BLYKIM added a commit that referenced this issue Mar 16, 2023
- Add query to get default config file.
- Add mutation to set fields in default config file.

Issue: #295
BLYKIM added a commit that referenced this issue Mar 16, 2023
- Add query to get default config file.
- Add mutation to set fields in default config file.

Issue: #295
BLYKIM added a commit that referenced this issue Mar 16, 2023
- Add query to get default config file.
- Add mutation to set fields in default config file.

Issue: #295
syncpark pushed a commit that referenced this issue Mar 16, 2023
- Add query to get default config file.
- Add mutation to set fields in default config file.

Issue: #295
kimhanbeom pushed a commit that referenced this issue Mar 17, 2023
kimhanbeom pushed a commit that referenced this issue Mar 27, 2023
kimhanbeom pushed a commit that referenced this issue Mar 27, 2023
kimhanbeom pushed a commit that referenced this issue Mar 27, 2023
kimhanbeom pushed a commit that referenced this issue Mar 27, 2023
msk pushed a commit that referenced this issue Mar 27, 2023
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