查找

问题
· 十月 11

How can I create a hybrid REST and GraphQL API layer over IRIS data using ObjectScript?

We want to expose both REST and GraphQL endpoints over the same data models. Is there a way to implement or integrate GraphQL with ObjectScript and map to class methods?

讨论 (0)1
登录或注册以继续
问题
· 十月 11

How can I write an IRIS interoperability adapter for high-throughput WebSocket connections?

I need to ingest streaming data over WebSockets. How can I create a custom inbound adapter for IRIS productions that supports many concurrent socket connections?

讨论 (0)1
登录或注册以继续
问题
· 十月 11

How do I analyze and tune parallel query execution in IRIS SQL engine for complex joins?

I have large joins involving millions of rows. How can I profile and tune the SQL engine’s parallel execution? Are there EXPLAIN plan features to inspect threading and task distribution?

讨论 (0)1
登录或注册以继续
问题
· 十月 11

How can I design a dynamic class schema generator in ObjectScript based on runtime JSON input?

Given a JSON schema at runtime, I want to programmatically create persistent classes with corresponding properties and indices. Is there a way to dynamically compile and load such classes?

3 条新评论
讨论 (3)2
登录或注册以继续
问题
· 十月 11

How can I implement an event-sourced architecture with journal-based replay using IRIS globals?

I want to build an event store using raw globals and replay events for rebuilding state. Can I hook into IRIS journaling or write my own event log and replay engine?

讨论 (0)1
登录或注册以继续