Tag Archives: RESTful
Using Web API with a Nest elasticsearch backend
March 1, 2014 · by damienbod · in .NET, AOP, Elasticsearch, Enterprise Library, Logging, Nest, Semantic Logging, SLAB, TopHeaderMenu, Unity, Web · 5 Comments
This article demonstrates how to create a Web API RESTful service and use Elasticsearch as the persistence infrastructure. Nest is used to access Elasticsearch store. Simple CRUD is supported in the controller. code: https://github.com/damienbod/WebAPIRestWithNest Update 2014.09.28: updated all NuGet packages and fixed NEST, breaking changes in version 1 Structure The Application structure is based on […]
