Closed
Bug 873191
Opened 12 years ago
Closed 11 years ago
Create a bulk export dump
Categories
(Marketplace Graveyard :: API, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
2013-05-23
People
(Reporter: clouserw, Assigned: andy+bugzilla)
References
Details
In bug 873190 we documented how to do a bulk export dump of our Marketplace data. I'm marking this bug dependent on that one because I think this is one of the scenarios where writing docs first will be beneficial (obviously we can update them as we go too).
This bus is about delivering the actual json file onto disk. We can follow up with IT afterwards to compress it and figure out a place where it can be accessed.
Since this is essentially another "view" into the data tests will be good here since people probably won't be thinking about this script much once it's finished.
Reporter | ||
Updated•12 years ago
|
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → amckay
Target Milestone: --- → 2013-05-23
Assignee | ||
Comment 1•11 years ago
|
||
Presumably we'll need to do some filtering here of apps, for a first pass, should we assume only public apps?
Reporter | ||
Comment 2•11 years ago
|
||
(In reply to Andy McKay [:andym] from comment #1)
> Presumably we'll need to do some filtering here of apps, for a first pass,
> should we assume only public apps?
sounds reasonable
Assignee | ||
Comment 3•11 years ago
|
||
https://github.com/mozilla/zamboni/commit/7a11ed
Things to do:
- add in cron to generate
- whitelist in the resulting file to serve it out
Assignee | ||
Comment 4•11 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•