Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

ElasticLINQ/ElasticLINQDemos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ElasticLINQ Demos

The code in this repository is used to demonstrate the usage of ElasticLINQ, both with Elasticsearch alone, and when using Elasticsearch with Couchbase.

Northwind

The Northwind demo uses data ported from Microsoft's Northwind database. The port work, available as GZIPped JSON, was done by Ayende for the RavenDB project, which I adapted for Elasticsearch. There is an upload script in the Northwind/data folder that will send the JSON documents to your Elasticsearch server.

Beer Sample

The Beer Sample demo uses the "beer-sample" data from Couchbase, with the data pushed into ElasticSearch via XDCR to the Elasticsearch-Couchbase adapter.