Skip to content

Instantly share code, notes, and snippets.

View hallboav's full-sized avatar
🌴
Learning PHP core

Hallison Boaventura hallboav

🌴
Learning PHP core
  • Amsterdam, The Netherlands
View GitHub Profile
function insertSomeData(callback) {
db.event.insert({
date: 1451606400000, // 2016-01-01T00:00:00Z
action: 'A',
src_ip: '10.1.1.1',
src_port: 11111,
dst_ip: '10.1.1.2',
dst_port: 80
});