15 projects tagged "Go"
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.
Collax Business Server is an all-in-one Linux server for small- and medium-sized businesses. It delivers all the important network services within a heterogeneous business environment for communication, infrastructure, compliance, groupware, and storage, all in a reliable and secure way which is easy to manage. It also provides essential security functions such as firewalling and virus and spam filtering, to protect against hacker attacks, viruses, and unsolicited email messages.
Collax V-Family is a management suite based on a 64bit Linux system and KVM to provide server virtualization. It offers solutions for single virtualization hosts, as well as high availability management on two or more nodes, allowing embedded HA storage using DRBD and iSCSI. By using live snapshots, automatic live migration, and incremental backups, the availability of virtual machines is increased tremendously in case of hardware and software maintenance or even hardware failures. Virtual network switches and the protocols GVRP, LLDP, and RSTP help to set up a virtual DMZ.
vded is a simple REST-type method for tracking deltas of ever-increasing values (although it handles resets, etc., pretty well). It is meant to accept submissions of values which increment, then determine the delta between that value and its predecessor, as well as figure the rate over time.
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.