Sign inSign up

iotauz/sdk

By iotauz

Updated 10 months ago

Official IOTA SDK images

Image
Developer tools
Web servers
1

4.0K

iotauz/sdk repository overview

IOTA SDK - Modular ERP Solution

IOTA SDK is an open-source, modular ERP system built for performance and adaptability across diverse industries like finance, manufacturing, and warehouse management. Inspired by platforms like Odoo, it provides a configurable architecture and robust toolkit to streamline enterprise operations.

🛠 Key Features

  • Modular and Configurable: Customize your ERP with industry-specific modules.
  • Finance, Manufacturing, Warehouse Modules: Ready-made solutions for core business needs.
  • GraphQL API: Flexible and efficient data access.
  • Open Source: Fully extensible and transparent.

🧑‍💻 Built With

  • Go: High-performance backend.
  • htmx: Modern frontend interactivity with minimal JavaScript.
  • Alpine.js: Lightweight reactive components.
  • Templ: Server-rendered templating.

📦 Getting Started

Pull the Base Image:
docker pull iotauz/sdk:base-0.0.1
Usage Example:

The base image is meant to be used as a base image for projects that import IOTA SDK as a library.

Example Dockerfile:

FROM iotauz/sdk:base-0.0.1

COPY go.mod go.sum .
RUN go mod download

COPY . .

RUN go build -o app .
CMD ["./app"]

📄 License

Licensed under Apache 2.0.

🚀 Join the IOTA SDK Community

Contribute, discuss, and help shape the future of modular ERP solutions with us!

Tag summary

Content type

Image

Digest

sha256:5d2cf988b

Size

107.5 MB

Last updated

10 months ago

docker pull iotauz/sdk:base-0.0.3