Reputation: 41
Which IBM Bluemix service allows you to convert data into an SQL database? IBM DB2, object storage, MongoDB by compos, or Apache Spark Boiler Plate?
Upvotes: 0
Views: 1163
Reputation: 17118
If you mean "store" in a SQL database, then there are a couple options. The "sqldb" service is based on DB2 and is for the regular (traditional) relational processing of data. The "dashDB" service is for analytic processing of relational data and is also based on DB2 and uses the BLU Acceleration technology. There are also services offered that feature the full DB2 functionality or make use of the Informix TimeSeries feature.
The "sqldb" and "dashDB" services can be interfaced via input and output nodes in the Node-RED starter kit. All services have suitable drivers for the offered runtimes (node.js, Python, Java, ...).
Upvotes: 2