An open API service indexing awesome lists of open source software.

https://github.com/stacs-srg/storr

A file-based record storage library
https://github.com/stacs-srg/storr

json library nosql-store storage

Last synced: 6 months ago
JSON representation

A file-based record storage library

Awesome Lists containing this project

README

          

# storr

A file-based record storage library.

![Java CI with Maven](https://github.com/stacs-srg/storr/workflows/Java%20CI%20with%20Maven/badge.svg)
[![javadoc](https://javadoc.io/badge2/com.github.stacs-srg/storr/javadoc.svg)](https://javadoc.io/doc/com.github.stacs-srg/storr)
[![codecov](https://codecov.io/gh/stacs-srg/storr/branch/master/graph/badge.svg)](https://codecov.io/gh/stacs-srg/storr)

## Usage via maven

```

com.github.stacs-srg
storr
1.0.1

```

## See also

* [API documentation](https://javadoc.io/doc/com.github.stacs-srg/storr)
* [project website](https://stacs-srg.github.io/storr/)
* [usage examples](https://github.com/stacs-srg/storr/tree/master/src/main/java/uk/ac/standrews/cs/storr/examples)
* [relevant Maven goals](https://github.com/stacs-srg/hub/tree/master/maven) (private)