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

Add simple web ui #6

Open
fnpanic opened this issue Jul 12, 2024 · 2 comments
Open

Add simple web ui #6

fnpanic opened this issue Jul 12, 2024 · 2 comments

Comments

@fnpanic
Copy link

fnpanic commented Jul 12, 2024

It would be great to have a webui for migration kit to simplify the usage.

@mnaser
Copy link
Member

mnaser commented Jul 12, 2024

I think down the line, it would be ideal if Migratekit runs as an agent, and then another service talks to it. There are some sort of networking problems we would have to think about to make sure the case when the two systems cannot talk to each other directly.

@fnpanic
Copy link
Author

fnpanic commented Jul 15, 2024

I agree. I general the architecture could look something like this.

Deploy an "agent" in the source and Destination. They should then register to a central system which is reachable just with public HTTPS which makes deployment way easier. Then the central component can talk to the "agents". Relaying the traffic over the central point could also make it easier.
This sorts out most of the networking problems. Using something like https://github.com/jpillora/chisel has proven to be very effective in the past. Queueing and job management could happen centraly.

This require some engineering but with the help of claude 3.5 sonnet most of the heavy lifting is only a proper design.

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