Packages
location_simulator
0.9.0A library for generating fake GPS data or load GPS from GPX file/string using for dev/test. The library generates GPSs for simulating a route and scalable for test workload.
phoenix_gen_api
2.7.0A library for fast develop APIs in Elixir cluster, using Phoenix Channels for transport data, auto pull api configs from service nodes.
super_cache
1.2.1An in-memory caching library using tuples as the core data type, with support for structs, key/value pairs, queues, and stacks. Includes experimental distributed caching.
easy_rpc
0.8.0A library for wrapping RPC calls from remote nodes, allowing them to be used like local functions. It provides a simple way to expose remote functions as local APIs.
super_worker
0.4.0SuperWorker is a powerful Elixir library for working with supervisors and background jobs. It provides a much simpler approach than traditional supervisors. This library is currently under development and is unstable, so it is not recommended for production use.
cluster_helper
0.5.1A tiny library for lookup node(s) in dynamic clustering. Map node to roles or id and allows you to easily select node(s) by role/id.
toon_ex
0.8.1TOON encoder/decoder for Elixir, TOON <--> JSON converter, supported for Phoenix Channels.
raft_ex
0.0.2Elixir port of RabbitMQ RA Raft consensus. Implements leader election, log replication, snapshots, and cluster management. APIs are unstable and under active development.
ash_phoenix_gen_api
0.1.1Ash extension for generating PhoenixGenApi function configurations from Ash resources.
ash_toon_ex
0.1.1Ash extension for implementing ToonEx.Encoder protocol