Milimetric has submitted this change and it was merged.
Change subject: Initial skeleton of directories
......................................................................
Initial skeleton of directories
Change-Id: If1622c83ac697dc51813e1a054586607d08ed353
---
A dashboards/reportcard.json
A datasources/README
A flow/config.yaml
A graphs/README
4 files changed, 31 insertions(+), 0 deletions(-)
Approvals:
Milimetric: Verified; Looks good to me, approved
diff --git a/dashboards/reportcard.json b/dashboards/reportcard.json
new file mode 100644
index 0000000..87fdda5
--- /dev/null
+++ b/dashboards/reportcard.json
@@ -0,0 +1,13 @@
+{
+ "id" : "reportcard",
+ "headline" : "Flow",
+ "subhead" : "",
+ "tabs": [
+ {
+ "name": "Core",
+ "graph_ids": [
+
"http://datasets.wikimedia.org/limn-public-data/mobile/datafiles/thanks-daily.csv"
+ ]
+ }
+ ]
+}
diff --git a/datasources/README b/datasources/README
new file mode 100644
index 0000000..3082b34
--- /dev/null
+++ b/datasources/README
@@ -0,0 +1 @@
+Datasources are metadata written in json or yaml that describes the columns
available in a datafile. Datafiles can be CSV, TSV, JSON, etc. For examples,
see the datasources folder in other limn data repositories.
diff --git a/flow/config.yaml b/flow/config.yaml
new file mode 100644
index 0000000..2b14994
--- /dev/null
+++ b/flow/config.yaml
@@ -0,0 +1,16 @@
+databases:
+ el:
+ host: "analytics-store.eqiad.wmnet"
+ port: 3306
+ creds_file: /a/.my.cnf.research
+ db: log
+# for convenience, define unions of different event logging schemas here:
+tables:
+intervals:
+ running_average: 30
+output:
+ path: /a/limn-public-data/flow/datafiles
+defaults:
+ db: el
+# the key in the graph section is the name of the sql file and generated file
+graphs:
diff --git a/graphs/README b/graphs/README
new file mode 100644
index 0000000..83b19d6
--- /dev/null
+++ b/graphs/README
@@ -0,0 +1 @@
+Graphs are written in JSON or YAML and describe what should be graphed and how
stuff should look. For examples, see the graphs folder in other limn data
repositories.
--
To view, visit https://gerrit.wikimedia.org/r/171454
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: If1622c83ac697dc51813e1a054586607d08ed353
Gerrit-PatchSet: 1
Gerrit-Project: analytics/limn-flow-data
Gerrit-Branch: master
Gerrit-Owner: Milimetric <[email protected]>
Gerrit-Reviewer: Milimetric <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits