You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-9Lines changed: 15 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,16 @@
1
1
# IRIS Light
2
2
3
-
**IRIS Light** is a lightweight, minimal InterSystems IRIS® container image designed for use cases where IRIS is required primarily as a **high-performance SQL database engine**—without the extra components that add overhead, increase image size, and are unnecessary for many modern deployments.
3
+
> **Important:** IRIS Light is an independent **third-party project** and is **not developed, endorsed, or supported** by InterSystems.
4
+
> This project provides tooling that helps automate the manual process of disabling components within the official InterSystems IRIS® image.
5
+
> **Users are responsible for ensuring compliance with the InterSystems IRIS license agreement and any redistribution restrictions.**
6
+
> IRIS Light is provided *as-is*, without any warranties or supportability guarantees from InterSystems.
4
7
5
-
IRIS Light starts from the official vanilla InterSystems IRIS Docker image and removes everything that is not required for core SQL functionality.
6
-
The result is a **significantly smaller, faster-to-deploy, minimal IRIS image** perfect for:
8
+
---
9
+
10
+
**IRIS Light** is a lightweight, minimal InterSystems IRIS® container image designed for scenarios where IRIS is used primarily as a **high-performance SQL database engine**, without additional platform components that may add size or overhead.
11
+
12
+
IRIS Light starts from the official vanilla InterSystems IRIS Docker image and **programmatically disables and removes optional functionality** that is not required for core SQL operations.
13
+
The result is a **significantly smaller, faster-to-deploy, minimal IRIS image**, ideal for:
7
14
8
15
* Microservices
9
16
* CI/CD pipelines
@@ -12,13 +19,12 @@ The result is a **significantly smaller, faster-to-deploy, minimal IRIS image**
12
19
* Python / SQL / AI / ML pipelines
13
20
* Projects relying on `SQLAlchemy-IRIS`, JDBC, ODBC, or direct SQL access
14
21
15
-
IRIS Light is dramatically smaller than the original:
0 commit comments