
Domain: Warehousing. File system indexing and search.
Main purpose of application is quick search of stored documents from remote file server. It consists of two parts, file indexer and web application. First part is file server with OpenSearchServer running and indexing files in MS SQL database. Second part is actual web application, built on top of .NET MVC with DurandalJS for UI. This part of application is doing actual search of document by communicating with OpenSearchServer.
Technology:
- DurandalJS (jQuery, Knockout, RequireJS)
- BreezeJS
- .NET WebAPI / .NET MVC
- MS SQL
- OpenSearchServer