├── README.md └── profile └── README.md /README.md: -------------------------------------------------------------------------------- 1 | # InterSystems Community GitHub 2 | 3 | Welcome to the **InterSystems Community GitHub organization**. 4 | This space is dedicated to **community-driven projects, examples, extensions, and demos** created by developers who use InterSystems technologies. 5 | 6 | ## What you will find here 7 | - Sample applications and templates 8 | - Open source libraries and connectors built by the community 9 | - Demos, experiments, and prototypes 10 | - Extensions for InterSystems IRIS and related products 11 | 12 | ## What you will NOT find here 13 | Official, supported InterSystems projects — these are hosted in the [InterSystems GitHub](https://github.com/intersystems). 14 | 15 | ## Governance 16 | - Community admins manage repo creation and archiving 17 | - Projects here are **not officially supported by InterSystems** 18 | 19 | ## Related Resources 20 | - [InterSystems Developer Community](https://community.intersystems.com) 21 | - [Open Exchange](https://openexchange.intersystems.com) — publish and discover InterSystems-based solutions 22 | - [Official InterSystems GitHub](https://github.com/intersystems) — official and supported repositories 23 | -------------------------------------------------------------------------------- /profile/README.md: -------------------------------------------------------------------------------- 1 | # InterSystems Community GitHub 2 | 3 | Welcome to the **InterSystems Community GitHub organization**. 4 | This space is dedicated to **community-driven projects, examples, extensions, and demos** created by developers who use InterSystems technologies. 5 | 6 | ## What you will find here 7 | - Sample applications and templates 8 | - Open source libraries and connectors built by the community 9 | - Demos, experiments, and prototypes 10 | - Extensions for InterSystems IRIS and related products 11 | 12 | ## What you will NOT find here 13 | Code and repositories originating from InterSystems and managed by our engineering teams — those are hosted in the [InterSystems GitHub](https://github.com/intersystems). 14 | 15 | ## Governance 16 | - Community admins manage repo creation and archiving 17 | - Projects here are created and maintained by community members and are not managed by InterSystems engineering teams 18 | 19 | ## Related Resources 20 | - [InterSystems Developer Community](https://community.intersystems.com) 21 | - [Open Exchange app gallery](https://openexchange.intersystems.com) — publish and discover InterSystems-based solutions 22 | - [Official InterSystems GitHub](https://github.com/intersystems) — repositories developed and maintained by InterSystems 23 | 24 | --------------------------------------------------------------------------------