PMQ integration with IBM Bluemix - ibm-cloud

I am exploring IBM Bluemix platform and checking whether it support IBM PMQ as a Predictive Analytics service in Bluemix.
Or it is not added to Bluemix suite.

The Bluemix platform includes an IBM Predictive Analytics service. For details, you can log into bluemix.net and search the Catalog. You can ask follow-up questions about IBM products or offerings at IBM developerWorks Answers. Stack Overflow is for technical programming questions.

Related

How to access SAP Cloud Integration tool?

I know the very basics such as it is a tool to integrate different cloud and/or on-premise systems, but what I don't understand is that where is this Integrator (hci/sci)?
I already have an S-User, I can acces Sap Cloud Platform Cockpit (we spend most of our times in the webide creating Fiori applications).
In Sap CP Cockpit there is a service called Cloud Integration, and it is enabled but I get a 503 – Service Unavailable page when I click on "Configure Cloud integration".
I also heard about https://cloudintegration.hana.ondemand.com tool, but I'm not familiar with it yet.
So my question is, if I have a job to integrate (e.g SuccesFactor with an ERP system on-premise) where do I go? Which platform is where I can configure the integration, etc?
Bonus question: Is Sap Cloud Integration and Hana Cloud Integration the same thing?
"Hana Cloud Integration" and "SAP Cloud Integration" are outdated terms for what is now called: "SAP Cloud Platform Integration" "SAP Integration Suite".
You can find the corresponding docu here: https://cloudplatform.sap.com/capabilities/product-info.SAP-Cloud-Platform-Integration.cceaaf2b-8ceb-4773-9044-6d8dad7a12eb.html#
On the very right side of this page is a “Contact Us” link for further help.

How to develop bluemix CAM

Is there any github source where IBM Cloud automation manager source code is there? Can I extend CAM's functionalities? Or should I extend terraform's capabilties instead?
IBM Cloud Automation Manager running on ICP platform has the ability to deploy bluemix templates built in. Use the "IBM Cloud" connection type to build your connection data, and then you can use the already included.
For details on the connection see https://www.ibm.com/support/knowledgecenter/SS2L37_2.1.0.1/cam_creating_ibm_cloud_connection.html
For details on what the IBM Cloud terraform provider can do check it's github here:
https://github.com/IBM-Cloud/terraform-provider-ibm

What is a peer in IBM Bluemix blockchain?

I am working on IBM Bluemix Blockchain. I realized that IBM only offers 4 peers for a very expensive package (see attached image). Tried to read through glossaries and key terms but still got confused. I suppose that it is not relevant to peer concept in p2p network. Wish someone here can help me to answer my question.
The peers in the IBM Bluemix Blockchain offering are 4 peers on a peer-to-peer network. They are included in the free Blockchain starter developer plan, as well as the High-Security Business Network plan that you reference. See the Blockchain entry in the Bluemix Catalog.
As this question is not about programming, there is a good chance it will be voted down or removed. See What topics can I ask about here? You can ask questions about the Bluemix offerings at IBM developerWorks Answers.
IBM Bluemix Blockchain is a hosted version of Hyperledger fabric. (Both versions 0.6 and 1.0 alpha are supported; the latter only as a free "preview".) Consequently, you should check out the fabric documentation. Your question is answered by the project Glossary: a peer is "A network entity that maintains a ledger and runs chaincode containers in order to perform read/write operations to the ledger. Peers are owned and maintained by members." Hyperledger fabric documentation - Glossary
And I agree that this is not a good question here.

How to install chainer on Bluemix?

I want to use chainer on Bluemix.
Can someone provide me how to install chainer on bluemix ?
Your best bet is to start with the Chainer docs. As far as installation on the Bluemix platform, that would depend on which Bluemix services you want to invoke, such as Watson Conversation, and what you want to do with them.
Stack Overflow is for specific programming questions once you are actually working with a tool or framework such as Chainer. Please take a look at What topics can I ask about here?

Does Bluemix local has Docker containers support?

I've read Bluemix local documentation https://console.ng.bluemix.net/docs/local/index.html#local.
It's not clear if Bluemix Local supports Docker containers or not.
-thanks in advance
Bluemix Local does not support Docker containers at this time. For questions like this about Bluemix platform capabilities, the best place is IBM developerWorks Answers. Stack Overflow is intended for technical programming questions.