Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tideland/golib
Go Library [DEPRECATED]
https://github.com/tideland/golib
cache concurrency-control configuration go golang identifier library logging monitoring testing tideland
Last synced: 14 days ago
JSON representation
Go Library [DEPRECATED]
- Host: GitHub
- URL: https://github.com/tideland/golib
- Owner: tideland
- License: bsd-3-clause
- Created: 2015-06-05T12:58:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-12T10:17:48.000Z (about 7 years ago)
- Last Synced: 2024-08-11T20:08:47.528Z (3 months ago)
- Topics: cache, concurrency-control, configuration, go, golang, identifier, library, logging, monitoring, testing, tideland
- Language: Go
- Homepage:
- Size: 612 KB
- Stars: 195
- Watchers: 11
- Forks: 18
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Audit: audit/asserts.go
Awesome Lists containing this project
- favorite-link - Tideland GoLib。
README
# Tideland Go Library
## Description
The *Tideland Go Library* contains a larger set of useful Google Go packages
for different purposes.**ATTENTION:** The `cells` package has been migrated into an own repository
at [https://github.com/tideland/gocells](https://github.com/tideland/gocells).**ATTENTION:** The `web` package is now deprecated. It has been migrated
and extended into the repository
[https://github.com/tideland/gorest](https://github.com/tideland/gorest).I hope you like them. ;)
[![GitHub release](https://img.shields.io/github/release/tideland/golib.svg)](https://github.com/tideland/golib)
[![GitHub license](https://img.shields.io/badge/license-New%20BSD-blue.svg)](https://raw.githubusercontent.com/tideland/golib/master/LICENSE)
[![GoDoc](https://godoc.org/github.com/tideland/golib?status.svg)](https://godoc.org/github.com/tideland/golib)
[![Sourcegraph](https://sourcegraph.com/github.com/tideland/golib/-/badge.svg)](https://sourcegraph.com/github.com/tideland/golib?badge)
[![Go Report Card](https://goreportcard.com/badge/github.com/tideland/golib)](https://goreportcard.com/report/github.com/tideland/golib)## Version
Version 4.24.2
## Packages
### Audit
Support for unit tests with mutliple different assertion types and functions
to generate test data.### Cache
Individual caches for types implementing the Cacheable interface.
### Collections
Different additional collection types like ring buffer, stack, tree, and more.
### Errors
Detailed error values.
### Etc
Reading and parsing of SML-formatted configurations including substituion
of templates.### Feed
Atom and RSS feed client.
### Generic JSON Processor
Instead of unmarshalling a JSON into a struct parse it and provide access
to the content by path and value converters to native types. Also processing
and comparing is possible.### Identifier
Identifier generation, like UUIDs (v1, v3, v4, v5) or composed values.
### Logger
Logging with different levels to different backends and powerful extensions.
### Loop
Control of goroutines and their possible errors. Additional option of recovering
in case of an error or a panic. Sentinels can monitor multiple loops and restart
them all in case of an abnormal end of one of them.### Map/Reduce
Map/Reduce for data analysis.
### Monitoring
Monitoring of execution times, stay-set indicators, and configurable system variables.
### Numerics
Different functions for statistical analysis.
### Redis Client
Client for the Redis database.
### Scene
Context-based shared data access, e.g. for web sessions or in cells.
### Scroller
Continuous filtered reading/writing of data.
### SML
Simple Markup Language, looking lispy, only with curly braces.
### Sort
Parallel Quicksort.
### Stringex
Helpful functions around strings extending the original `strings` package and
help processing strings.### Timex
Helpful functions around dates and times.
### Version
Documentation of semantic versions.
## Contributors
- Frank Mueller (https://github.com/themue / https://github.com/tideland)
- Alex Browne (https://github.com/albrow)
- Tim Heckman (https://github.com/theckman)
- Benedikt Lang (https://github.com/blang)
- Pellaeon Lin (https://github.com/pellaeon)## License
*Tideland Go Library* is distributed under the terms of the BSD 3-Clause license.