From 37f37f54e289062a41abfc9d5399cb1ffec209ce Mon Sep 17 00:00:00 2001 From: Jason Buberel Date: Fri, 23 Oct 2015 17:52:09 -0700 Subject: [PATCH] Misc weekly updates --- GoUsers.md | 3 +++ Home.md | 1 + Projects.md | 1 + 3 files changed, 5 insertions(+) diff --git a/GoUsers.md b/GoUsers.md index bcbbde4e..41a393ba 100644 --- a/GoUsers.md +++ b/GoUsers.md @@ -127,6 +127,7 @@ * [Modcloth](http://www.modcloth.com) - [github](https://github.com/modcloth-labs) * [Moovweb](http://www.moovweb.com) - [github](https://github.com/moovweb) [source](https://groups.google.com/forum/#!topic/golang-nuts/MeiTNnGhLg8/discussion) * [MongoDB](http://www.mongodb.com) - [blog](http://blog.mongodb.org/post/51643994762/go-agent-go) + * [Monsoon Commerce](https://www.monsooncommerce.com/) - [blog](https://www.monsooncommerce.com/2015/10/open-source-go-uptime/) * [Mozilla Services](https://github.com/mozilla-services) - [github](https://github.com/mozilla-services/heka) [blog](https://blog.mozilla.org/services/2013/04/30/introducing-heka/) * [MROffice](http://mroffice.org/) - [source](http://www.youtube.com/watch?v=7QDVRowyUQA) * [Namely](http://www.namely.com/) - [blog](https://medium.com/namely-labs/postgres-in-go-cf794adc4c52) @@ -148,6 +149,7 @@ * [Qurami](http://www.qurami.com) * [Rackspace](http://www.rackspace.com) - [github](https://github.com/rackspace/rack) * [Raintank](http://www.raintank.io/) - [blog](https://blog.raintank.io/where-and-why-we-use-go/) + * [RapidLoop](https://www.rapidloop.com/) - [product](https://www.opsdash.com/) * [Rawstream ](http://www.rawstream.com) - [tweets](https://twitter.com/brianazzopardi/status/387920069327872000) * [Raygun](http://raygun.io) - [blog](http://raygun.io/blog/2013/11/5-reasons-go-will-kick-ass-in-your-next-project/) * [Remind101](https://www.remind.com/) - [github](https://github.com/remind101/empire), [blog](http://engineering.remind.com/introducing-empire/) @@ -170,6 +172,7 @@ * [SoundCloud](http://soundcloud.com) - [blog](http://backstage.soundcloud.com/2012/07/go-at-soundcloud/) * [Sourcegraph](https://sourcegraph.com) - [talk](http://www.youtube.com/watch?v=-DpKaoPz8l8), [github](https://github.com/sourcegraph) * [Space Monkey](http://www.spacemonkey.com) - [blog](https://www.spacemonkey.com/blog/posts/go-space-monkey) + * [SpaceX](http://www.spacex.com/) - [reddit](https://www.reddit.com/r/golang/comments/3pu3nl/spacex_is_using_go_for_its_telemetry_system/) * [Splice](http://splice.com) - [tweet](https://twitter.com/mattetti/status/387935640513683456), [blog](http://blog.gopheracademy.com/birthday-bash-2014/go-shaped-splice-engineering-culture/), [blog](https://blog.splice.com/golang-improved-simplicity-reduced-maintenance/) * [Springer](http://joinit.springer.com) - [tweet](https://twitter.com/quii/status/575647166091370497) * [Square](http://www.squareup.com) - [blog](http://corner.squareup.com/2014/05/evaluating-go-frameworks.html) diff --git a/Home.md b/Home.md index cd5cd7d6..802142ed 100644 --- a/Home.md +++ b/Home.md @@ -176,6 +176,7 @@ If you're looking for services that support Go, here's a list to get you started - [Continuous Integration and Continuous Deployment](HostedContinuousIntegration) - Go is well supported by most CI/CD frameworks - Monitoring/Logging - [DeferPanic](http://deferpanic.com) - Dedicated Go application performance monitoring. + - [OpsDash](https://www.opsdash.com/) - Go-based cluster monitoring platform. - Package and Dependency Management - [Gopkg.in](http://labix.org/gopkg.in) is a source for stable Go libraries, provided by Gustavo Niemeyer. - [Stable Lib](https://stablelib.com/) is a service that provides stable Go packages with long-term support. diff --git a/Projects.md b/Projects.md index eceba559..3a1e3edc 100644 --- a/Projects.md +++ b/Projects.md @@ -1397,6 +1397,7 @@ See also [[SQLDrivers page|SQLDrivers]]. * [Tiger Tonic](https://github.com/rcrowley/go-tigertonic) - framework for building JSON web services inspired by Dropwizard * [trinity](https://github.com/cihub/trinity) - MVC framework * [Utron](https://github.com/gernest/utron) - MVC Framework + * [VioletEar](https://github.com/nbari/violetear) - HTTP router * [web.go](https://github.com/hoisie/web) - a simple framework to write webapps * [wfdr](https://github.com/crazy2be/wfdr) - Simple web framework designed for and written in go. Works with other languages as well, but not as well. * [xweb](https://github.com/go-xweb/xweb) - A web framework for Go. Just like Struts for Java.