3 Star 2 Fork 0

Gitee 极速下载 / crux-database

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/juxt/crux
克隆/下载
settings.gradle.kts 1.12 KB
一键复制 编辑 原始数据 按行查看 历史
pluginManagement {
plugins {
kotlin("jvm") version "1.9.22"
kotlin("plugin.serialization") version "1.9.22"
id("org.jetbrains.dokka") version "1.9.10"
}
}
rootProject.name = "xtdb"
include("api", "core")
project(":api").name = "xtdb-api"
project(":core").name = "xtdb-core"
include("http-server", "http-client-jvm", "pgwire-server")
project(":http-server").name = "xtdb-http-server"
project(":http-client-jvm").name = "xtdb-http-client-jvm"
project(":pgwire-server").name = "xtdb-pgwire-server"
include("lang:test-harness")
project(":lang:test-harness").name = "test-harness"
include("docker:standalone","docker:aws")
include("modules:jdbc", "modules:kafka", "modules:s3", "modules:azure", "modules:google-cloud")
project(":modules:jdbc").name = "xtdb-jdbc"
project(":modules:kafka").name = "xtdb-kafka"
project(":modules:s3").name = "xtdb-s3"
project(":modules:azure").name = "xtdb-azure"
project(":modules:google-cloud").name = "xtdb-google-cloud"
include("modules:c1-import", "modules:flight-sql")
project(":modules:flight-sql").name = "xtdb-flight-sql"
include("modules:bench", "modules:datasets")
Clojure
1
https://gitee.com/mirrors/crux-database.git
git@gitee.com:mirrors/crux-database.git
mirrors
crux-database
crux-database
main

搜索帮助