Closed
Bug 456529
Opened 16 years ago
Closed 16 years ago
Create new cgi script to replace bulk.cgi & collect.cgi for new db schema
Categories
(Webtools Graveyard :: Graph Server, defect)
Webtools Graveyard
Graph Server
Tracking
(Not tracked)
RESOLVED
FIXED
1.0
People
(Reporter: rdoherty, Assigned: lars)
References
Details
Attachments
(1 file)
With the new db schema, we'll need to rewrite bulk.cgi and collect.cgi. While we're there, let's merge them.
Reporter | ||
Updated•16 years ago
|
Assignee: nobody → mark
Comment 2•16 years ago
|
||
As discussed today:
These scripts have to update both the old database form and the new one for now, until we've figured out migration of everything to the new data.
In other words, Talos submits points of data, and we insert into both databases.
Assignee | ||
Updated•16 years ago
|
Assignee: mark → lars
Comment 3•16 years ago
|
||
Here's my first pass at covering both how Talos currently passes data and what needs to change to use the new schema:
https://wiki.mozilla.org/Perfomatic:SendingData
Comment 4•16 years ago
|
||
This tool sends mock data to a graph server - the data itself isn't very interesting but it is a quick way of checking to see if graph server collection scripts are operating correctly.
I'm not sure where this should be checked in, but it should be put into hg somewhere. Also, post_file.py is checked in with the talos code (it is how talos sends data to the graph server) so it might be bad policy to check it in again?
Attachment #353303 -
Flags: review?(rdoherty)
Updated•16 years ago
|
Attachment #353303 -
Attachment is patch: false
Updated•16 years ago
|
Attachment #353303 -
Attachment mime type: text/plain → application/zip
Reporter | ||
Comment 5•16 years ago
|
||
Comment on attachment 353303 [details]
test tool for old collect.cgi/bulk.cgi and new collect.cgi
I have no way to test this, but because it's a tool I'll r+ it and we can fix it if needed.
It should be checked in in /scripts, which is where utilities are put. I don't think it's a big deal to check in post_file.py twice.
Attachment #353303 -
Flags: review?(rdoherty) → review+
Assignee | ||
Updated•16 years ago
|
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•