Transaction Log - Prototype Python log reader

Registered by Jay Pipes

A Task for Nahil Jain:

Create a python program which does the following:

* Reads from stdin a transaction log file. In other words, it should run like this:

./myprogram < /path/to/drizzle/transaction.log

* Summarizes the entries in the transaction log and outputs a table containing a count of the number of statement messages containined in the log. Example output:

./myprogram < /path/to/drizzle/transaction.log
CREATE SCHEMA: 1
CREATE TABLE: 10
INSERT: 100,000
DELETE: 4,000
UPDATE: 25,000

The program should use the Google protobuffer Python library files to read the transaction log file.

Blueprint information

Status:
Not started
Approver:
Jay Pipes
Priority:
Low
Drafter:
Jay Pipes
Direction:
Needs approval
Assignee:
neh
Definition:
Approved
Series goal:
Accepted for trunk
Implementation:
Unknown
Milestone target:
milestone icon future

Related branches

Sprints

Whiteboard

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.