Questions tagged [ibm-cloud]

IBM® Cloud platform (formerly Bluemix) combines platform as a service (PaaS) with infrastructure as a service (IaaS) to build, run, deploy, and manage applications on the cloud. Additionally, the IBM Cloud platform has a rich catalog of cloud services that can be easily integrated with your applications. Supported programming languages and runtimes include Java, Node.js, Swift, Go, PHP, Python, and Ruby, and other languages.

IBM Cloud platform is based on open source technology. In addition to using IBM Cloud platform to build Web applications for multiple frameworks - including iOS - you can create Kubernetes and OpenShift clusters, or launch virtual server instances. IBM Cloud platform follows a Hybrid Cloud model meaning that the apps, containers, and VMs that you use with the platform are portable across public, dedicated, and on-premises clouds.

The IBM Cloud platform console provides application boilerplates to help you get started. The IBM Cloud platform console offers a growing catalog of over 100 services to build applications.

Service categories

  • Compute: Obtain access to bare metal and virtual servers
  • Storage: Store unstructured data in the cloud
  • Network: Secure VPN connections, orchestrate load balancing, and use other network services
  • Security: Configure firewalls and secure connections
  • Containers: Deploy Kubernetes and OpenShift clusters and use Docker-based containers
  • VMware: Integrate VMware solutions
  • Boilerplates: Use templates to help you get started with various services
  • APIs: Create, manage, enforce, and run APIs
  • Application Services: Deliver applications that include business rules, automation, an application server, and more
  • Blockchain: Integrate the IBM Blockchain technology in your environment
  • Cloud Foundry Apps: Choose from multiple runtimes including Liberty for Java, SDK for Node.js, and Swift
  • Data & Analytics: Select from a variety of database options, including Compose, and incorporate big data analytics
  • DevOps: Go from application development to deployment with continuous delivery, auto-scaling, globalization, and alert notifications
  • Finance: Manage your investments and finances
  • Functions: Execute serverless event-driven programming (IBM Cloud Functions)
  • Integrate: Access API management, product insights, secure gateway functionality
  • Internet of Things: Manage connected devices using IoT foundation and IoT for electronics
  • Mobile: Integrate push notifications, testing, tuning, and analytics for mobile applications
  • Watson: Add cognitive abilities to applications

When asking questions about the IBM Cloud platform, you should:

  • Ensure you are asking a technical question about using the IBM Cloud platform or services. (For questions about your account or IBM Cloud platform offerings, ask at IBM developerWorks Answers or open a support ticket.)
  • Search Stack Overflow to see if somebody else has already asked the same question.
  • Explain what you were trying to do when you encountered the problem. What software versions were you using? Is there anything else about your environment that could lead to the problem?
  • Provide code samples where possible. Isolate the problem and reproduce it with as little code as possible.
  • Include the tag, plus an additional tag to indicate the service or technology in question.

Getting support for the IBM Cloud platform

  • Ask technical questions on Stack Overflow about programming and deploying applications using the IBM Cloud platform and services. The IBM Cloud platform Development and Support teams monitor Stack Overflow closely.
  • Ask non-technical questions about the IBM Cloud platform offerings at IBM developerWorks Answers. It’s also the best place to ask questions about getting started with the platform.
  • Open a support ticket to get answers to your issue especially if you cannot find the answer in the forums. See Getting Customer Support for details on contacting Support and opening tickets.

Helpful links

6810 questions
7
votes
1 answer

Kafka Streams KTable configuration error on Message Hub

This issue is now solved on Message Hub I am having some trouble creating a KTable in Kafka. I am new to Kafka, which is probably the root of my problem, but I thought I could ask here anyway. I have a project where I would like to keep track of…
jawwe
  • 638
  • 1
  • 5
  • 13
7
votes
2 answers

CloudFoundry/Springboot app using Liberty for Java on Bluemix all of a sudden crashes when starting, no changes in code for months

I have a javascript/html/css application being served with Springboot on Bluemix. Running the app locally works just fine, and the code has not been changed in a couple months. When I attempt to push the app using the CF CLI, I get the following…
7
votes
2 answers

CF Connect to the cloud controller

I use the following lib to connect to the cloud controller https://github.com/prosociallearnEU/cf-nodejs-client const endpoint = "https://api.mycompany.com/"; const username = "myuser"; const password = "mypass"; const CloudController = new…
John Jerrby
  • 1,683
  • 7
  • 31
  • 68
7
votes
1 answer

Best practices for creating intents/entities with IBM Conversation Service

I am currently working with the IBM Conversation Service. Does there exist any best practices for creating intents other than the information in the official docs or the ones documented here:…
kaamodt
  • 300
  • 2
  • 11
7
votes
2 answers

bluemix xpages performance and architecture

I have a few questions about bluemix xpages runtime. As of now (Aug 2016) Xpages NoSQL Database is still experimental. Is there an ETA for this NoSQL service to become GA ? As of now, to have better control over performance, a separate domino server…
Ram
  • 73
  • 4
7
votes
2 answers

'require' keyword doesn't work within Node Red Function node

first line in a Node red Function Node is var moment = require('moment-timezone'); ... I am trying to establish a timezone correct date/time stamp for sensor data. I get the following error when this node runs; ReferenceError: require is not defined…
DPGUITARMAN
  • 161
  • 1
  • 2
  • 12
7
votes
1 answer

Can I use IBM Watson services without Bluemix?

I've been using AWS for hosting my backend servers. What's the best way to sign up an account so I can call Watson services from my servers directly, without an account on Bluemix? If yes, how? I couldn't find that at Watson's website. Thanks.
Nathan W
  • 471
  • 1
  • 7
  • 17
7
votes
4 answers

New To Bluemix, getting error "The host is taken" for new app

I am new to Bluemix as part creating an app following the steps below: Log in to Bluemix with your Bluemix account. Open the Catalog menu. From the Runtimes section, click Liberty for Java. In the App field, specify the name of your app [entered…
rao
  • 71
  • 3
7
votes
2 answers

Detect the version of CloudFoundry/Bluemix

I am trying to detect the version of Bluemix/Cloud Foundry. Is there a command I can use to do this? cf -version tells you the version of the commandline interface, but not the version of the server you are "push"ing to. thanks anthony
6
votes
4 answers

How can I bulk/batch transcribe wav files using python?

im trying to use my python app to transcribe multiple files in a folder and speed up the process. At present I am able to do it one file at a time - ####RUN THIS PART FIRST######### import json from os.path import join, dirname from ibm_watson…
user12384956
6
votes
7 answers

Failure to get cluster config - IBM Cloud

I have a cluster created on IBM Cloud that I can't access. When I try the following command ibmcloud ks cluster-config mycluster I get this response : FAILED {"incidentID":"4d426527e73acd83-CDG","code":"A0006","description":"The specified cluster…
Dan
  • 289
  • 1
  • 6
  • 15
6
votes
2 answers

Watson Assistant API V2 "manages the context automatically" - more details?

This is a question about Watson Assistant API V1/V2 difference. The doc says like this: Note that if your app uses the v1 API, it communicates directly with the dialog skill, bypassing the orchestration and state-management capabilities of the…
ishida330
  • 148
  • 1
  • 6
6
votes
2 answers

Kubernetes Persistent Volume Claim mounted with wrong gid

I'm creating a Kubernetes PVC and a Deploy that uses it. In the yaml it is specified that uid and gid must be 1000. But when deployed the volume is mounted with different IDs so I have no write access on it. How can I specify effectively uid and gid…
6
votes
1 answer

Watson Speech to Text unable to transcode data stream audio/wav

I am using the IBM Watson Speech to Text API: var SpeechToTextV1 = require('watson-developer-cloud/speech-to-text/v1'); var fs = require('fs'); var request = require('request'); var speech_to_text = new SpeechToTextV1({ "username": "
aginsburg
  • 1,223
  • 1
  • 12
  • 22
6
votes
1 answer

How to connect IBM Watson IOT using Paho MQTT javascript client?

I am trying to connect IBM Watson IoT platform using Paho MQTT Javascript client as mentioned in the below example code. var client = new Messaging.Client("myOqgId.messaging.internetofthings.ibmcloud.com", 8883, "myclientid_" +…