{"id":17483412,"url":"https://github.com/achlysproject/achlys","last_synced_at":"2025-08-22T00:32:05.522Z","repository":{"id":57478731,"uuid":"155248658","full_name":"achlysproject/achlys","owner":"achlysproject","description":"Erlang framework for building applications with Lasp on GRiSP","archived":false,"fork":false,"pushed_at":"2023-04-14T12:12:00.000Z","size":15587,"stargazers_count":43,"open_issues_count":0,"forks_count":11,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-10-18T15:17:31.953Z","etag":null,"topics":["edge","erlang","erlang-otp","grisp","iot","lasp","partisan"],"latest_commit_sha":null,"homepage":"https://achlys.app","language":"Erlang","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/achlysproject.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-10-29T16:56:44.000Z","updated_at":"2024-07-19T23:58:45.000Z","dependencies_parsed_at":"2024-11-01T02:02:39.261Z","dependency_job_id":null,"html_url":"https://github.com/achlysproject/achlys","commit_stats":{"total_commits":365,"total_committers":6,"mean_commits":"60.833333333333336","dds":"0.20273972602739732","last_synced_commit":"0b95555d228c4cf6f429eb6bc029162ecf28b815"},"previous_names":[],"tags_count":17,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/achlysproject%2Fachlys","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/achlysproject%2Fachlys/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/achlysproject%2Fachlys/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/achlysproject%2Fachlys/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/achlysproject","download_url":"https://codeload.github.com/achlysproject/achlys/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230542288,"owners_count":18242332,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["edge","erlang","erlang-otp","grisp","iot","lasp","partisan"],"created_at":"2024-10-19T00:04:53.449Z","updated_at":"2024-12-20T06:07:03.640Z","avatar_url":"https://github.com/achlysproject.png","language":"Erlang","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Achlys\nThe Achlys framework is a tool designed to help application developers build Erlang/OTP programs using the [Lasp](https://lasp-lang.readme.io) libraries and running on [GRiSP](https://grisp.org) embedded systems in a wireless sensor network configuration. A more detailed description is available in this [document](https://www.info.ucl.ac.be/~pvr/p875-kopestenski.pdf?bclid=IwAR1QlcSpH76ikzte38eR5cCaQseOBizzHjZ5tHCBZ1_fWUqZIf8HIwjZM1E).\n\n\n## Demonstration (turn on CC  !)\n[Achlys tasks](https://youtu.be/HhOvTt5Gj2Y)\n\nAchlys is being developed in the context of edge computing research within the H2020 [LightKone](https://lightkone.eu) project. The 2 main objectives of the framework are to provide :\n\n- Resilient storage across a cluster of IoT sensing devices\n- A general purpose task model allowing any function to be propagated and executed in the cluster\n\nDisclaimer : Achlys is currently under active development, hence a production-ready release is not yet available.\n\n\u003e Achlys is the goddess of deadly poison ... but fortunately there is an [AntidoteDB](https://www.antidotedb.eu/)\n\n## Minimum requirements\n\n- [otp](https://github.com/erlang/otp) `22.0`\n- [rebar3](https://github.com/erlang/rebar3) `3.13.1`\n- [grisp](https://github.com/grisp/grisp) `1.2.0`\n- [rebar3_grisp](https://github.com/grisp/rebar3_grisp) `1.3.0`\n\n## Development requirements (optional)\n\n- [grisp-software](https://github.com/grisp/grisp-software) : a fully built grisp toolchain.\n- [grisp_tools](https://github.com/grisp/grisp_tools) `0.2.6` or above\n- [partisan](https://github.com/lasp-lang/partisan) `4.1.0` or above\n- [lasp](https://github.com/lasp-lang/lasp) `0.10.0` or above\n\n## Deployment guide\n\nAdditional information on the deployment of GRiSP applications with Achlys can be found below :\n\n- [Deployment guide](https://github.com/achlysproject/achlys/blob/master/resources/DEPLOY.md)\n\n## Extending Achlys\n\nAchlys is a framework for generic computations by definition, therefore it can be\nextented and fine-tuned to turn it into a software that supports any possible application :\n\n- [Task Model API example usage](https://github.com/achlysproject/achlys/blob/master/resources/TASK_MODEL.md)\n\n## Wiki\n\nA [Wiki](https://github.com/achlysproject/achlys/wiki/Achlys-Wiki) is currently being written and will aim at providing a wide\nrange of examples and tutorials in order to demonstrate the capabilities of Lasp on GRiSP at the Edge.\n\nThe [GRiSP Wiki](https://github.com/grisp/grisp/wiki) also provides necessary steps in order to setup the required dependencies in order to run Achlys on the GRiSP boards. There are also useful resources that are interesting for general usage of GRiSP boards.\n\nElixir is also supported on GRiSP, and there two very interesting articles by [@Theuns-Botha](https://github.com/Theuns-Botha) that provide detailed information on how to setup an Elixir development environment :\n\n- [Going bare metal with Elixir and GRiSP](https://medium.com/@toensbotes/going-bare-metal-with-elixir-and-grisp-8fa8066f3d39)\n- [IEx Remote Shell into your Elixir driven GRiSP Board](https://medium.com/@toensbotes/iex-remote-shell-into-your-elixir-driven-grisp-board-76faa8f2179e)\n\n## EDoc preview\n\nThe development process has not yet reached a level of maturity allowing for an actual release of the program.\nTherefore, the documentation is currently more of an insight at the software design and more generally at\nthe features that will be provided.\n\nOnce 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.\n\nThe online version of the documentation is found at :\n\n[HexDocs](https://hexdocs.pm/achlys)\n\n### Architecture\n\nThe 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 :\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"resources/Doc_preview.png\" alt=\"EDoc\"/\u003e\n\u003c/p\u003e\n\n\n## Mind map\n\nA [Mindly](http://www.mindlyapp.com) reasoning construct.\nAllows for easier visualization of problems and tasks, hence more efficient solving.\n- The **API** branch of the map provides a description of some features and simple usage examples.\n- For Achlys, it is currently an additional asset to structure software improvement ideas.\n\n### NOTE : An online interactive version is available [here](https://achlysproject.github.io/achlys-map/)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"resources/Achlys.png\" alt=\"MMap\"/\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fachlysproject%2Fachlys","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fachlysproject%2Fachlys","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fachlysproject%2Fachlys/lists"}