All Projects → StephaneBour → Sense Chrome

StephaneBour / Sense Chrome

Licence: apache-2.0
Sense (elasticsearch) for chrome extension

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Sense Chrome

Gem
💎 GUI for Data Modeling with Elasticsearch
Stars: ✭ 654 (+293.98%)
Mutual labels:  elasticsearch, chrome-extension
Mirage
🎨 GUI for simplifying Elasticsearch Query DSL
Stars: ✭ 2,143 (+1190.96%)
Mutual labels:  elasticsearch, chrome-extension
Spotify Lyrics
🎉 Desktop Spotify Web Player Instant Synchronised Lyrics
Stars: ✭ 162 (-2.41%)
Mutual labels:  chrome-extension
Elasticsearch Gmail
Index your Gmail Inbox with Elasticsearch
Stars: ✭ 1,964 (+1083.13%)
Mutual labels:  elasticsearch
Adventurelookup
Adventure Lookup Main Repository
Stars: ✭ 164 (-1.2%)
Mutual labels:  elasticsearch
Express Cassandra
Cassandra ORM/ODM/OGM for Node.js with optional support for Elassandra & JanusGraph
Stars: ✭ 163 (-1.81%)
Mutual labels:  elasticsearch
Code4java
Repository for my java projects.
Stars: ✭ 164 (-1.2%)
Mutual labels:  elasticsearch
Docker Elasticsearch
Dockerfile for a base Elasticsearch image to be extended by others (allow to install plug-ins, change configuration, etc.)
Stars: ✭ 162 (-2.41%)
Mutual labels:  elasticsearch
Open Semantic Etl
Python based Open Source ETL tools for file crawling, document processing (text extraction, OCR), content analysis (Entity Extraction & Named Entity Recognition) & data enrichment (annotation) pipelines & ingestor to Solr or Elastic search index & linked data graph database
Stars: ✭ 165 (-0.6%)
Mutual labels:  elasticsearch
Sponsorblock
Skip YouTube video sponsors (browser extension)
Stars: ✭ 3,627 (+2084.94%)
Mutual labels:  chrome-extension
Query Translator
Query Translator is a search query translator with AST representation
Stars: ✭ 165 (-0.6%)
Mutual labels:  elasticsearch
Replacegooglecdn
♋ 一个 Chrome 插件:将 Google CDN 替换为国内的。
Stars: ✭ 2,400 (+1345.78%)
Mutual labels:  chrome-extension
Dashbuilder
Dashboard composition tooling based on the Uberfire framework
Stars: ✭ 163 (-1.81%)
Mutual labels:  elasticsearch
Anna
Virtual Assistant on Google Chrome 🐘
Stars: ✭ 165 (-0.6%)
Mutual labels:  chrome-extension
Dualsub Support
General purpose subtitle renderer
Stars: ✭ 163 (-1.81%)
Mutual labels:  chrome-extension
Dockerfile
some personally made dockerfile
Stars: ✭ 2,021 (+1117.47%)
Mutual labels:  elasticsearch
Wipi
nextjs + nestjs + TypeScript +MySQL 开发的前后端分离,服务端渲染的博客系统
Stars: ✭ 163 (-1.81%)
Mutual labels:  elasticsearch
Spring Boot Leaning
Spring Boot 2.X 最全课程代码
Stars: ✭ 2,008 (+1109.64%)
Mutual labels:  elasticsearch
Buttercup Browser Extension
🌏 Buttercup browser extension
Stars: ✭ 164 (-1.2%)
Mutual labels:  chrome-extension
Context
Chrome extension that allows to sort other extensions into groups and easily switch between them.
Stars: ✭ 165 (-0.6%)
Mutual labels:  chrome-extension

sense-chrome

The original extension "sense for chrome" was blacklisted

To use this fork (from https://github.com/elastic/sense) :

Directly in chrome :

  • make a git clone of the project
  • go in your chrome extensions tabs
  • activate the developer mode
  • choose your folder in "load extension unpacked"

On all browsers :

  • Edit your elasticsearch.yml (on MacOS you can find in /usr/local/etc/elasticsearch/)
  • Add the following lines :
http.cors.allow-origin: "http://sense.stephane.tech"
http.cors.enabled: true
http.cors.allow-headers : X-Requested-With,X-Auth-Token,Content-Type,Content-Length,Authorization
http.cors.allow-credentials: true

Have fun !

Change from the original extension

  • Deleting Google Analytics
  • Autocompletion on indices
  • Autocompletion on types
  • Autocompletion on fields
  • Autocompletion on aggregations (WIP)
  • Add "filter" in autocomplete
  • Add "Saved query"
  • Export source data in CSV file

Screenshots

Main screen

Main screen

Autocomplete

Main screen

Save your query

Save 1

Save 2

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].