mirror of
https://github.com/apache/druid.git
synced 2025-02-06 18:18:17 +00:00
`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.
2.3 KiB
2.3 KiB
layout |
---|
doc_page |
Python
- druid-io/pydruid - A python client for Druid
R
- druid-io/RDruid - An R connector for Druid
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
- 7eggs/node-druid-query - A Node.js client for Druid
Clojure
- y42/clj-druid - A Clojure client for Druid
Ruby
- ruby-druid/ruby-druid - A ruby client for Druid
- redBorder/druid_config - A ruby client to configure and check the status of a Druid Cluster
SQL
- srikalyc/Sql4D - A SQL client for Druid. Used in production at Yahoo.
- facetjs/facet-cli - A command line interface for issuing SQL queries to Druid via facetjs
TypeScript
- facetjs/typescript-druid - TypeScript declarations for the Druid API
Community Helper Libraries
- madvertise/druid-dumbo - Scripts to help generate batch configs for the ingestion of data into Druid
- housejester/druid-test-harness - A set of scripts to simplify standing up some servers and seeing how things work
- mingfang/docker-druid - A Dockerfile to run the entire Druid cluster
UIs
- mistercrunch/panoramix - A web application to slice, dice and visualize data out of Druid
- grafana - A plugin for Grafana
- Pivot - An exploratory analytics UI for Druid
Tools
- Insert Segments - A tool that can insert segments' metadata into Druid metadata storage.