ruanpienaar / ets_ui

Erlang term storage user interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Erlang term storage user interface

License:Apache License 2.0


Languages

Language:JavaScript 60.0%Language:Erlang 18.1%Language:CSS 17.6%Language:HTML 4.2%Language:Makefile 0.1%