forked from swtools/WOFpy
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
3 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
An automated confi | ||
|
||
Needed for CZO. | ||
|
||
Single DataSource Type | ||
* option 1: | ||
* networks a paths, aka how it works now | ||
* object of configuration obejcts and properties (connection strings) | ||
* object so that they can be created by code. | ||
* example code to read from a directory, create configuration object | ||
* add a json service to deliver a list of networks at this endpoint | ||
* option 2: | ||
* use the Network:SiteCode to route to a datasource | ||
* requires some more funk, since an ODM1 datasource and other data sources are single | ||
|
||
Sugesting option 1. |