Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
哪个 IBM Bluemix 服务允许您将数据转换为 SQL 数据库?IBM DB2、对象存储、组合式 MongoDB 还是 Apache Spark Boiler Plate?
如果您的意思是在 SQL 数据库中“存储”,那么有几个选项。“sqldb”服务基于 DB2,用于数据的常规(传统)关系处理。“dashDB”服务用于关系数据的分析处理,同样基于 DB2,使用 BLU 加速技术。还提供了具有完整 DB2 功能或利用 Informix TimeSeries 特性的服务。
“sqldb”和“dashDB”服务可以通过 Node-RED 入门工具包中的输入和输出节点进行连接。所有服务都有适用于所提供运行时的驱动程序(node.js、Python、Java...)。