问题标签 [apama]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
apama - Apama 有没有办法逐行读取文件?
我是 Apama 的新手。我看到一个 com.apama.file 库存在,但我不确定如何实际使用它来读取文件。我想将每一行作为要解析的事件发送,然后根据从那里作为不同事件发送的内容,但谷歌搜索建议我需要一个传输(也不确定那是什么)来这样做,但我的项目负责人的印象是,这一切都可以使用 Apama EPL 完成。这是多么真实,如果它有一定的有效性,我该如何实现呢?
java - 是否有任何配置可以将 jsonplugin 添加到 apama 项目
我使用 softwareAG 设计器创建了一个 apama 项目。并尝试如下访问 JSONPlugin。我的问题是我们可以直接在我的显示器中使用这个插件,还是有任何额外的配置让它在我的显示器中可用。现在我收到一个错误the name JSON in the com.apama namespace does not exist (error reported to the client)
有人可以建议我怎么做吗?