Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rvflash/csv-cache
Cache data in CSV files in Golang
https://github.com/rvflash/csv-cache
cache csv golang
Last synced: 18 days ago
JSON representation
Cache data in CSV files in Golang
- Host: GitHub
- URL: https://github.com/rvflash/csv-cache
- Owner: rvflash
- License: mit
- Created: 2017-02-23T20:13:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-24T23:57:16.000Z (almost 8 years ago)
- Last Synced: 2024-11-30T05:09:59.644Z (3 months ago)
- Topics: cache, csv, golang
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CSV Cache
[![GoDoc](https://godoc.org/github.com/rvflash/csv-cache?status.svg)](https://godoc.org/github.com/rvflash/csv-cache)
[![Build Status](https://img.shields.io/travis/rvflash/csv-cache.svg)](https://travis-ci.org/rvflash/csv-cache)
[![Code Coverage](https://img.shields.io/codecov/c/github/rvflash/csv-cache.svg)](http://codecov.io/github/rvflash/csv-cache?branch=master)
[![Go Report Card](https://goreportcard.com/badge/github.com/rvflash/csv-cache)](https://goreportcard.com/report/github.com/rvflash/csv-cache)Cache data in CSV files in Golang.
## Installation
Simple install the package to your $GOPATH with the go tool:
```bash
$ go get -u github.com/rvflash/csv-cache
```## Usage
This small library allows you to manage CSV data with a time to live, based on the last modified time.