elasticsearch
Elasticsearch is a distributed, open source search and analytics engine for all types of data, including textual, numerical, geospatial, structured, and unstructured. Elasticsearch is built on Apache Lucene and was first released in 2010 by Elasticsearch N.V. (now known as Elastic).
Here are 5,827 public repositories matching this topic...
英雄招募
成为 Doocs 项目维护者
本项目 advanced-java,包括 Doocs 开源组织下的所有项目,都欢迎各位朋友参与完善。
如果你提交的内容有价值,且具备规范性,将有机会提升为项目的维护者,直接参与项目的 review、merge 等维护工作,提交内容时也可以直接 push 到 doocs/advanced-java 主分支 master 下,无须提交 PR 等待 review。
目前 advanced-java 只有 [yanglbme](http
mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现,采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。
-
Updated
Sep 7, 2020 - Java
The tool for beautiful monitoring and metric analytics & dashboards for Graphite, InfluxDB & Prometheus & More
-
Updated
Sep 8, 2020 - TypeScript
Describe the feature: Per @sqren it's currently limited to 32k because the field used to be short. Now it's a keyword so it just needs to be < 1024 characters - I'm not sure if that's even worth validating, up to implementer.
Suggested solution
Remove the max validation:
https://github.com/elastic/kibana/blob/db67eb0b29bbc794dccfeb64615c317818cf39c8/x-pack/plugins/apm/common/a
spring boot 实践学习案例,是 spring boot 初学者及核心技术巩固的最佳实践。另外写博客,用 OpenWrite。
-
Updated
Aug 8, 2020 - Java
The IK Analysis plugin integrates Lucene IK analyzer into elasticsearch, support customized dictionary.
-
Updated
Sep 6, 2020 - Java
The Elastic stack (ELK) powered by Docker and Compose.
-
Updated
Sep 8, 2020 - Shell
A curated list of awesome Amazon Web Services (AWS) libraries, open source repos, guides, blogs, and other resources. Featuring the Fiery Meter of AWSome.
-
Updated
Sep 7, 2020 - Python
flink learning blog. http://www.flink-learning.com 含 Flink 入门、概念、原理、实战、性能调优、源码解析等内容。涉及 Flink Connector、Metrics、Library、DataStream API、Table API & SQL 等内容的学习案例,还有 Flink 落地应用的大型项目案例(PVUV、日志存储、百亿数据实时去重、监控告警)分享。欢迎大家支持我的专栏《大数据实时计算引擎 Flink 实战与性能优化》
-
Updated
Aug 11, 2020 - Java
Vue Storefront - PWA for eCommerce. 100% offline, platform agnostic, headless, Magento 2 supported. Always Open Source, MIT license. Join us as contributor (contributors@vuestorefront.io). Check out our new blog: https://blog.vuestorefront.io/ and the new community initiative for improving Headless Security standards https://headless-security.org/vsf-best-practices.html
-
Updated
Sep 8, 2020 - TypeScript
The Missing Web UI for Elasticsearch: Import, browse and edit data with rich filters and query views, create search UIs visually.
-
Updated
Sep 4, 2020 - CSS
Next-Generation full text search library for Browser and Node.js
-
Updated
Aug 20, 2020 - JavaScript
An advanced Twitter scraping & OSINT tool written in Python that doesn't use Twitter's API, allowing you to scrape a user's followers, following, Tweets and more while evading most API limitations.
-
Updated
Sep 5, 2020 - Python
mall学习教程,架构、业务、技术要点全方位解析。mall项目(39k+star)是一套电商系统,使用现阶段主流技术实现。涵盖了SpringBoot 2.3.0、MyBatis 3.4.6、Elasticsearch 7.6.2、RabbitMQ 3.7.15、Redis 5.0、MongoDB 4.2.5、Mysql5.7等技术,采用Docker容器化部署。
-
Updated
Sep 6, 2020 - Java
NewsBlur is a personal news reader that brings people together to talk about the world. A new sound of an old instrument.
-
Updated
Sep 3, 2020 - Python
macOS development environment setup: Easy-to-understand instructions with automated setup scripts for developer tools like Vim, Sublime Text, Bash, iTerm, Python data analysis, Spark, Hadoop MapReduce, AWS, Heroku, JavaScript web development, Android development, common data stores, and dev-based OS X defaults.
-
Updated
Jun 20, 2020 - Python
Import and export tools for elasticsearch
-
Updated
Aug 27, 2020 - JavaScript
基于SpringCloud2.1的微服务开发脚手架,整合了spring-security-oauth2、nacos、feign、sentinel、springcloud-gateway等。服务治理方面引入elasticsearch、skywalking、springboot-admin、zipkin等,让项目开发快速进入业务开发,而不需过多时间花费在架构搭建上。持续更新中
-
Updated
Aug 31, 2020 - Java
Monitoring and Management Web Application for ElasticSearch instances and clusters.
-
Updated
Nov 15, 2019 - JavaScript
🐛 Bug Report
This is the definition on Connection.d.ts:
interface RequestOptions extends http.ClientRequestArgs {
asStream?: boolean;
body?: string | Buffer | ReadableStream;
querystring?: string;
}To Reproduce
I've been using this class to provide authenticated connection with AWS Elasticsearch:
import { Readable } from 'stream'React, React Native and Vue UI components for building data-driven apps with Elasticsearch
-
Updated
Sep 5, 2020 - JavaScript
Stack Exchange's Monitoring System
-
Updated
Jul 11, 2020 - C#
-
Updated
Sep 1, 2020 - JavaScript
Released February 2010
Latest release 6 days ago
- Repository
- elastic/elasticsearch
- Website
- www.elastic.co
- Wikipedia
- Wikipedia


I currently use the legacy IndexTemplates with the "inheritance" mechanism.
During runtime, my application, will read in plain JSON templates from the filesystem and make PutIndexTemplateRequests out of the content using the standard "source(Map<String, Object>)" API available in all Request subclasses to fill the request with the relevant content.
Now, that those templates are becoming legacy