Cask Data, Inc. was the enterprise big-data startup, backed by Andreessen Horowitz, that built and open-sourced CDAP — the Cask Data Application Platform — a framework for building and running data analytic applications and data pipelines on Hadoop, Spark, Kubernetes, and the cloud. Cask was acquired by Google Cloud; CDAP continues as an Apache-2.0 open source project under the github.com/cdapio organization and powers Google Cloud Data Fusion. CDAP's programmatic surface is its HTTP RESTful "Microservices" API — 21 documented service families (Lifecycle, Artifact, Metadata, Metrics, Logging, Namespace, Pipeline, Preferences, Profile, Provisioners, Replication, Reports, Security, Service, Workflow, Monitor, Dashboard, Configuration, Transaction Service, System Workers) served under a /v3 path prefix from a self-hosted CDAP router, with Bearer access tokens issued by the CDAP authentication server. The company's own cask.co domain and developer portal are gone; the surviving surfaces are cdap.io, the CDAP documentation wiki, the cdapio GitHub organization, and the io.cdap.cdap / co.cask.cdap artifact groups on Maven Central.
Cask publishes 12 APIs on the APIs.io network. Tagged areas include Company, Big Data, Data Analytics, Data Pipeline, and Data Integration.
Cask’s developer surface includes documentation, API reference, getting-started guide, support, engineering blog, authentication, changelog, and 16 more developer resources.
Create-or-Update Ergonomics could not be measured. We hold no machine-readable contract for
this provider to read, so there is nothing to measure a write surface against. Excluded rather than scored zero:
never-measured and measured-empty are different facts. Publishing an OpenAPI is what makes this facet — and
several others — scorable at all.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/cask: open an issue to ask a question, or submit a pull request to add artifacts.
Submit an artifact on GitHub — free →Manage your own listing — the Influence plan, $499/mo →
The CDAP HTTP RESTful API, documented as "Microservices". All endpoints sit under a /v3 path prefix on a self-hosted CDAP router (default port 11015, or 10443 when SSL is enable...
Manage CDAP artifacts — the packaged application and plugin JARs that applications are created from — including deployment, versioning, and plugin inspection.
Create, list, and delete CDAP namespaces — the multi-tenancy boundary that isolates applications, datasets, and metadata. The cdap, default, and system namespaces are reserved.
Programmatically create, deploy, run, and inspect CDAP data pipelines (the Hydrator / Data Fusion pipeline application type) and their plugin configurations.
aid: cask
name: Cask
description: Cask Data, Inc. was the enterprise big-data startup, backed by Andreessen Horowitz, that built and open-sourced
CDAP — the Cask Data Application Platform — a framework for building and running data analytic applications and data pipelines
on Hadoop, Spark, Kubernetes, and the cloud. Cask was acquired by Google Cloud; CDAP continues as an Apache-2.0 open source
project under the github.com/cdapio organization and powers Google Cloud Data Fusion. CDAP's programmatic surface is its
HTTP RESTful "Microservices" API — 21 documented service families (Lifecycle, Artifact, Metadata, Metrics, Logging, Namespace,
Pipeline, Preferences, Profile, Provisioners, Replication, Reports, Security, Service, Workflow, Monitor, Dashboard, Configuration,
Transaction Service, System Workers) served under a /v3 path prefix from a self-hosted CDAP router, with Bearer access tokens
issued by the CDAP authentication server. The company's own cask.co domain and developer portal are gone; the surviving
surfaces are cdap.io, the CDAP documentation wiki, the cdapio GitHub organization, and the io.cdap.cdap / co.cask.cdap artifact
groups on Maven Central.
url: https://raw.githubusercontent.com/api-evangelist/cask/refs/heads/main/apis.yml
deliveryModel:
model: saas
open_source: false
commercial: true
callable_host: false
label: Hosted service · you call their endpoint
confidence: medium
source:
- pricing
generated: '2026-08-28'
method: derived
accessModel:
pricing: unknown
onboarding: unknown
trial: false
try_now: false
public: false
label: Unknown
confidence: low
try_now_blocked_by: loopback
source:
- authentication
- security
- sandbox
generated: '2026-09-03'
method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/cask.png
x-type: company
x-source: vc-portfolio
x-backed-by:
- a16z
x-status: acquired
x-acquired-by: Google Cloud
x-successor: CDAP (github.com/cdapio) / Google Cloud Data Fusion
specificationVersion: '0.23'
created: '2026-07-17'
modified: '2026-07-20'
tags:
- Company
- Big Data
- Data Analytics
- Data Pipeline
- Data Integration
- ETL
- Hadoop
- Spark
- Open-Source
- CDAP
- Metadata
- Data Governance
- Acquired
tags_raw:
- Company
- Big Data
- Data Analytics
- Data Pipelines
- Data Integration
- ETL
- Hadoop
- Spark
- Open Source
- CDAP
- Metadata
- Data Governance
- Acquired
apis:
- aid: cask:cdap-microservices
name: CDAP Microservices API
description: 'The CDAP HTTP RESTful API, documented as "Microservices". All endpoints sit under a /v3 path prefix on a self-hosted
CDAP router (default port 11015, or 10443 when SSL is enabled), and are scoped by namespace (/v3/namespaces/<namespace-id>/...).
When security is enabled every call must carry an Authorization: Bearer <access-token> header issued by the CDAP authentication
server.'
humanURL: https://cdap.atlassian.net/wiki/spaces/DOCS/pages/477692124/Microservices+Introduction
baseURL: http://localhost:11015/v3
x-deployment: self-hosted
x-base-url-note: CDAP is self-hosted software; there is no vendor-operated public API host. The documented base URL is http://<host>:<port>
where port defaults to 11015 (router.bind.port), or 10443 when SSL is enabled (router.ssl.server.port). localhost:11015
is the value CDAP's own documentation uses in its curl examples.
tags:
- CDAP
- REST
- Microservices
properties:
- type: Documentation
url: https://cdap.atlassian.net/wiki/spaces/DOCS/pages/477593807/CDAP+Microservices+Guide
- type: APIReference
url: https://cdap.atlassian.net/wiki/spaces/DOCS/pages/477692124/Microservices+Introduction
- type: Authentication
url: authentication/cask-authentication.yml
- type: ErrorCatalog
url: errors/cask-problem-types.yml
- aid: cask:cdap-lifecycle
name: CDAP Lifecycle Microservices
description: Deploy, start, stop, and manage the lifecycle of CDAP applications and the programs they contain within a namespace.
humanURL: https://cdap.atlassian.net/wiki/spaces/DOCS/pages/477560983/Lifecycle+Microservices
baseURL: http://localhost:11015/v3
tags:
- Lifecycle
- Application
- Programs
tags_raw:
- Lifecycle
- Applications
- Programs
- aid: cask:cdap-artifact
name: CDAP Artifact Microservices
description: Manage CDAP artifacts — the packaged application and plugin JARs that applications are created from — including
deployment, versioning, and plugin inspection.
humanURL: https://cdap.atlassian.net/wiki/spaces/DOCS/pages/477692148/Artifact+Microservices
baseURL: http://localhost:11015/v3
tags:
- Artifacts
- Plugins
- aid: cask:cdap-metadata
name: CDAP Metadata Microservices
description: Search, annotate, and retrieve business and technical metadata and lineage for CDAP entities such as applications,
datasets, programs, and fields.
humanURL: https://cdap.atlassian.net/wiki/spaces/DOCS/pages/477692187/Metadata+Microservices
baseURL: http://localhost:11015/v3
tags:
- Metadata
- Lineage
- Data Governance
- aid: cask:cdap-metrics
name: CDAP Metrics Microservices
description: Query the metrics CDAP collects for system and user programs, including time-series queries across metric contexts
and tags.
humanURL: https://cdap.atlassian.net/wiki/spaces/DOCS/pages/477692194/Metrics+Microservices
baseURL: http://localhost:11015/v3
tags:
- Metrics
- Monitoring
- aid: cask:cdap-logging
name: CDAP Logging Microservices
description: Retrieve and download logs emitted by CDAP system services and by user applications and programs, with filtering
by time range and log level.
humanURL: https://cdap.atlassian.net/wiki/spaces/DOCS/pages/477790558/Logging+Microservices
baseURL: http://localhost:11015/v3
tags:
- Logging
- Observability
- aid: cask:cdap-namespace
name: CDAP Namespace Microservices
description: Create, list, and delete CDAP namespaces — the multi-tenancy boundary that isolates applications, datasets,
and metadata. The cdap, default, and system namespaces are reserved.
humanURL: https://cdap.atlassian.net/wiki/spaces/DOCS/pages/477561041/Namespace+Microservices
baseURL: http://localhost:11015/v3
tags:
- Namespaces
- Multi-Tenancy
tags_raw:
- Namespaces
- Multi-tenancy
- aid: cask:cdap-pipeline
name: CDAP Pipeline Microservices
description: Programmatically create, deploy, run, and inspect CDAP data pipelines (the Hydrator / Data Fusion pipeline
application type) and their plugin configurations.
humanURL: https://cdap.atlassian.net/wiki/spaces/DOCS/pages/975929350/Pipeline+Microservices
baseURL: http://localhost:11015/v3
tags:
- Pipelines
- ETL
- Data Integration
- aid: cask:cdap-replication
name: CDAP Replication Microservices
description: Manage CDAP replication (change data capture) jobs that stream changes from source databases into analytic
targets such as BigQuery.
humanURL: https://cdap.atlassian.net/wiki/spaces/DOCS/pages/1765507073/Replication+Microservices
baseURL: http://localhost:11015/v3
tags:
- Replication
- CDC
- Data Integration
- aid: cask:cdap-security
name: CDAP Security Microservices
description: Manage CDAP secure store keys and authorization privileges, roles, and policies for principals operating against
a security-enabled CDAP cluster.
humanURL: https://cdap.atlassian.net/wiki/spaces/DOCS/pages/477790661/Security+Microservices
baseURL: http://localhost:11015/v3
tags:
- Security
- Authorization
- Secure Store
- aid: cask:cdap-workflow
name: CDAP Workflow Microservices
description: Inspect and control CDAP workflows — multi-node program orchestration — including run records, node states,
local datasets, and workflow tokens.
humanURL: https://cdap.atlassian.net/wiki/spaces/DOCS/pages/477790711/Workflow+Microservices
baseURL: http://localhost:11015/v3
tags:
- Workflows
- Orchestration
- aid: cask:cdap-preferences
name: CDAP Preferences Microservices
description: Read and write preferences — the hierarchical configuration key/value pairs resolved across the instance, namespace,
application, and program scopes.
humanURL: https://cdap.atlassian.net/wiki/spaces/DOCS/pages/477561058/Preferences+Microservices
baseURL: http://localhost:11015/v3
tags:
- Preferences
- Configuration
common:
- type: DeveloperPortal
url: https://cdap.io/
- type: Documentation
url: https://cdap.atlassian.net/wiki/spaces/DOCS/overview
- type: APIReference
url: https://cdap.atlassian.net/wiki/spaces/DOCS/pages/477593807/CDAP+Microservices+Guide
- type: GettingStarted
url: https://cdap.io/get-started/
- type: GitHubOrganization
url: https://github.com/cdapio
- type: Support
url: https://cdap.io/community/
- type: Blog
url: https://medium.com/cdapio
- type: TermsOfService
url: https://policies.google.com/terms
- type: PrivacyPolicy
url: https://policies.google.com/privacy
- type: Packages
url: packages/cask-packages.yml
- type: SDKs
url: packages/cask-packages.yml
- type: Authentication
url: authentication/cask-authentication.yml
- type: Conventions
url: conventions/cask-conventions.yml
- type: ErrorCatalog
url: errors/cask-problem-types.yml
- type: Lifecycle
url: lifecycle/cask-lifecycle.yml
- type: ChangeLog
url: changelog/cask-changelog.yml
- type: CLI
url: cli/cask-cli.yml
- type: Sandbox
url: sandbox/cask-sandbox.yml
- type: DataModel
url: data-model/cask-data-model.yml
- type: Conformance
url: conformance/cask-conformance.yml
- type: WellKnown
url: well-known/cask-well-known.yml
- type: DomainSecurity
url: security/cask-domain-security.yml
- type: LLMsTxt
url: llms/cask-llms.txt
x-enrichment:
date: '2026-07-20'
status: enriched
artifacts_added: 13
pass: local-v1
maintainers:
- FN: Kin Lane
email: kin@apievangelist.com
- FN: APIs.json
email: info@apis.io
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.