Hi Kristoffer, In the context of data feeds, there is a servlet that we created for monitoring ingestion status. In localhost case, you can use following REST API to access the incoming records number and the failed-at-parser records number. When there are no active feeds, this returns an empty JSON object.
http://127.0.0.1:19002/admin/active Best, Xikui On Wed, Oct 11, 2017 at 9:31 AM, Steven Jacobs <[email protected]> wrote: > Hi Kristoffer, > We don't explicitly have "streams" in Asterix, but we have a way to monitor > data activity through what we call "channels" which are similar to > continuous queries. We have a publication describing channels here: > https://dl.acm.org/citation.cfm?id=2933313. I can also provide you with > more information on channels, including how to create clusters that can run > them (we have an extension codebase to use them) depending on what your > interests are. > > Steven > > On Wed, Oct 11, 2017 at 2:12 AM, Kristoffer Finckenhagen < > [email protected]> wrote: > > > Hi! > > > > My name's Kristoffer, and I'm a student of Heri Ramampiaro. I was > wondering > > if there was a way to monitor stream activity in asterixdb. Heri > mentioned > > there was supposed to be support for this, but neither of us could find > > anything in the documentation. > > > > Any help would be appreciated > > > > Kristoffer Finckenhagen > > -- > > Mvh Kristoffer Finckenhagen > > >
