Enable event feature on MongoDB and DB2

Registered by Liusheng

This bp aims to implement the event feature on Mongodb and DB2

The basic structure of Events on Mongodb and DB2:

model of db:
- events
    - _id: uuid of event (Event.message_id)
    - event_type: description of event's type
    - timestamp: time stamp of event generation
    - traits: [array of {trait_name: string, trait_type: integer,
              trait_value: data}]

Structure that is proposed will support next queries:
- timestamp of events generation
- event id
- event type
- trait: trait_field, type(int,string,etc.), trait_value

Blueprint information

Status:
Complete
Approver:
Eoghan Glynn
Priority:
High
Drafter:
Liusheng
Direction:
Approved
Assignee:
Igor Degtiarov
Definition:
Approved
Series goal:
Accepted for juno
Implementation:
Implemented
Milestone target:
milestone icon 2014.2
Started by
Eoghan Glynn
Completed by
Eoghan Glynn

Related branches

Sprints

Whiteboard

Gerrit topic: https://review.openstack.org/#q,topic:bp/is,n,z

Addressed by: https://review.openstack.org/99923
    Momgodb-events-feature specs

Gerrit topic: https://review.openstack.org/#q,topic:bp/mongodb-events-feature,n,z

Addressed by: https://review.openstack.org/101558
    [Mongodb] Implement events on Mongodb and DB2

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.