Closed
Bug 704477
Opened 13 years ago
Closed 12 years ago
[Tracker] Move existing services to new style middleware services
Categories
(Socorro Graveyard :: Middleware, defect)
Socorro Graveyard
Middleware
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: adrian, Unassigned)
References
Details
Now that the new middleware organization is close to ready, we will begin moving existing services to that new architecture.
That means, for each old-style service:
- move that service to socorro/middleware/ and call it servicename_service.py
- move every bit of code related to an external resource (i.e. PostgreSQL, HBase, ES... ) to socorro/external/resource_name/ or use existing code in there
- document that service in http://socorro.readthedocs.org/en/latest/middleware.html
You can find documentation about new-style services here: http://socorro.readthedocs.org/en/latest/addaservice.html
Assignee | ||
Updated•13 years ago
|
Component: Socorro → General
Product: Webtools → Socorro
Reporter | ||
Updated•13 years ago
|
Component: General → Middleware
QA Contact: socorro → middleware
Reporter | ||
Comment 1•12 years ago
|
||
All remaining files in .../socorro/services/ are deprecated and should be removed after we have turned the configmanized middleware on (bug 799280).
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•9 years ago
|
Product: Socorro → Socorro Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•