druid/docs/content/development/libraries.md
Bingkun Guo 89b477970f DataSegmentFinder tool
`insert-segment-to-db` is a tool that can insert segments into Druid metadata storage. It is intended to be used
to update the segment table in metadata storage after people manually migrate segments from one place to another.
It can also be used to insert missing segment into Druid, or even recover metadata storage by telling it where the
segments are stored.

Note: This tool expects users to have Druid cluster running in a "safe" mode, where there are no active tasks to interfere
the segments being inserted. Users can optionally bring down the cluster to make 100% sure nothing is interfering.
2015-12-21 00:02:04 -06:00

2.3 KiB

layout
doc_page

Python

R

Community Query Libraries

Some great folks have written their own libraries to interact with Druid

JavaScript

  • facetjs/facetjs - A general query planner for Druid written in JavaScript

Node.js

Clojure

Ruby

SQL

TypeScript

Community Helper Libraries

UIs

Tools

  • Insert Segments - A tool that can insert segments' metadata into Druid metadata storage.