-
Notifications
You must be signed in to change notification settings - Fork 9
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
[DevOps] HMW DESIGN AN ARCHITECTURE ALLOW USER SELFT-HOST OURS OPEN-SOURCE #11
Comments
Mobile app able to find the self-host backend. (Links, QR) |
Nice with those diagram we could solve those (correct me if i wrong) Requirements
|
@DangCao1999 @Zeroska @Kaigagi
I have a write down in #12, in there it has a section say "How device claim work" I think it could be resolve those dot. |
I suggest using a node package called keygenerator ( here is the reference: https://www.npmjs.com/package/keygenerator ) to generate a key. Then we can check whether or not it is unique later by using some comparison. Or we just use numbers to organize it ? - It easier to compare. |
"some comparison" you mean like we has to query the db for it right. Yes we could use that package for generate key and do comparison. Recommend this lib over your https://www.npmjs.com/package/shortid. Or we could use auto-generated id by database |
Sum upDevice Model: |
Okiee @Kaigagi you take note and add those library in package log and make those to our backend dependency. |
HMW DESIGN AN ARCHITECTURE ALLOW USER SELFT-HOST OURS OPEN-SOURCE
Base on the discussion we're having ours (architecture)solution will enable user self-host ours open source architecture with an GCP
Requirements
=> After Mobile app successful find the backend self-host, and establish with backend device access key (device-id). The mobile app(device) will belong to the backend self-hosted (organization).
Img
The text was updated successfully, but these errors were encountered: