Skip to content

ruanpienaar/ets_ui

Repository files navigation

Build# Status Coverage Status

Synopsis

This project allows for querying Erlang ETS tables over http, so that other languages/mechanisms can easily get database results.

Example

This project can be included as a dependancy. It starts the cowboy application on a specified port per application env http_port, or lets the underlying OS decide what port to use IE: use any unused port.

To create a few tables with some example context run the following:

ets_ui_util:dummy_table().

or just create ETS tables yourself and play around on the ui

Motivation

Agregating results from multiple erlang nodes in one place.

ETS querying capability over HTTP.

  • TODO: client-mode/cluster-mode * cluster mode runs queries on it's child client-mode machines

Installation

make shell

API Reference

Docs

Tests

make test

Contributors

4 spaces no tabs please use nice/readible names for vars/funcs please run checks locally when work is considered finished

License

Apache License 2.0