Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asdine/brazier
JSON storage with command line, HTTP and gRPC support
https://github.com/asdine/brazier
Last synced: 14 days ago
JSON representation
JSON storage with command line, HTTP and gRPC support
- Host: GitHub
- URL: https://github.com/asdine/brazier
- Owner: asdine
- Created: 2016-08-17T18:15:37.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-08T14:54:46.000Z (almost 8 years ago)
- Last Synced: 2024-10-08T13:42:00.246Z (about 1 month ago)
- Language: Go
- Homepage:
- Size: 1.16 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Brazier
[![Build Status](https://travis-ci.org/asdine/brazier.svg?branch=master)](https://travis-ci.org/asdine/brazier)
[![GoDoc](https://godoc.org/github.com/asdine/brazier?status.svg)](https://godoc.org/github.com/asdine/brazier)
[![Go Report Card](https://goreportcard.com/badge/github.com/asdine/brazier)](https://goreportcard.com/report/github.com/asdine/brazier)Brazier is a JSON database that can be used through command line, HTTP and gRPC.
It aims to be distributed, fast and easy to use.
*NOTE*: It is still a **work in progress**