Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/infoforcefeed/mayo-workbench

CRUD application for managing OlegDB.
https://github.com/infoforcefeed/mayo-workbench

Last synced: about 2 months ago
JSON representation

CRUD application for managing OlegDB.

Awesome Lists containing this project

README

        

# Mayo-Workbench

Small CRUD application to inspect, modify, sort, reason and swear about data
stored in [OlegDB.](https://olegdb.org/)

## Installation

Requires two dependencies:

* [38-Moths](https://github.com/qpfiffer/38-Moths)
* [liboleg-http](https://github.com/qpfiffer/oleg/tree/master/c)

```
make
```

Theres no `make install`. Deal with it. Just run the binary from wherever you
built it, damn it.

## Usage

```
./mayoworkbench -n [-h db-hostname/IP] [-p db-port]
```

You'll need to specify the name of the database you want to connect to. Once
it's running, you can point your web-browser at `http://localhost:8666/` to get
started.

It's pretty minimal right now, so do whatever.