Article Claudio Devecchi · Jan 17 2m read MongoDB Interoperability (including outbound adapter) Hello everyone For those interested, here is an implementation example I used in one of my projects to interoperate with MongoDB using the pymongo package. iris-mongodb Interoperates with MongoDB (via pymongo package) with InterSystems IRIS (including outbound adapter) Remember to import pymongo package. #Embedded Python #Interoperability #InterSystems IRIS #InterSystems IRIS for Health 32 3 0 118
Article Claudio Devecchi · Jun 20, 2023 4m read Fast API Development using InterSystems Open Exchange Tools In this article, I will share the theme we presented at the Global Summit 2023, in the Tech Exchange room. Me and @Rochael Ribeiro In this opportunity, we talk about the following topics: #API #Framework #Interoperability #REST API #InterSystems IRIS #Open Exchange Open Exchange app 10 2 2 461
Article Claudio Devecchi · Nov 26, 2020 16m read How to quickly publish Restful APIs in OAS 3.0 using the IRIS ApiPub tool Introduction We are in the age of the multiplatform economy and APIs are the "glue" in this digital scenario. Since they are so important, they are seen by developers as a service or product to be consumed. Therefore, usage experience is a crucial factor for its success. #API #Framework #REST API #Tools #InterSystems IRIS #InterSystems IRIS for Health Open Exchange app 6 4 3 1.2K
Question Claudio Devecchi · Jul 7, 2016 get DocumentId column from DocDM Does anybody know how can I get the DocumentId property from a DocDM repository using SQL?. So far my SQL is like this:SELECT name,email,gender FROM JSON_TABLE( 'person', '$' COLUMNS( name VARCHAR(100) PATH '$.name', email VARCHAR(100) PATH '$.email', gender VARCHAR(2) PATH '$.gender' )) Thanks! #Data Model #Document Data Model (NoSQL) #Caché 0 2 0 373