johnidm / suricate

Suricate is open source project to collect and classify tweets in Twitter.
1 stars 0 forks source link

Store metadata about collection #14

Closed johnidm closed 6 years ago

johnidm commented 6 years ago

For each message collected store field metadata.

for example:

{ 
   "data":"tweet fields ...",
   "metadata":{ 
      "description": "bla bla bla", 
      "date":"12-12-2019 23:23:23 PM",
      "keywords":[  
         "ba",
         "ab"
      ],
      "computer_name":"johni-pc",
      "computer_ip":"192.168.1.2"
   }
}