README.md

# Achlys
Achlys is the goddess of deadly poison ... but fortunately there is an [AntidoteDB](https://www.antidotedb.eu/)

## Minimum requirements

- [otp](https://github.com/erlang/otp) `21.0.1`
- [rebar3](https://github.com/erlang/rebar3) `3.6.2`
- [partisan](https://github.com/lasp-lang/partisan) `3.0.0`
- [lasp](https://github.com/lasp-lang/lasp) `0.9.0`

## EDoc preview

The development process has not yet reached a level of maturity allowing for an actual release of the program.
Therefore, the documentation is currently more of an insight at the software design and more generally at
the features that will be provided.

Once a satisfactory amount of testing and features will be implemented, a versioned package will be released and the documentation will be a reliable set of specifications.

The online version of the documentation is found at :

[HexDocs](https://hexdocs.pm/achlys)

### Architecture

The design pattern will follow the "facade" concept as much as possible, hence there will be an API that will provide an easy access to all the modules and functions. The documentation will be reorganized to focus on thoroughly explaining the usage, and will regroup the information of submodules like these :

<p align="center">
  <img src="priv/resources/Doc_preview.png" alt="EDoc"/>
</p>


## Mind map

A [Mindly](http://www.mindlyapp.com) reasoning construct.
Allows for easier visualization of problems and tasks, hence more efficient solving.
For Achlys, it is currently an additional asset to structure software improvement ideas.

### NOTE : An online interactive version is available [here](https://laymer.github.io/achlys-map/)

<p align="center">
  <img src="priv/resources/Achlys.png" alt="MMap"/>
</p>