10 projects tagged "Go"
RunSlides combines an HTTP server and JavaScript helper functions to enable interactive HTML5 presentations. Source code snippets can be edited and run within the browser interface, and the program output is shown. The code snippets may be embedded in code templates before execution to avoid boilerplate code in the slides.
Wu is small command-line application that retrieves weather data from Weather Underground (including current conditions, historical data, forecasts, active alerts, and station lookup). The program is designed to be extremely fast and generally compliant with the Unix philosophy. Wu is written in Go, and requires a Go compiler to build from source.
syslog2couchdb is a tool that converts syslog messages into JSON documents and stores them in a CouchDB database. It inserts JSON documents in bulk mode for best performance, and stores messages in memory before connecting to a database. A timer periodically triggers an insertion to avoid keeping data in memory for too long.