Closed
Bug 379664
Opened 16 years ago
Closed 16 years ago
bulk data insertion for the graph server.
Categories
(Webtools Graveyard :: Graph Server, defect)
Webtools Graveyard
Graph Server
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: anodelman, Assigned: anodelman)
References
Details
Attachments
(2 files, 1 obsolete file)
44.24 KB,
patch
|
vlad
:
review+
|
Details | Diff | Splinter Review |
825 bytes,
image/gif
|
Details |
Adding data point by point to the graph server can be *very* slow with tests that can result in ~2000 data points. This patch adds bulk.cgi which takes as input an attached file in csv format with each line in the file being a data point and its associated information. Works much the same as collect.cgi, but with more inputs.
Attachment #263674 -
Flags: review?(vladimir)
Assignee | ||
Comment 1•16 years ago
|
||
The same bulk data processing as before, but also a new layout for dgraph.html. An attempt to make the discrete graph interface easier to understand and use. Some bug fixes for discrete graphs (ie, bad x-axis labels).
Attachment #263674 -
Attachment is obsolete: true
Attachment #265752 -
Flags: review?(vladimir)
Attachment #263674 -
Flags: review?(vladimir)
Updated•16 years ago
|
Assignee: nobody → anodelman
OS: Mac OS X → All
Attachment #265752 -
Flags: review?(vladimir) → review+
Assignee | ||
Comment 2•16 years ago
|
||
My diff didn't pick up this additional image. It should end up in new-graph/js/img/. once checked in.
Assignee | ||
Comment 3•16 years ago
|
||
Sorry for the comment spam. The image name should be "Throbber-small.gif".
Updated•16 years ago
|
Attachment #265859 -
Attachment description: gif to go in /new-graph/js/img/. → Throbber-small.gif (/new-graph/js/img/)
Comment 4•16 years ago
|
||
RCS file: /cvsroot/mozilla/webtools/new-graph/bulk.cgi,v done Checking in bulk.cgi; /cvsroot/mozilla/webtools/new-graph/bulk.cgi,v <-- bulk.cgi initial revision: 1.1 done Checking in collect.cgi; /cvsroot/mozilla/webtools/new-graph/collect.cgi,v <-- collect.cgi new revision: 1.6; previous revision: 1.5 done Checking in dgraph.html; /cvsroot/mozilla/webtools/new-graph/dgraph.html,v <-- dgraph.html new revision: 1.2; previous revision: 1.1 done Checking in js/DataSet.js; /cvsroot/mozilla/webtools/new-graph/js/DataSet.js,v <-- DataSet.js new revision: 1.2; previous revision: 1.1 done Checking in js/GraphCanvas.js; /cvsroot/mozilla/webtools/new-graph/js/GraphCanvas.js,v <-- GraphCanvas.js new revision: 1.5; previous revision: 1.4 done Checking in js/dGraphFormModule.js; /cvsroot/mozilla/webtools/new-graph/js/dGraphFormModule.js,v <-- dGraphFormModule.js new revision: 1.2; previous revision: 1.1 done Checking in js/graph.css; /cvsroot/mozilla/webtools/new-graph/js/graph.css,v <-- graph.css new revision: 1.5; previous revision: 1.4 done Checking in js/graph.js; /cvsroot/mozilla/webtools/new-graph/js/graph.js,v <-- graph.js new revision: 1.11; previous revision: 1.10 done RCS file: /cvsroot/mozilla/webtools/new-graph/js/img/Throbber-small.gif,v done Checking in js/img/Throbber-small.gif; /cvsroot/mozilla/webtools/new-graph/js/img/Throbber-small.gif,v <-- Throbber-small.gif initial revision: 1.1 done
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•