Open Sourcing 30 Sandboxes
a year ago
- #programming
- #sandbox
- #docker
- Open sourcing 30+ sandboxes for interactive experimentation and embedding in writing.
- Sandboxes consist of an image (Docker image with software), box (container configuration), and commands (predefined actions).
- Examples include Java 23 and ClickHouse 24.8 sandboxes for coding and database queries.
- Run sandboxes using Codapi, a lightweight server on top of Docker/Podman.
- Supported categories: Programming languages (e.g., Java, Python), Databases (e.g., MySQL, PostgreSQL), Networking and tools (e.g., Git, Curl).
- Encourages contributions for new sandboxes and provides GitHub repo for details.