go to post Eduard Lebedyuk · Jul 5, 2021 You're missing a JAR with net.sf.cglib.proxy.MethodInterceptor class.
go to post Eduard Lebedyuk · Jul 5, 2021 if I type full command then it is working fine. What full command?
go to post Eduard Lebedyuk · Jul 2, 2021 I'm authorized in containers.intersystems.com in docker. Is that not enough? Interesting.
go to post Eduard Lebedyuk · Jul 2, 2021 What happened to intersystems/arbiter? I can't find it in containers.intersystems.com registry: >docker-ls.exe repositories --registry https://containers.intersystems.com requesting list . done repositories: - intersystems/iris-community - intersystems/iris-community-arm64 - intersystems/iris-ml-community - intersystems/irishealth-aa-community - intersystems/irishealth-community - intersystems/irishealth-community-arm64 - intersystems/irishealth-ml-community - intersystems/sam However, a direct pull succeeds: docker pull containers.intersystems.com/intersystems/arbiter:2021.1.0.215.0 2021.1.0.215.0: Pulling from intersystems/arbiter f22ccc0b8772: Already exists 3cf8fb62ba5f: Already exists e80c964ece6a: Already exists cc40d98799c0: Pull complete 4179ff34652c: Pull complete 70ed38c703cc: Pull complete ab1c2108b984: Pull complete 758289e88757: Pull complete Digest: sha256:51c31749251bea1ab8019a669873fd33efa6020898dd4b1749a247c264448592 Status: Downloaded newer image for containers.intersystems.com/intersystems/arbiter:2021.1.0.215.0 containers.intersystems.com/intersystems/arbiter:2021.1.0.215.0 @Luca Ravazzolo?
go to post Eduard Lebedyuk · Jun 30, 2021 Asserts work on a string, here's an example. Can you post a minimal example which causes INVALID OREF error?
go to post Eduard Lebedyuk · Jun 28, 2021 The value has reached 7gb and now it has become a problem. So, how's the memory consumption now?
go to post Eduard Lebedyuk · Jun 25, 2021 Check https://github.com/intersystems-ru/iris-sap by @Dmitry Trefilov
go to post Eduard Lebedyuk · Jun 24, 2021 Is there a way to do the same but for the query text and documents, and not document and documents?
go to post Eduard Lebedyuk · Jun 24, 2021 regarding your comment around moving JSON parsing to BS, is there a reason for doing so? In general it might be preferable to move from less structured data (JSON) to more structured data (Objects) as fast and as early in your processing pipeline as possible. The reasons for it are varied but include: Ability to query fields via SQL Object access with defined properties anywhere downstream Ability to build analytics on that data Fail fast (in the case of parsing errors) So in your case I would have structured it like this: Business Service accepts JSON and parses it into one of the several classes Business Service calls Business Routing Rule where target Business Process is determined and the message is sent Business Process does not have parsing logic and just processes messages It's also advantageous to move all parsing logic is in one place (Business Service) as it minimizes the amount of code written and frees Business Processes from the more low-level technical tasks which usually obfuscate the more high-level intent of a Business Process.
go to post Eduard Lebedyuk · Jun 23, 2021 First, transfer your schema via $SYSTEM.SQL.Schema.ExportDDL. After that transfer data via CSV.
go to post Eduard Lebedyuk · Jun 23, 2021 A sudden and short delivery date task has come into being Don't they always.
go to post Eduard Lebedyuk · Jun 23, 2021 Is mapi.exchange.msg.Communication persistent? That said, I'd move JSON parsing to a BS, so mapi.exchange.msg.Communication becomes a request.
go to post Eduard Lebedyuk · Jun 23, 2021 Here are some ideas for contestants: New ML language. Interoperability with numerical computational languages or even CASes proper are great and offer the freedom of choice. Furthermore, these math-oriented languages allow faster problem search/space traversal than more generalized languages such as Python. Several classes of supporting ML problems can be solved with them. Callout interface makes implementation process easy (reference community implementations: PythonGateway, RGateway, JuliaGateway). Suggested languages: Octave, Scilab. New showcases in IoT, Real-Time predictions, RPA. Convergent Analytics group provides a lot of starting templates in these fields - as InterSystems IRIS capabilities are an especially good fit for them. I'm always interested in more examples, especially real-life examples of machine learning. Data Deduplication solutions. Do you have a dataset with a lot of dirty data and know how to clean it? Great. Make a showcase out of it. Reinforcement learning showcases. Examples of Partially observable Markov decision process or other reinforcement learning technologies.