Find

Digest
· Sep 1

InterSystems開発者コミュニティのダイジェスト、8月 2025

8月 2025開発者コミュニティ ニュースレターへようこそ。
全体統計
8 件の新しい投稿が公開 (8月 月):
 6件の新着記事
 2の新しい発表
6 人の新メンバーが参加 (8月 月)
1,552 件の投稿が公開 (全期間)
335 人のメンバーが参加 (全期間)
トップ記事
今月のトップ作家
記事
お知らせ
8月, 2025Month at a GlanceInterSystems Developer Community
Question
· Aug 31

Cache Studio for IRIS 2024.3

Greetings,

As a long time Cache developer is there a way to get a copy of the Cache Studio that supports IRIS 2024.3? I do not have a WRC account? I need Studio just to experiment, not to build commercial software.

Thank you,

Everardo

3 Comments
Discussion (3)4
Log in or sign up to continue
Question
· Aug 31

How can I integrate Google Cloud Pub/Sub with InterSystems IRIS (HealthShare)?

I’ve been exploring options for connecting Google Cloud Pub/Sub with InterSystems IRIS/HealthShare, but I noticed that IRIS doesn’t seem to ship with any native inbound/outbound adapters for Pub/Sub. Out of the box, IRIS offers adapters for technologies like Kafka, HTTP, FTP, and JDBC, which are great for many use cases, but Pub/Sub appears to be missing from the list.

Has anyone here implemented such an integration successfully?

For example:

  • Would it make sense to leverage IRIS’s Business Service + REST API adapter to connect to Google’s Pub/Sub REST endpoints?
  • Or perhaps use an intermediate bridge (e.g., Pub/Sub → Kafka → IRIS) since Kafka adapters are well-supported?
  • Another idea might be using InterSystems ObjectScript with gRPC or Python integration to subscribe and publish directly to Pub/Sub topics.

I’d love to hear best practices or proven approaches. If you’ve built a similar integration—whether for Pub/Sub, AWS SNS/SQS, or Azure Event Hubs—your insights would be very helpful.

Discussion (0)1
Log in or sign up to continue
Announcement
· Aug 29

[Demo Video] Copilot for InterSystems Embedded BI

#InterSystems Demo Games entry


⏯️ Copilot for InterSystems Embedded BI

The Co-Pilot enables you to leverage InterSystems BI without deep knowledge in InterSystems BI. You can create new cube, modify existing cubes or leverage existing cubes to plot charts and pivots just by speaking to the copilot.

Presenters:
🗣 @Michael Braam, Sales Engineer Manager, InterSystems
🗣 @Andreas Schuetz, Sales Engineer, InterSystems
🗣 @Shubham Sumalya, Sales Engineer, InterSystems

👉 Like this demo? Support the team by voting for it in the Demo Games!

2 Comments
Discussion (2)2
Log in or sign up to continue
Article
· Aug 29 1m read

Evitar que dados específicos de uma tabela sejam revertidos (rollback)

InterSystems FAQ rubric

Existem dados, como registros de log de execução, que você pode não querer que voltem ao estado anterior mesmo se ocorrer um rollback durante uma transação.
Esse requisito pode ser atendido colocando esses dados no banco de dados IRISTEMP, que não sofre rollback.

Temporary Globals and the IRISTEMP Database

Ao mapear para esse banco as entidades de tabela que você não deseja que sofram rollback, é possível manter as informações após a reversão.

No entanto, o conteúdo desse banco será apagado quando o IRIS for reiniciado. Portanto, se você quiser preservar esses dados permanentemente, precisará copiá-los para uma tabela permanente em algum momento (após o rollback, por exemplo).

Outra opção é tornar a operação da tabela não transacional, interrompendo o journaling do processo antes da operação e reiniciando o journaling após a conclusão.

Entretanto, esse método não pode ser usado em ambientes com mirroring.

Managing journaling at the process level with %NOJRN

Developer Community Article

Discussion (0)1
Log in or sign up to continue