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
- Update all GitHub links to intersystems-community org
- Bump version to 1.0.0 in __init__.py and module.xml
- Convert all relative links to absolute for PyPI rendering
- Update docs/ to use community repo URLs
- Build and validate PyPI package
**IRIS Wallet**: Encrypted credential storage with audit trail (zero plain-text passwords in code)
275
275
**SCRAM-SHA-256**: Industry best practice for password authentication (replaces deprecated MD5)
276
276
277
-
See [Authentication Guide](https://github.com/isc-tdyar/iris-pgwire/blob/main/docs/DEPLOYMENT.md#authentication) for detailed configuration
277
+
See [Authentication Guide](https://github.com/intersystems-community/iris-pgwire/blob/main/docs/DEPLOYMENT.md#authentication) for detailed configuration
278
278
279
279
---
280
280
@@ -304,7 +304,7 @@ docker-compose --profile bi-tools up superset
304
304
# Access: http://localhost:8088 (admin / admin)
305
305
```
306
306
307
-
**Try the Healthcare Demo**: Complete working example with 250 patient records and 400 lab results - see [Superset Healthcare Example](https://github.com/isc-tdyar/iris-pgwire/blob/main/examples/superset-iris-healthcare/README.md) for <10 minute setup.
307
+
**Try the Healthcare Demo**: Complete working example with 250 patient records and 400 lab results - see [Superset Healthcare Example](https://github.com/intersystems-community/iris-pgwire/blob/main/examples/superset-iris-healthcare/README.md) for <10 minute setup.
308
308
309
309
#### Metabase
310
310
User-friendly business intelligence tool with visual query builder.
@@ -354,7 +354,7 @@ LIMIT 10
354
354
- ✅ Binary parameter encoding (40% more compact than text)
355
355
- ✅ 100% success rate across all dimensions and execution paths
356
356
357
-
**Detailed Benchmarks**: See [benchmarks/README_4WAY.md](https://github.com/isc-tdyar/iris-pgwire/blob/main/benchmarks/README_4WAY.md) and [Vector Parameter Binding](https://github.com/isc-tdyar/iris-pgwire/blob/main/docs/VECTOR_PARAMETER_BINDING.md)
357
+
**Detailed Benchmarks**: See [benchmarks/README_4WAY.md](https://github.com/intersystems-community/iris-pgwire/blob/main/benchmarks/README_4WAY.md) and [Vector Parameter Binding](https://github.com/intersystems-community/iris-pgwire/blob/main/docs/VECTOR_PARAMETER_BINDING.md)
-**Connection Pooling**: Async pool with configurable limits (DBAPI backend)
402
402
403
-
**Detailed Architecture**: See [Dual-Path Architecture](https://github.com/isc-tdyar/iris-pgwire/blob/main/docs/DUAL_PATH_ARCHITECTURE.md)
403
+
**Detailed Architecture**: See [Dual-Path Architecture](https://github.com/intersystems-community/iris-pgwire/blob/main/docs/DUAL_PATH_ARCHITECTURE.md)
See [KNOWN_LIMITATIONS.md](https://github.com/isc-tdyar/iris-pgwire/blob/main/KNOWN_LIMITATIONS.md) for detailed deployment guidance and industry comparison
511
+
See [KNOWN_LIMITATIONS.md](https://github.com/intersystems-community/iris-pgwire/blob/main/KNOWN_LIMITATIONS.md) for detailed deployment guidance and industry comparison
- For maximum performance, use IRIS DBAPI driver directly when PostgreSQL compatibility isn't required
545
545
546
-
*Benchmarks from 2025-10-05. See [benchmarks/README_4WAY.md](https://github.com/isc-tdyar/iris-pgwire/blob/main/benchmarks/README_4WAY.md) for methodology.*
546
+
*Benchmarks from 2025-10-05. See [benchmarks/README_4WAY.md](https://github.com/intersystems-community/iris-pgwire/blob/main/benchmarks/README_4WAY.md) for methodology.*
0 commit comments