Rechercher

Pergunta
· Out. 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?

1 novo comentário
Discussão (4)1
Entre ou crie uma conta para continuar
Pergunta
· Out. 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?

1 Comment
Discussão (1)1
Entre ou crie uma conta para continuar
Pergunta
· Out. 11

How do I implement eventual consistency with custom conflict resolution in IRIS mirroring or async replication?

For geographically distributed nodes using async mirroring or ECP, how can I detect and resolve data conflicts manually (custom logic) while maintaining eventual consistency?

Discussão (0)0
Entre ou crie uma conta para continuar
Pergunta
· Out. 11

How can I write a custom JSON adapter to serialize hierarchical IRIS objects with circular references?

The built-in %JSONExport() fails with circular references in deeply nested objects. How can I write a custom serializer that supports circular detection and reference tracking?

1 Comment
Discussão (1)1
Entre ou crie uma conta para continuar
Pergunta
· Out. 11

Can I implement row-level security in InterSystems IRIS using class parameters and runtime filters?

We require user-specific row access (row-level security). How can we enforce this in SQL and ObjectScript using custom class parameters and dynamic WHERE clause injections?

2 Comments
Discussão (2)1
Entre ou crie uma conta para continuar