Created
May 23, 2017 22:41
-
-
Save duglin/ee082145611f86a613d9ee95170f4ed9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_id": "apsMyserviceParametersDemo_id", | |
"catalog": { | |
"bindable": true, | |
"name": "apsMyserviceParametersDemo", | |
"tags": [ | |
"big_data", | |
"ibm_created" | |
], | |
"version": "", | |
"description": "Adds a warehouse database and a variety of analytics tools to your application.", | |
"id": "apsMyserviceParametersDemo_id", | |
"metadata": { | |
"providerDisplayName": "IBM", | |
"smallImageUrl": "${service_broker_url_base}/public/small.png", | |
"mediumImageUrl": "${service_broker_url_base}/public/medium.png", | |
"imageUrl": "${service_broker_url_base}/public/large.png", | |
"displayName": "aps-MyserviceBrokerParameters-Demo", | |
"locationDisplayName": "US South", | |
"documentationUrl": "https://www.ng.bluemix.net/docs/#services/dashDB/index.html#dashDB", | |
"featuredImageUrl": "${service_broker_url_base}/public/featured.png", | |
"termsUrl": "http://www-03.ibm.com/<GetYOurOwnTermsUrl>", | |
"longDescription": "The Myservice DEMO is a data warehousing and analytics solution. You can quickly move your data into a next-generation columnar in-memory database, start running complex analytical queries with in-database algorithms, and integrate with R language and other analytic and business intelligence tools.", | |
"serviceKeysSupported": true, | |
"bullets": [ | |
{ | |
"title": "Powered by IBM BLU Acceleration and Netezza in-Database Analytics", | |
"description": "IBM BLU Acceleration is fast and simple. It uses dynamic in-memory columnar technology and innovations such as actionable compression to rapidly scan and return relevant data. In-database analytic algorithms integrated from Netezza bring simplicity and performance to advanced analytics." | |
}, | |
{ | |
"title": "Connectivity", | |
"description": "dashDB is built to connect easily to all of your services and applications. You can start analyzing your data right away with familiar tools." | |
} | |
], | |
"parameters": [ | |
{ | |
"name": "nodes", | |
"displayname": "Number of Data Nodes", | |
"value": "1", | |
"required": true, | |
"description": "Specify the number of data nodes required for your cluster", | |
"type": "text", | |
"associations": { | |
"plan": { | |
"showFor": ["apsMyserviceParametersDemo-entry","apsMyserviceParametersDemo-enterprise"] | |
} | |
} | |
}, | |
{ | |
"name": "pwd", | |
"displayname": "Password", | |
"type": "password" | |
}, | |
{ | |
"name": "availability", | |
"displayname": "High Availability", | |
"description": "Specify whether the NameNode and the Resource Manager require the high availability option.", | |
"value": "no", | |
"type": "dropdown", | |
"options": [ | |
{ | |
"displayname": "Yes", | |
"value": "yes" | |
}, | |
{ | |
"displayname": "No", | |
"value": "no" | |
} | |
] | |
}, | |
{ | |
"name": "components", | |
"displayname": "Mandatory Components", | |
"description": "Check one or more options below.", | |
"type": "checkbox", | |
"options": [ | |
{ | |
"displayname": "HDFS", | |
"value": "hdfs" | |
}, | |
{ | |
"displayname": "YARN", | |
"value": "yarn" | |
}, | |
{ | |
"displayname": "MapReduce2", | |
"value": "mapreduce2" | |
}, | |
{ | |
"displayname": "Ambari Metrics", | |
"value": "ambari_metrics" | |
} | |
], | |
"value": ["hdfs", "mapreduce2"] | |
}, | |
{ | |
"name": "optional", | |
"displayname": "Optional Components", | |
"type": "radio", | |
"options": [ | |
{ | |
"displayname": "Spark", | |
"value": "spark" | |
}, | |
{ | |
"displayname": "Pig", | |
"value": "pig" | |
}, | |
{ | |
"displayname": "Sqoop", | |
"value": "sqoop" | |
} | |
], | |
"value": "pig" | |
}, | |
{ | |
"name": "components2", | |
"displayname": "Mandatory Components 2", | |
"type": "checkbox", | |
"options": [ | |
{ | |
"displayname": "HBase", | |
"value": "hbase" | |
}, | |
{ | |
"displayname": "ZooKeeper", | |
"value": "zookeeper" | |
}, | |
{ | |
"displayname": "Knox", | |
"value": "knox" | |
} | |
] | |
}, | |
{ | |
"name": "optional2", | |
"displayname": "Optional Components 2", | |
"description": "Pick one of the following.", | |
"type": "radio", | |
"options": [ | |
{ | |
"displayname": "Spark", | |
"value": "spark" | |
}, | |
{ | |
"displayname": "Pig", | |
"value": "pig" | |
}, | |
{ | |
"displayname": "Sqoop", | |
"value": "sqoop" | |
} | |
] | |
} | |
], | |
"media": [ | |
{ | |
"type": "image", | |
"thumbnailUrl": "${service_broker_url_base}/public/media/welcome_screen.png", | |
"url": "${service_broker_url_base}/public/media/welcome_screen.png", | |
"caption": "Our Welcome screen for first-time users" | |
}, | |
{ | |
"type": "image", | |
"thumbnailUrl": "${service_broker_url_base}/public/media/load_data.png", | |
"url": "${service_broker_url_base}/public/media/load_data.png", | |
"caption": "Rapidly get your local data loaded with Quick Load" | |
}, | |
{ | |
"type": "image", | |
"thumbnailUrl": "${service_broker_url_base}/public/media/r_script.png", | |
"url": "${service_broker_url_base}/public/media/r_script.png", | |
"caption": "Run R scripts straight from our console" | |
}, | |
{ | |
"type": "image", | |
"thumbnailUrl": "${service_broker_url_base}/public/media/view_data.png", | |
"url": "${service_broker_url_base}/public/media/view_data.png", | |
"caption": "View all of your data in one place" | |
}, | |
{ | |
"type": "image", | |
"thumbnailUrl": "${service_broker_url_base}/public/media/connect.png", | |
"url": "${service_broker_url_base}/public/media/connect.png", | |
"caption": "Easily connect your business intelligence or analytics-focused application" | |
} | |
] | |
}, | |
"plans": [ | |
{ | |
"description": "One dedicated database instance on a dedicated cloud server. 1 TB of available compressed database storage that can hold up to 5 TB of uncompressed data, based on typical compression ratios. The compression ratio for your data varies based on the characteristics and values in your data set.", | |
"free": true, | |
"id": "apsMyserviceParametersDemo-beginning", | |
"metadata": { | |
"name": "Beginning", | |
"description": "One dedicated database instance on a dedicated cloud server. 1 TB of available compressed database storage that can hold up to 5 TB of uncompressed data, based on typical compression ratios. The compression ratio for your data varies based on the characteristics and values in your data set.", | |
"bullets": [ | |
"No charge for Beta program.", | |
"1 TB max per instance." | |
], | |
"costs": [ | |
{ | |
"unitId": "INSTANCES_PER_MONTH", | |
"unit": "Instance", | |
"partNumber": "D15VKLL" | |
} | |
] | |
}, | |
"name": "apsMyserviceParametersDemo-beginning" | |
}, | |
{ | |
"description": "One dedicated schema and tablespace per service instance on a shared server. 1 GB to 10 GB of available compressed database storage that can hold, respectively, from 5 GB to 50 GB of uncompressed data, based on typical compression ratios. The compression ratio for your data varies based on the characteristics and values in your data set.", | |
"free": false, | |
"id": "apsMyserviceParametersDemo-entry", | |
"metadata": { | |
"name": "Entry", | |
"description": "One dedicated schema and tablespace per service instance on a shared server. 1 GB to 10 GB of available compressed database storage that can hold, respectively, from 5 GB to 50 GB of uncompressed data, based on typical compression ratios. The compression ratio for your data varies based on the characteristics and values in your data set.", | |
"bullets": [ | |
"No charge for up to 1GB of data stored.", | |
"10 GB max per instance." | |
], | |
"costs": [ | |
{ | |
"unitId": "INSTANCES_PER_MONTH", | |
"unit": "Instance", | |
"partNumber": "D15VKLL" | |
} | |
] | |
}, | |
"name": "apsMyserviceParametersDemo-entry" | |
}, | |
{ | |
"description": "One dedicated database instance on a dedicated cloud server. 1 TB of available compressed database storage that can hold up to 5 TB of uncompressed data, based on typical compression ratios. The compression ratio for your data varies based on the characteristics and values in your data set.", | |
"free": true, | |
"id": "apsMyserviceParametersDemo-enterprise", | |
"metadata": { | |
"name": "Enterprise", | |
"description": "One dedicated database instance on a dedicated cloud server. 1 TB of available compressed database storage that can hold up to 5 TB of uncompressed data, based on typical compression ratios. The compression ratio for your data varies based on the characteristics and values in your data set.", | |
"bullets": [ | |
"No charge for Beta program.", | |
"1 TB max per instance." | |
], | |
"costs": [ | |
{ | |
"unitId": "INSTANCES_PER_MONTH", | |
"unit": "Instance", | |
"partNumber": "D15VKLL" | |
} | |
] | |
}, | |
"name": "apsMyserviceParametersDemo-enterprise" | |
}, | |
{ | |
"description": "One dedicated database instance on a dedicated cloud server. 1 TB of available compressed database storage that can hold up to 5 TB of uncompressed data, based on typical compression ratios. The compression ratio for your data varies based on the characteristics and values in your data set.", | |
"free": true, | |
"id": "apsMyserviceParametersDemo-ending", | |
"metadata": { | |
"name": "Ending", | |
"description": "One dedicated database instance on a dedicated cloud server. 1 TB of available compressed database storage that can hold up to 5 TB of uncompressed data, based on typical compression ratios. The compression ratio for your data varies based on the characteristics and values in your data set.", | |
"bullets": [ | |
"No charge for Beta program.", | |
"1 TB max per instance." | |
], | |
"costs": [ | |
{ | |
"unitId": "INSTANCES_PER_MONTH", | |
"unit": "Instance", | |
"partNumber": "D15VKLL" | |
} | |
] | |
}, | |
"name": "apsMyserviceParametersDemo-ending" | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment