积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部云计算&大数据(221)VirtualBox(113)Apache Kyuubi(44)Pandas(32)Istio(6)Kubernetes(5)rancher(4)dapr(2)机器学习(2)云原生CNCF(2)

语言

全部英语(206)中文(简体)(14)英语(1)

格式

全部PDF文档 PDF(197)其他文档 其他(24)
 
本次搜索耗时 0.077 秒,为您找到相关结果约 221 个.
  • 全部
  • 云计算&大数据
  • VirtualBox
  • Apache Kyuubi
  • Pandas
  • Istio
  • Kubernetes
  • rancher
  • dapr
  • 机器学习
  • 云原生CNCF
  • 全部
  • 英语
  • 中文(简体)
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Apache APISIX 在金山办公的开发和落地实践

    indirection" The fundamental theorem of software engineering (FTSE) 基于 Apache APISIX 破局 What about… Rust + Lua + Nginx? 让 Lua 回归胶水本质! 基于 Apache APISIX 破局 How ? 基于Lua的C API(lua_*),构建原生lua模块,产物为一个Shared • high-level lua rust binding • 相对安全 • 支持 module 模式,将 rust 构建为 shared object 供 lua 直接使用 • 支持 rust 高级语义 基于 Apache APISIX 破局 基于 Apache APISIX 破局 在 Luajit 上引入动态 lib 的性能考虑 • C/Rust to Lua的context switch 类型转换开销: • 不要在 rust 中做分配大段内存再同步回 lua 的操作 • 不要在 rust 中通过指针回调 lua • 做好性能测试 解决 Nginx 带来的问题 为什么不考虑... ... • C/C++? 没有 rust 的内存安全,既然要解决 lua 的人因问题就不要引入另一个。rust 和它们 是 ABI 兼容的,它们能做的能用的 rust 也可以。 • WASM/WASI?
    0 码力 | 27 页 | 4.88 MB | 1 年前
    3
  • epub文档 Apache Kyuubi 1.7.1-rc0 Documentation

    retains application information after the application terminates. durat ion 1.7.1 kyuubi.kubernetes.t rust.certificates false If set to true then client can submit to kubernetes cluster only with token boole need. Apache Ranger [https://ranger.apache.org/] is a framework to enable, monitor and manage comprehensive data security across the Hadoop platform. This plugin enables Kyuubi with data and metadata control authentication. Kyuubi VS Spark Thrift Server The HiveServer2 is also introduced here for a more comprehensive comparison. HiveServer2 (Hive on Spark) Spark ThriftServer Kyuubi Interface HiveJDBC HiveJDBC
    0 码力 | 401 页 | 5.25 MB | 1 年前
    3
  • epub文档 Apache Kyuubi 1.7.0-rc0 Documentation

    kyuubi pods and find engines. strin g 1.7.0 Key Default Meaning Type Since kyuubi.kubernetes.t rust.certificates false If set to true then client can submit to kubernetes cluster only with token boole need. Apache Ranger [https://ranger.apache.org/] is a framework to enable, monitor and manage comprehensive data security across the Hadoop platform. This plugin enables Kyuubi with data and metadata control authentication. Kyuubi VS Spark Thrift Server The HiveServer2 is also introduced here for a more comprehensive comparison. HiveServer2 (Hive on Spark) Spark ThriftServer Kyuubi Interface HiveJDBC HiveJDBC
    0 码力 | 404 页 | 5.25 MB | 1 年前
    3
  • epub文档 Apache Kyuubi 1.7.0 Documentation

    that will be used for running the kyuubi pods and find engines. strin g 1.7.0 kyuubi.kubernetes.t rust.certificates false If set to true then client can submit to kubernetes cluster only with token boole need. Apache Ranger [https://ranger.apache.org/] is a framework to enable, monitor and manage comprehensive data security across the Hadoop platform. This plugin enables Kyuubi with data and metadata control authentication. Kyuubi VS Spark Thrift Server The HiveServer2 is also introduced here for a more comprehensive comparison. HiveServer2 (Hive on Spark) Spark ThriftServer Kyuubi Interface HiveJDBC HiveJDBC
    0 码力 | 400 页 | 5.25 MB | 1 年前
    3
  • epub文档 Apache Kyuubi 1.7.0-rc1 Documentation

    that will be used for running the kyuubi pods and find engines. strin g 1.7.0 kyuubi.kubernetes.t rust.certificates false If set to true then client can submit to kubernetes cluster only with token boole need. Apache Ranger [https://ranger.apache.org/] is a framework to enable, monitor and manage comprehensive data security across the Hadoop platform. This plugin enables Kyuubi with data and metadata control authentication. Kyuubi VS Spark Thrift Server The HiveServer2 is also introduced here for a more comprehensive comparison. HiveServer2 (Hive on Spark) Spark ThriftServer Kyuubi Interface HiveJDBC HiveJDBC
    0 码力 | 400 页 | 5.25 MB | 1 年前
    3
  • pdf文档 Developing & Debugging WebAssembly Filters

    © 2020 Build > meshctl wasm init addheader-filter --language rust > meshctl wasm build rust -t webassemblyhub.io/yuval/addheader-rust:v1 ./addheader-filter ABI: Application Binary Interface 13 13 | Copyright © 2020 > meshctl wasm push webassemblyhub.io/yuval/addheader-rust:v1 Build Store 14 | Copyright © 2020 Build Store WASM Artifact Image Specification 15 | Copyright © 2020 Build --deployment-name ratings-add-header --namespace bookinfo --image webassemblyhub.io/yuval/addheader-rust:v1 --cluster mgmt-cluster --labels app=ratings Extension Config Discovery Service EXTERNAL AUTH
    0 码力 | 22 页 | 2.22 MB | 1 年前
    3
  • epub文档 Apache Kyuubi 1.7.2-rc0 Documentation

    retains application information after the application terminates. durat ion 1.7.1 kyuubi.kubernetes.t rust.certificates false If set to true then client can submit to kubernetes cluster only with token boole need. Apache Ranger [https://ranger.apache.org/] is a framework to enable, monitor and manage comprehensive data security across the Hadoop platform. This plugin enables Kyuubi with data and metadata control authentication. Kyuubi VS Spark Thrift Server The HiveServer2 is also introduced here for a more comprehensive comparison. HiveServer2 (Hive on Spark) Spark ThriftServer Kyuubi Interface HiveJDBC HiveJDBC
    0 码力 | 405 页 | 5.26 MB | 1 年前
    3
  • epub文档 Apache Kyuubi 1.7.2 Documentation

    retains application information after the application terminates. durat ion 1.7.1 kyuubi.kubernetes.t rust.certificates false If set to true then client can submit to kubernetes cluster only with token boole need. Apache Ranger [https://ranger.apache.org/] is a framework to enable, monitor and manage comprehensive data security across the Hadoop platform. This plugin enables Kyuubi with data and metadata control authentication. Kyuubi VS Spark Thrift Server The HiveServer2 is also introduced here for a more comprehensive comparison. HiveServer2 (Hive on Spark) Spark ThriftServer Kyuubi Interface HiveJDBC HiveJDBC
    0 码力 | 405 页 | 5.26 MB | 1 年前
    3
  • epub文档 Apache Kyuubi 1.7.3 Documentation

    retains application information after the application terminates. durat ion 1.7.1 kyuubi.kubernetes.t rust.certificates false If set to true then client can submit to kubernetes cluster only with token boole need. Apache Ranger [https://ranger.apache.org/] is a framework to enable, monitor and manage comprehensive data security across the Hadoop platform. This plugin enables Kyuubi with data and metadata control authentication. Kyuubi VS Spark Thrift Server The HiveServer2 is also introduced here for a more comprehensive comparison. HiveServer2 (Hive on Spark) Spark ThriftServer Kyuubi Interface HiveJDBC HiveJDBC
    0 码力 | 405 页 | 5.26 MB | 1 年前
    3
  • epub文档 Apache Kyuubi 1.8.0-rc0 Documentation

    retains application information after the application terminates. durat ion 1.7.1 kyuubi.kubernetes.t rust.certificates false If set to true then client can submit to kubernetes cluster only with token boole need. Apache Ranger [https://ranger.apache.org/] is a framework to enable, monitor and manage comprehensive data security across the Hadoop platform. This plugin enables Kyuubi with data and metadata control authentication. Kyuubi VS Spark Thrift Server The HiveServer2 is also introduced here for a more comprehensive comparison. HiveServer2 (Hive on Spark) Spark ThriftServer Kyuubi Interface HiveJDBC HiveJDBC
    0 码力 | 428 页 | 5.28 MB | 1 年前
    3
共 221 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 23
前往
页
相关搜索词
ApacheAPISIX金山办公开发落地实践Kyuubi1.7rc0Documentationrc1DevelopingDebuggingWebAssemblyFilters1.8
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩