You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# UA-DataProcessor
2
-
Data Processor for the UA Cloud Initiative. Runs in a Docker container and processes data from connected data sources (see services directory) and outputs the processed data as nodeset files into UA Cloud Library.
2
+
Data Processor for the UA Cloud Initiative. Runs in a Docker container and processes data from connected data sources (see DataServices directory) and outputs the processed data as nodeset files into UA Cloud Library.
3
+
4
+
Currently, available data services are for Azure Data Explorer and Dynamics365, but other data services can be added by implementing the simple IDataService interface.
5
+
6
+
In terms of data processors, currently a Product Carbon Footprint (PCF) processor following the Green-House Gas (GHG) Protocol calculation method is implemened.
3
7
4
8
# Required Environment Variables:
5
9
-`UA_CLOUD_LIBRARY_URL`: The URL for the UA Cloud Library instance to upload nodeset files to.
0 commit comments