Tag Archives: Watcher
Visualizing Elasticsearch Watcher events using ASP.NET Core 1.0, SignalR and Angular
July 5, 2015 · by damienbod · in .NET, AngularJS, ASP.NET Core, ASPNET5, Elasticsearch, javascript, jQuery, Lucene, MVC, SignalR, TopHeaderMenu, Web · 7 Comments
This article shows how to display Elasticsearch Watcher events in an Angular UI using SignalR. The Elasticsearch Watcher events are sent to a MVC 6 controller in an ASP.NET Core 1.0 application. The action method in the controller handles the watcher events and sends the data to the Angular UI using SignalR and the SignalR […]
Using Elasticsearch Watcher to create data events in ASP.NET Core 1.0 MVC 6
June 27, 2015 · by damienbod · in .NET, AngularJS, ASP.NET Core, ASPNET5, Elasticsearch, MVC, TopHeaderMenu, Web · 4 Comments
This article shows how to setup Elasticsearch Watcher in Elasticsearch to call an MVC controller in an ASP.NET 5 application. The controller action method will handle these events in part 3 of this blog series. Code: https://github.com/damienbod/AspNet5Watcher 2015.09.20: Updated to ASP.NET Core 1.0 beta 7 2015.10.20: Updated to ASP.NET Core 1.0 beta 8 2015.11.18: Updated […]