Wikimedia Services/status: Difference between revisions
m typo |
|||
| Line 12: | Line 12: | ||
Prototyping work on the [https://github.com/gwicke/rashomon storage service] and [https://github.com/gwicke/restface REST API] is progressing well. The storage service now has early support for bucket creation and multiple bucket types. We decided to configure the storage service as a backend for the REST API server. This means that all requests will be sent to the REST API, which will then route them to the appropriate storage service without network overhead. This design lets us keep the storage service buckets very general by adding entry point specific logic in front-end handlers. The interface is still well-defined in terms of HTTP requests, so it remains straightforward to run the storage service as a separate process. We refined the bucket design to allow us to add features very similar to [[:en:Amazon_DynamoDB|Amazon DynamoDB]] in a future iteration. There is also an early design for light-weight HTTP transaction support. |
Prototyping work on the [https://github.com/gwicke/rashomon storage service] and [https://github.com/gwicke/restface REST API] is progressing well. The storage service now has early support for bucket creation and multiple bucket types. We decided to configure the storage service as a backend for the REST API server. This means that all requests will be sent to the REST API, which will then route them to the appropriate storage service without network overhead. This design lets us keep the storage service buckets very general by adding entry point specific logic in front-end handlers. The interface is still well-defined in terms of HTTP requests, so it remains straightforward to run the storage service as a separate process. We refined the bucket design to allow us to add features very similar to [[:en:Amazon_DynamoDB|Amazon DynamoDB]] in a future iteration. There is also an early design for light-weight HTTP transaction support. |
||
Matt Walker is sadly leaving the |
Matt Walker is sadly leaving the Foundation by the end of this month to follow his passion of building flying cars. This means that we currently have [http://hire.jobvite.com/CompanyJobs/Careers.aspx?c=qSa9VfwQ&cs=9UL9Vfwt&page=Job%20Description&j=oAhYYfwx three positions open] in the service group, which we hope to start filling soon. |
||
<section end="2014-07-monthly"/> |
<section end="2014-07-monthly"/> |
||
Revision as of 08:27, 26 August 2014
Last update on: 2014-07-monthly
2014-07-monthly
The brand new Services group (currently Matt Walker and Gabriel Wicke) started July with two main projects:
- PDF render service deployment
- Design and prototyping work on the storage service and REST API
The PDF render service is now deployed in production, and can be selected as a render backend in Special:Book. The renderer does not work perfectly on all pages yet, but the hope is that this will soon be fixed in collaboration with the other primary author of this service, C. Scott Ananian.
Prototyping work on the storage service and REST API is progressing well. The storage service now has early support for bucket creation and multiple bucket types. We decided to configure the storage service as a backend for the REST API server. This means that all requests will be sent to the REST API, which will then route them to the appropriate storage service without network overhead. This design lets us keep the storage service buckets very general by adding entry point specific logic in front-end handlers. The interface is still well-defined in terms of HTTP requests, so it remains straightforward to run the storage service as a separate process. We refined the bucket design to allow us to add features very similar to Amazon DynamoDB in a future iteration. There is also an early design for light-weight HTTP transaction support.
Matt Walker is sadly leaving the Foundation by the end of this month to follow his passion of building flying cars. This means that we currently have three positions open in the service group, which we hope to start filling soon.