Ohhi.vn team (Vietnam)
ohhi
Total Packages
17
Total Downloads
18 084+
Packages
phoenix_gen_api
2.18.1A library for fast develop APIs in Elixir cluster, using Phoenix Channels for transport data, auto pull api configs from service nodes.
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.
super_cache
1.4.0An 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.9.1A 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.5.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.7.0A 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.
dala
0.7.2Dala is a native mobile framework for Elixir powered by the BEAM VM. Build iOS and Android apps with OTP, lightweight processes, fault tolerance, AI/ML.
toon_ex
1.1.0TOON encoder/decoder for Elixir, TOON <--> JSON converter, supported for Phoenix Channels.
ash_phoenix_gen_api
1.0.2Ash extension for generating function configurations for PhoenixGenApi framework from Ash resources.
dala_dev
0.3.2Development tooling for the Dala framework
dala_new
0.3.1Project generator for the Dala mobile framework.
ex_burn
0.4.1Middle layer between Nx and Burn for ML training
ex_cubecl
0.4.2ExCubecl is a GPU compute runtime for Elixir powered by CubeCL via Rust NIFs. Provides GPU buffer management, kernel execution, async command submission, and pipeline orchestration. Designed for AI inference, media processing, and realtime GPU effects on mobile and desktop.
ash_toon_ex
0.2.0Ash extension for implementing ToonEx.Encoder protocol
ash_scylla
0.2.0An Ash Framework data layer for ScyllaDB/Apache Cassandra using Exandra
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.
testcontainer_ex
0.1.0TestcontainerEx supports ExUnit tests, providing lightweight, throwaway instances of common databases or anything else that can run in a Docker/Podman container. TestcontainerEx is reworked from Testcontaines lib.