/[pxelator]/couchdb/syslog/views/by_ip/map.js
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /couchdb/syslog/views/by_ip/map.js

Parent Directory Parent Directory | Revision Log Revision Log


Revision 250 - (hide annotations)
Tue Aug 18 12:19:52 2009 UTC (14 years, 8 months ago) by dpavlin
File MIME type: application/javascript
File size: 70 byte(s)
example CouchDB views

1 dpavlin 250 function(doc) {
2     if ( doc.package == 'syslogd' )
3     emit(doc.ip, 1);
4     }

  ViewVC Help
Powered by ViewVC 1.1.26