查找

文章
· 七月 29, 2024 阅读大约需 2 分钟

使用 GitLab 持续交付 InterSystems 解决方案 - 索引目录

转发自Eduard Lebedyu的原文

在本系列文章中,我将介绍并讨论使用 InterSystems 技术和 GitLab 进行软件开发的几种可行方法。我将涉及以下主题:

I在这一系列文章中,我介绍了持续交付的一般方法。这是一个极为广泛的话题,本系列文章应更多地被视为操作建议而非定论。如果你想实现应用程序的自动化构建、测试和交付,持续交付(尤其是 GitLab)将是你的不二之选。持续交付和容器允许你根据需要定制工作流程。

1 Comment
讨论 (1)1
登录或注册以继续
文章
· 七月 29, 2024 阅读大约需 2 分钟

Onboarding with InterSystems IRIS: A Comprehensive Guide

Updated 2/27/25

Hi Community,

You can unlock the full potential of InterSystems IRIS—and help your team onboard—with the full range of InterSystems learning resources offered online and in person, for every role in your organization. Developers, system administrators, data analysts, and integrators can quickly get up to speed.

2 Comments
讨论 (2)1
登录或注册以继续
问题
· 七月 29, 2024

Sets in ObjectScript

Hello,

Is there a built-in Set class in IRIS? A set is an array-like collection where each value in the set is guaranteed to only appear once.

2 Comments
讨论 (2)2
登录或注册以继续
问题
· 七月 26, 2024

Process a flat file to the SDA using a RecordMap

I need an example of how to consume a pipe-delimited flat file place parts of it's content into parts of the SDA. I have the RecordMap built, but am unsure of where to go from here.

Any help would be greatly appropriated.

 

Thanks,

Lawrence

4 Comments
讨论 (4)1
登录或注册以继续
文章
· 七月 26, 2024 阅读大约需 5 分钟

Interoperability On Python update async support

It's been a long time since I didn't write an update post on IoP.

image

So what's new since IoP command line interface was released?

Two new big features were added to IoP:
- Rebranding: the grongier.pex module was renamed to iop to reflect the new name of the project.
- Async support: IoP now supports async functions and coroutines.

5 Comments
讨论 (5)3
登录或注册以继续