-
Notifications
You must be signed in to change notification settings - Fork 7
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
Modify the Node
structure so as to configure all remote server
#399
Comments
kimhanbeom
added a commit
to kimhanbeom/review-database
that referenced
this issue
Jan 23, 2025
- Modify the node structure so as to configure "TI Container" remotely like "Datalake". - Rename `Giganto` to `ConnectionlessAgent`. - Add a `ti_container` field of type `ConnectionlessAgent` within `node`. - Modify migration function `migrate_0_29_node`. - Add migration function `migrate_0_35_node`. Close: petabi#399
kimhanbeom
added a commit
to kimhanbeom/review-database
that referenced
this issue
Jan 23, 2025
- Modify the node structure so as to configure "TI Container" remotely like "Datalake". - Rename `Giganto` to `ConnectionlessAgent`. - Add a `ti_container` field of type `ConnectionlessAgent` within `node`. - Modify migration function `migrate_0_29_node`. - Add migration function `migrate_0_35_node`. Close: petabi#399
We decided to add a separate structure, Here is the direction of the modification.
|
kimhanbeom
added a commit
to kimhanbeom/review-database
that referenced
this issue
Feb 19, 2025
- Modify the `Node` structure to allow you to manage the configuration of all remote servers that communicate with the REview. - Introduces `Remote`, a new structure that stores configuration information for remote servers. The data in `Remote` is stored via `Table<Remote>`. - Add a `remotes` field of type `Vec<Remote>` within the `Node` structure to store the all remote server configuration. - Add a `Datalake`, `TiContainer` field inside `node::kind`. - Modify migration function `migrate_0_29_node`. - Add migration function`migrate_0_35_node`. Close: petabi#399
Node
structure so as to configure all remote server
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since the TI Container has been modified to support remote configuration, we should modify the review-database to manage that module as a node.
The text was updated successfully, but these errors were encountered: