-
Notifications
You must be signed in to change notification settings - Fork 50
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
whether the atomic_server ( with browser UI) can deploy independent ? I meaning offline or isolate #604
Comments
Yes, it should be able to run without an internet connection. The server's binary file actually contains the atomicdata.dev ontology, which includes all properties / classes used by default. |
the file 'datatypes.ts' in the data-browser project , it was defined like :
if so it have to connect dev site as root host ? sorry for this question, just confuse this logic . |
I don't think these are fetched typically - even though they are retrievable URLs. In many cases, these URLs are just used as names. However, if you edit a resource, some Property definitions are loaded, so there is some dependency to AtomicData.dev there. When Atomic Data Browser starts, it sends a request to https://atomicdata.dev/properties/, because it makes the app feel faster if you want to edit resources that use these properties. |
if network broken, some data brow page of the atomic_server can not render properly ... |
Most seems to work, but edit forms only show Also, I could probably change the In the mean time, could you provide some more information about your usecase and a screenshot of what's wrong @iRobinZhang ? Thanks ! |
I just run the data-browers project from console, then start the rust server , then open chrome web browser , navigate to 'http://localhost:5173/', I try to create a 'Article' but the Article edit page not render as normal, of course it works online but network broken, I meaning if internet disconnected then the edit Article page not works as expected |
I understant, to fix this we have two options: Include the atomicdata.dev ontology in the front-end, or the back-end. I think including it in the back-end is a lit less error-prone, as that is the system that contains the
|
that would be great 👍 |
Done! |
looks the Rect js code contains many hard code that point to "http://atomicdata.dev" , especial in Datatype,
so it is necessary for running the atomic_server ?
The text was updated successfully, but these errors were encountered: