This project allows for querying Erlang ETS tables over http, so that other languages/mechanisms can easily get database results.
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
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
make shell
make test
4 spaces no tabs please use nice/readible names for vars/funcs please run checks locally when work is considered finished