Merquery

Demo

Merquery currently consists of 2 components:

Merquery takes advantage of the Livebook ecosystem to have built in support for serialization and secret storage, so you can save queries for later usage and use keys from your Livebook Hub token vault.

It also can be used to generate source code just as all Smart Cells do. You can use Merquery as a learning tool to learn how to use Elixir HTTP clients.

Installation

The package can be installed by adding merquery to your list of dependencies in mix.exs:

def deps do
[
{:merquery, "~> 0.1.0"}
]
end

Due to how early in development this project is, I recommend you instead install via GitHub, since I am currently unsure how often I will publish Hex releases:

def deps do
[
{:merquery, github: "acalejos/merquery"}
]
end

Roadmap

Currently this is just a fun project I am working on and this roadmap is subject to change. You may submit feature requests in the form of a GitHub issue.

These are just some ideas for features I currently have, but are subject to change: