Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aergoio/aergo-lib
a collection of common libraries used in the aergo project
https://github.com/aergoio/aergo-lib
aergo configuration db golang library log
Last synced: 3 months ago
JSON representation
a collection of common libraries used in the aergo project
- Host: GitHub
- URL: https://github.com/aergoio/aergo-lib
- Owner: aergoio
- License: mit
- Created: 2018-08-20T02:36:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-08T16:56:21.000Z (7 months ago)
- Last Synced: 2024-07-09T03:38:43.930Z (7 months ago)
- Topics: aergo, configuration, db, golang, library, log
- Language: Go
- Size: 227 KB
- Stars: 2
- Watchers: 6
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Go Report Card](https://goreportcard.com/badge/github.com/aergoio/aergo-lib)](https://goreportcard.com/report/github.com/aergoio/aergo-lib)
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![Travis_ci](https://travis-ci.org/aergoio/aergo-lib.svg?branch=master)](https://travis-ci.org/aergoio/aergo-lib)
[![Maintainability](https://api.codeclimate.com/v1/badges/a055db179465dc8176f4/maintainability)](https://codeclimate.com/github/aergoio/aergo-lib/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/a055db179465dc8176f4/test_coverage)](https://codeclimate.com/github/aergoio/aergo-lib/test_coverage)
[![API Reference](https://godoc.org/github.com/aergoio/aergo-lib?status.svg)](https://godoc.org/github.com/aergoio/aergo-lib)# aergo-lib
This repository is a collection of common libraries used in the aergo project.
See [godoc](https://godoc.org/github.com/aergoio/aergo-lib) to get more detail descriptions and usages.## config
Package config provides an easy way to create and manage configurations for aergo projects written in go.
## db
Package db is an wrapper of database implementations. Currently, this supports [badgerdb](https://github.com/dgraph-io/badger).
More implementations (e.g. leveldb) will be updated in the future## log
Package log is a global and configurable logger pkg, based on [zerolog](https://github.com/rs/zerolog)