# jprante/elasticsearch-jdbc

JDBC importer for Elasticsearch *** THIS REPOSITORY WILL BE DELETED WITHOUT ANY FURTHER NOTICE AFTER  AUG 1 2026 ***

Repository: https://github.com/jprante/elasticsearch-jdbc
Canonical: https://ross.abutalabs.com/products/elasticsearch-jdbc
Language: Java
License: Apache-2.0
License Family: permissive
Archived: true
Last push: 2026-06-03T08:44:22+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 85, release rhythm 8, longevity 100
- inputs: {"age_days": 5205, "days_push": 91, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2809, forks 697 (observed 2026-08-28T04:07:23.530204+00:00)

## What it is
A JDBC importer tool that fetches tabular data from relational databases via SQL queries and indexes it into Elasticsearch. It runs as a Java command-line process driven by a JSON configuration specifying the JDBC URL, credentials, and SQL statement.

## Use cases
- import mysql tables into elasticsearch
- sync relational database data to an elasticsearch index
- run periodic sql-based indexing jobs into elasticsearch
- bulk index database rows as elasticsearch documents
- pipe sql query results into an elasticsearch cluster

## When to choose
- you run Elasticsearch 1.x or 2.x and need simple tabular database-to-index imports
- your data is flat/tabular without deeply nested object reconstruction needs

## When to avoid
- you use a modern Elasticsearch version (the compatibility matrix stops at 2.3.4)
- you need maintained software - the author has left GitHub and the repository will be deleted after Aug 1 2026
- you need to index complex joined/nested relational data as nested JSON objects

## Facets
- artifact type: cli-tool
- maturity: abandoned
- function: etl, database, search-engine, cli
- domain: databases, developer-tools
- platform: jvm, cli, cross-platform
- tags: jdbc, elasticsearch, data-import, indexing, deprecated, sql-to-elasticsearch, search, data-engineering

## Member repositories
- jprante/elasticsearch-jdbc (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:23.530204+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T08:14:25.207822+00:00, confidence not recorded.
  - readme: https://github.com/jprante/elasticsearch-jdbc (fetched 2026-08-28T04:07:23.530204+00:00, sha ac141a04b70d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
