šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

jx-elasticsearch

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jx-elasticsearch

JSON query expressions for Elasticsearch

3.99.20292
PyPI
Maintainers
1

jx_elasticsearch

BranchStatus
masterBuild Status
devBuild Status

This library implements JSON Query Expressions atop an Elasticsearch.

Contribution

New, or old, versions of Elasticsearch should be added by copying the es52 subdirectory, and altering the implementation to deal with the differences.

There are two directories in the ActiveData git history that may help for old versions.

  • es09 for Elasticsearch version 0.9.x (with MVEL scripting)
  • es14 is for any version 1.x variant of Elasticsearch (with Groovy scripting)

Both of these directories are too old to be used directly, but they do have code templates for their respective scripting language, and they do have other hints about how to construct queries with the limitations of the older versions.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts