collect amt event logs
[pxelator] / couchdb / amt / views / timeline-doc / map.js
diff --git a/couchdb/amt/views/timeline-doc/map.js b/couchdb/amt/views/timeline-doc/map.js
new file mode 100644 (file)
index 0000000..96ad8b0
--- /dev/null
@@ -0,0 +1,4 @@
+function(doc) {
+  if ( doc.package.name == 'amt' )
+  emit(doc._id, doc);
+}
\ No newline at end of file