|
Project Information
-
Project feeds
- Code license
-
New BSD License
-
Labels
Go,
Golang,
Package,
Assert,
MapReduce,
QuickSort,
Crontab,
FiniteStateMachine,
Monitoring,
Redis,
UUID,
Cache,
Cells,
Events,
Behaviors
Featured
Links
|
DescriptionHelpful package for the daily Go development. Install each package with go get code.google.com/p/tcgl/[PACKAGE] Packages- applog: Logging with multiple levels, caller details in debug and critical situations and pluggable own logging behavior.
- asserts: Tests which can be used inside of unit tests or at runtime.
- cache: Cache values which will be refreshed on demand.
- cells: A framework for event and behavior based applications.
- identifier: Generate UUIDs and other identifiers.
- mapreduce: Use Googles great algorthim for data processing and aggregating.
- markup: A simple markup language as an alternative to XML.
- monitoring: Keep track of the performance, stay-set variables and dynamically retrieved statuses.
- numerics: Some numerical types, intended to use them e.g. for statistical problems.
- redis: A powerful client for the Redis database.
- sort: A parallel quicksort to use the power of multiple cores.
- state: A generic finite state machine.
- time: Functions to work with times and an internal crontab server.
- util: Some more smaller utilities.
- web: A lean web framework. Especially the combination of REST and JSON is supported.
SupportVisit Tideland in the web or just reach me via Google+ or Twitter.
|