Dretch / foundationdb-explorer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CI

FoundationDB Explorer

This is a very basic visual data viewer / editor / GUI for FoundationDB databases.

Built with the awesome Monomer library for the GUI.

Features

Search

Search by key in raw binary form or by entering a tuple value that is then encoded into binary form. Keys and values in search results are presented in their tuple form when they can be decoded as such.

Search screenshot

Edit

You can set, update, or delete the value at a known key. The key and value can be entered either in raw binary form or as a tuple.

Edit screenshot

Status

Experimental - some rough edges and not well tested.

Installation

Those with Ubuntu-based systems can try the .deb package from the Github releases page. A FoundationDB Explorer application should then appear in your desktop environment.

Building

Install the Haskell Stack build system, clone the Git repo and then do: stack --test install

About

License:Do What The F*ck You Want To Public License


Languages

Language:Haskell 97.6%Language:Shell 1.9%Language:Dockerfile 0.4%