- 5 Google Projects That Changed Big Data Forever | MapR
- Oklahoma City bombing secret: DNA extracted from unknown leg – Washington Times
- Looking Over The Limb | Lunar Reconnaissance Orbiter Camera
Earthrise
- Women of 2015: Elena Ferrante, writer – FT.com
- Ubiquity Dev Summit
- Systemic Change Needed After Faulty Times Article – The New York Times
- NYTimes/gizmo
A Microservice Toolkit from The New York Times http://open.blogs.nytimes.com/2015/12/17/introducing-gizmo/
This toolkit provides packages to put together server and pubsub daemons with the following features:
standardized configuration and logging
health check endpoints with configurable strategies
configuration for managing pprof endpoints and log levels
structured logging containing basic request information
useful metrics for endpoints
graceful shutdowns
basic interfaces to define our expectations and vocabulary - go-kit/kit
A standard library for microservices. http://gokit.io
Go kit is a distributed programming toolkit for building microservices in large organizations. We solve common problems in distributed systems, so you can focus on your business logic. - Introducing Gizmo – The New York Times
At The New York Times, our development teams have been adopting the Go programming language over the last three years to build better back-end services. In the past I’ve written about using Go for Elastic MapReduce streaming. I’ve also talked about using Go at GothamGo for news analysis and to improve our email and alert systems at the Golang NYC Meetup. We use Go for a wide variety of tasks, but the most common use throughout the company is for building JSON APIs.
…
It’s my pleasure to announce that as of today our toolkit, Gizmo, is open source. Gizmo offers four packages to help developers quickly configure and build microservice APIs and pubsub daemons.http://github.com/nytimes/gizmo
http://gokit.io/
Digest powered by RSS Digest