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?
Asked
Active
Viewed 1,160 times
0
-
1To add on here, mongodb and object storage are in no way SQL data storage technologies. There's a huge difference there. You should take the time to read up on those deltas before investing time in one. – jpapejr Aug 22 '15 at 01:57
1 Answers
2
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, ...).

Jonathan Leffler
- 730,956
- 141
- 904
- 1,278

data_henrik
- 16,724
- 2
- 28
- 49