Skip to content

The simple API that provides an HTTP source for the ClickHouse external dictionaries.

License

Notifications You must be signed in to change notification settings

ClickHouse-Ninja/clickhouse-dictionary-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[WIP] The simple API that provides an HTTP source for the ClickHouse external dictionaries.

Supported databases:

  • PostgreSQL
  • MySQL

Supported output formats:

  • TabSeparated
  • JSONEachRow

Usage:

$ go build 

$ ./clickhouse-dictionary-api -h

Usage of ./clickhouse-dictionary-api:
  -c string
         (default "config.yaml")

curl http://127.0.0.1:8080/dictionary/countries?format=JSONEachRow

{"id":316,"name":"RU"}
{"id":316,"name":"CY"}

About

The simple API that provides an HTTP source for the ClickHouse external dictionaries.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages