All Projects → ElasticLINQ → Elasticlinq

ElasticLINQ / Elasticlinq

Licence: other
Use LINQ to query Elasticsearch with results as .NET objects

Projects that are alternatives of or similar to Elasticlinq

Elasticsearch Cloud Deploy
Deploy Elasticsearch on the cloud easily
Stars: ✭ 308 (-9.68%)
Mutual labels:  elasticsearch
Elasticsearch Elixir
No-nonsense Elasticsearch library for Elixir
Stars: ✭ 325 (-4.69%)
Mutual labels:  elasticsearch
Candy Api
GetCandy E-Commerce API
Stars: ✭ 339 (-0.59%)
Mutual labels:  elasticsearch
Xboot
基于Spring Boot 2.x的一站式前后端分离快速开发平台XBoot 微信小程序+Uniapp 前端:Vue+iView Admin 后端:Spring Boot 2.x/Spring Security/JWT/JPA+Mybatis-Plus/Redis/Elasticsearch/Activiti 分布式限流/同步锁/验证码/SnowFlake雪花算法ID 动态权限 数据权限 工作流 代码生成 定时任务 社交账号 短信登录 单点登录 OAuth2开放平台 客服机器人 数据大屏 暗黑模式
Stars: ✭ 3,432 (+906.45%)
Mutual labels:  elasticsearch
Ariadna
Geocoder Ariadna on ElasticSearch with OpenStreetMap
Stars: ✭ 320 (-6.16%)
Mutual labels:  elasticsearch
Adam qas
ADAM - A Question Answering System. Inspired from IBM Watson
Stars: ✭ 330 (-3.23%)
Mutual labels:  elasticsearch
Peek
Take a peek into your Rails applications.
Stars: ✭ 3,153 (+824.63%)
Mutual labels:  elasticsearch
Springboot Learning
基于Gradle构建,使用SpringBoot在各个场景的应用,包括集成消息中间件、前后端分离、数据库、缓存、分布式锁、分布式事务等
Stars: ✭ 340 (-0.29%)
Mutual labels:  elasticsearch
Zombodb
Making Postgres and Elasticsearch work together like it's 2021
Stars: ✭ 3,781 (+1008.8%)
Mutual labels:  elasticsearch
Cryptotracker
A complete open source system for tracking and visualizing cryptocurrency price movements on leading exchanges
Stars: ✭ 336 (-1.47%)
Mutual labels:  elasticsearch
Go Elasticsearch
The official Go client for Elasticsearch
Stars: ✭ 3,817 (+1019.35%)
Mutual labels:  elasticsearch
Springy Store Microservices
Springy Store is a conceptual simple μServices-based project using the latest cutting-edge technologies, to demonstrate how the Store services are created to be a cloud-native and 12-factor app agnostic. Those μServices are developed based on Spring Boot & Cloud framework that implements cloud-native intuitive, design patterns, and best practices.
Stars: ✭ 318 (-6.74%)
Mutual labels:  elasticsearch
Helm Monitor
Monitor K8S Helm release, rollback on metrics behavior (Prometheus, Elasticsearch, Sentry)
Stars: ✭ 332 (-2.64%)
Mutual labels:  elasticsearch
Elasticsearch Dsl Py
High level Python client for Elasticsearch
Stars: ✭ 3,388 (+893.55%)
Mutual labels:  elasticsearch
Api.rss
RSS as RESTful. This service allows you to transform RSS feed into an awesome API.
Stars: ✭ 340 (-0.29%)
Mutual labels:  elasticsearch
Elasticsearch Analysis Vietnamese
Vietnamese Analysis Plugin for Elasticsearch
Stars: ✭ 304 (-10.85%)
Mutual labels:  elasticsearch
Vue Storefront Api
Vue.js storefront for Magento2 (and not only) - data backend
Stars: ✭ 328 (-3.81%)
Mutual labels:  elasticsearch
Elasticsearch Java
Elasticsearch Java API 手册
Stars: ✭ 341 (+0%)
Mutual labels:  elasticsearch
Kbn network
Network Plugin for Kibana
Stars: ✭ 339 (-0.59%)
Mutual labels:  elasticsearch
Elasticvue
Elasticsearch gui for the browser
Stars: ✭ 325 (-4.69%)
Mutual labels:  elasticsearch

ElasticLINQ

ElasticLINQ is a free C# library for searching Elasticsearch using LINQ syntax in .NET 4.5/PCL, e.g.

var db = new ElasticContext(new ElasticConnection(new Uri("http://myserver:9200")));
var p = db.Query<People>().Where(p => p.Tags.Contains("tech") && p.State == "WA");

For information on getting started, see the Wiki.

Elasticsearch version compatibility

  • 0.9 to 1.x works great
  • 2.x facets fail, other queries usually work
  • 5.x under development
  • 6.x not supported at this time

Builds

Binary releases are available via NuGet or direct downloads

Build StatusNuGet version

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].