-
Notifications
You must be signed in to change notification settings - Fork 3
FEATURE: Combine Template with Database by Name #65
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
Comments
THIS IS NO LONGER VALID
To select a project:
where The
If the project doesn't exist, the server will automatically create the files. The template file would be created from To implement this, I'm anticipating:
|
Background on how NetCreate Loads Data
The asynchronous data load is handled through UNISYS' network messaging system so you don't have to worry about anything except receiving the data. The data is provided by the server, which implements its own UNISYS message handlers relevant to database operations. Specific Points of ImplementationThe server will deliver both D3DATA and TEMPLATE information in one call. This will make it easier to support standalone mode.
|
TestingI need to implement the ability to pass-in the project string from the command line, but you can test your implementation by hard-coding the option passed-in to Also, this implementation should work for standalone mode, so test that too.
|
Changes to Configuration ApproachIn Slack Feb 26 2019 conversations:
THE NEW WAY There's a new The script isn't written yet, but you can currently manually edit |
User Interface for Configuration of Template/DatasetThe script would work something like this. In Terminal
The |
This has now been implemented in #67 |
Uh oh!
There was an error while loading. Please reload this page.
Currently, the
runtime
directory contains anetcreate.loki
database file that has the netgraph data (nodes, edges). Thetemplate
file is specified by name, hardcoded intonc-logic.js
asconst TEMPLATE_URL = "../templates/netcreate.json";
This is inconvenient; we'd like one way to specify a database with matching template.The text was updated successfully, but these errors were encountered: