Skip to content

Commit

Permalink
docs.composable.ai
Browse files Browse the repository at this point in the history
  • Loading branch information
andyvidan committed May 17, 2019
1 parent b3c6536 commit b16300e
Show file tree
Hide file tree
Showing 24 changed files with 240 additions and 31 deletions.
9 changes: 9 additions & 0 deletions docs/01.Getting-Started/01.Overview.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
---
title: Composable Docs
summary: Technical Documentation for the Composable DtataOps Platform
authors:
- Composable Analytics, Inc.
date: 2014-08-12
some_url: https://docs.composable.ai
---

# Composable DataOps Platform

Composable DataOps Platform is a full-stack intelligent data operations platform with built-in services for data orchestration, automation and analytics. It accelerates data engineering, preparation and analysis. Composable is built as a modern, native cloud application, with a highly scalable – *composable* – architecture.
Expand Down
9 changes: 9 additions & 0 deletions docs/01.Getting-Started/02.System-Requirements.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
---
title: Composable Docs
summary: Technical Documentation for the Composable DtataOps Platform
authors:
- Composable Analytics, Inc.
date: 2014-08-12
some_url: https://docs.composable.ai
---

# System Requirements

Before installing and deploying Composable on-premises, the following system and network requirements must be met. The requirements specified below are nominal requirements for an simple enterprise deployment. For more complex deployments or tactical edge deployments, please consult with us at [support@composable.ai](mailto:support@composable.ai).
Expand Down
9 changes: 9 additions & 0 deletions docs/01.Getting-Started/03.Installation-and-Deployment.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
---
title: Composable Docs
summary: Technical Documentation for the Composable DtataOps Platform
authors:
- Composable Analytics, Inc.
date: 2014-08-12
some_url: https://docs.composable.ai
---

# Installation and Deployments

Composable is very easy to deploy in the cloud, within an on-premise datacenter or at the tactical edge.
Expand Down
9 changes: 9 additions & 0 deletions docs/02.Composable Platform/01.Overview.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
---
title: Composable Docs
summary: Technical Documentation for the Composable DtataOps Platform
authors:
- Composable Analytics, Inc.
date: 2014-08-12
some_url: https://docs.composable.ai
---

# Overview

9 changes: 9 additions & 0 deletions docs/03.DataFlows/01.Overview.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
---
title: Composable Docs
summary: Technical Documentation for the Composable DtataOps Platform
authors:
- Composable Analytics, Inc.
date: 2014-08-12
some_url: https://docs.composable.ai
---

# Overview

Composable focuses on bringing together disparate datasets, disseminating results, and producing data feeds and services. The platform's strength and inifinte flexibility for consuming, querying, and joining of data is achieved by composing event-driven workflows.
Expand Down
9 changes: 9 additions & 0 deletions docs/03.DataFlows/02.Composable-Designer.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
---
title: Composable Docs
summary: Technical Documentation for the Composable DtataOps Platform
authors:
- Composable Analytics, Inc.
date: 2014-08-12
some_url: https://docs.composable.ai
---

# Composable Designer

The Composable Designer is where users can compose, or author, their DataFlow Applications. The Composable Designer consists of a rich, modern and web-based user interface design tool for flow-based programming. This design tool is where users in Composable can compose, or author, their DataFlow Applications.
Expand Down
9 changes: 9 additions & 0 deletions docs/03.DataFlows/03.KeyBoard-Shortcuts.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
---
title: Composable Docs
summary: Technical Documentation for the Composable DtataOps Platform
authors:
- Composable Analytics, Inc.
date: 2014-08-12
some_url: https://docs.composable.ai
---

# DataStudio Keyboard Shortcuts

|Shortcut|Function|Description|
Expand Down
9 changes: 9 additions & 0 deletions docs/03.DataFlows/04.Modules.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
---
title: Composable Docs
summary: Technical Documentation for the Composable DtataOps Platform
authors:
- Composable Analytics, Inc.
date: 2014-08-12
some_url: https://docs.composable.ai
---

# Composable Modules

Composable Modules are functional blocks that have multiple inputs and outputs. A module is analogous to a function in any programming language. A module takes in one or many inputs, and produces one or many outputs. These outputs can then be connected to any number of other module inputs.
Expand Down
9 changes: 9 additions & 0 deletions docs/03.DataFlows/05.DataFlows.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
---
title: Composable Docs
summary: Technical Documentation for the Composable DtataOps Platform
authors:
- Composable Analytics, Inc.
date: 2014-08-12
some_url: https://docs.composable.ai
---

# DataFlow Applications

9 changes: 9 additions & 0 deletions docs/03.DataFlows/06.DataFlow-Reuse.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
---
title: Composable Docs
summary: Technical Documentation for the Composable DtataOps Platform
authors:
- Composable Analytics, Inc.
date: 2014-08-12
some_url: https://docs.composable.ai
---

For more complex workflows, a DataFlow application can also reference and call another DataFlow application. This reference is just like any other module, but its functionality is to call the referenced DataFlow. To provide inputs into the DataFlow, and retrieve certain outputs, the referenced DataFlow must have certain module inputs and outputs marked as externalized with additional data (name and description). The DataFlow author does this by adding special modules that externalize inputs and outputs. These external modules then become the inputs and outputs in the ‘application reference module’ in the calling DataFlow application.

9 changes: 9 additions & 0 deletions docs/03.DataFlows/07.Alerts.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
---
title: Composable Docs
summary: Technical Documentation for the Composable DtataOps Platform
authors:
- Composable Analytics, Inc.
date: 2014-08-12
some_url: https://docs.composable.ai
---

For more complex workflows, a DataFlow application can also reference and call another DataFlow application. This reference is just like any other module, but its functionality is to call the referenced DataFlow. To provide inputs into the DataFlow, and retrieve certain outputs, the referenced DataFlow must have certain module inputs and outputs marked as externalized with additional data (name and description). The DataFlow author does this by adding special modules that externalize inputs and outputs. These external modules then become the inputs and outputs in the ‘application reference module’ in the calling DataFlow application.

8 changes: 8 additions & 0 deletions docs/03.DataFlows/08.Data-Sources/01.Overview.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
---
title: Composable Docs
summary: Technical Documentation for the Composable DtataOps Platform
authors:
- Composable Analytics, Inc.
date: 2014-08-12
some_url: https://docs.composable.ai
---
# Overview

9 changes: 9 additions & 0 deletions docs/03.DataFlows/09.Analytics/01.Overview.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
---
title: Composable Docs
summary: Technical Documentation for the Composable DtataOps Platform
authors:
- Composable Analytics, Inc.
date: 2014-08-12
some_url: https://docs.composable.ai
---

# Overview

10 changes: 10 additions & 0 deletions docs/03.DataFlows/10.DataFlow-Patterns.md/01.Overview.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
---
title: Composable Docs
summary: Technical Documentation for the Composable DtataOps Platform
authors:
- Composable Analytics, Inc.
date: 2014-08-12
some_url: https://docs.composable.ai
---

# Overview


9 changes: 9 additions & 0 deletions docs/04.DataPortals/01.Overview.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
---
title: Composable Docs
summary: Technical Documentation for the Composable DtataOps Platform
authors:
- Composable Analytics, Inc.
date: 2014-08-12
some_url: https://docs.composable.ai
---

# Overview

9 changes: 9 additions & 0 deletions docs/05.QueryViews/01.Overview.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
---
title: Composable Docs
summary: Technical Documentation for the Composable DtataOps Platform
authors:
- Composable Analytics, Inc.
date: 2014-08-12
some_url: https://docs.composable.ai
---

# Overview

9 changes: 9 additions & 0 deletions docs/06.DataExplorer/01.Overview.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
---
title: Composable Docs
summary: Technical Documentation for the Composable DtataOps Platform
authors:
- Composable Analytics, Inc.
date: 2014-08-12
some_url: https://docs.composable.ai
---

# Overview

9 changes: 9 additions & 0 deletions docs/07.DashBoards/01.Overview.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
---
title: Composable Docs
summary: Technical Documentation for the Composable DtataOps Platform
authors:
- Composable Analytics, Inc.
date: 2014-08-12
some_url: https://docs.composable.ai
---

# Overview

9 changes: 9 additions & 0 deletions docs/08.WebApps/01.Overview.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
---
title: Composable Docs
summary: Technical Documentation for the Composable DtataOps Platform
authors:
- Composable Analytics, Inc.
date: 2014-08-12
some_url: https://docs.composable.ai
---

# Overview

9 changes: 9 additions & 0 deletions docs/09.Keys/01.Overview.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
---
title: Composable Docs
summary: Technical Documentation for the Composable DtataOps Platform
authors:
- Composable Analytics, Inc.
date: 2014-08-12
some_url: https://docs.composable.ai
---

# Overview

9 changes: 9 additions & 0 deletions docs/10.Users-and-Groups/01.Overview.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
---
title: Composable Docs
summary: Technical Documentation for the Composable DtataOps Platform
authors:
- Composable Analytics, Inc.
date: 2014-08-12
some_url: https://docs.composable.ai
---

# Overview

9 changes: 9 additions & 0 deletions docs/12.How-To-Articles/01.Overview.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
---
title: Composable Docs
summary: Technical Documentation for the Composable DtataOps Platform
authors:
- Composable Analytics, Inc.
date: 2014-08-12
some_url: https://docs.composable.ai
---

# Overview

9 changes: 9 additions & 0 deletions docs/13.Quick-Reference-Guides/01.Overview.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
---
title: Composable Docs
summary: Technical Documentation for the Composable DtataOps Platform
authors:
- Composable Analytics, Inc.
date: 2014-08-12
some_url: https://docs.composable.ai
---

# Overview

64 changes: 33 additions & 31 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,39 +7,41 @@ pages:
- '1.1 Overview': '01.Getting-Started/01.Overview.md'
- '1.2 System requirements': '01.Getting-Started/02.System-Requirements.md'
- '1.3 Installation and Deployment': '01.Getting-Started/03.Installation-and-Deployment.md'
- 2. DataFlows:
- '2.1 Overview': '02.DataFlows/01.Overview.md'
- '2.2 Composable Designer': '02.DataFlows/02.Composable-Designer.md'
- '2.3 KeyBoard Shortcuts': '02.DataFlows/03.KeyBoard-Shortcuts.md'
- '2.4 Modules': '02.DataFlows/04.Modules.md'
- '2.5 DataFlows': '02.DataFlows/05.DataFlows.md'
- '2.6 DataFlow Reuse': '02.DataFlows/06.DataFlow-Reuse.md'
- '2.7 Alerts': '02.DataFlows/07.Alerts.md'
- 2.8 Data Sources:
- '2.8 Data Sources': '02.DataFlows/08.Data-Sources/01.Overview.md'
- 2.9 Analytics:
- '2.9 Analytics': '02.DataFlows/09.Analytics/01.Overview.md'
- 2.10 DataFlow Patterns:
- '2.10 DataFlow Patterns': '02.DataFlows/10.DataFlow-Patterns/01.Overview.md'
- 3. QueryViews:
- '3.1 Overview': '03.Dataflows/01.Overview.md'
- 4. DataPortals:
- '4.1 Overview': '04.DataPortals/01.Overview.md'
- 5. WebApps:
- '5.1 Overview': '05.WebApps/01.Overview.md'
- 2. Composable Platform:
- '2.1 Overview': '02.Dataflows/01.Overview.md'
- 3. DataFlows:
- '3.1 Overview': '02.DataFlows/01.Overview.md'
- '3.2 Composable Designer': '02.DataFlows/02.Composable-Designer.md'
- '3.3 KeyBoard Shortcuts': '02.DataFlows/03.KeyBoard-Shortcuts.md'
- '3.4 Modules': '02.DataFlows/04.Modules.md'
- '3.5 DataFlows': '02.DataFlows/05.DataFlows.md'
- '3.6 DataFlow Reuse': '02.DataFlows/06.DataFlow-Reuse.md'
- '3.7 Alerts': '02.DataFlows/07.Alerts.md'
- 3.8 Data Sources:
- '3.8 Data Sources': '03.DataFlows/08.Data-Sources/01.Overview.md'
- 3.9 Analytics:
- '3.9 Analytics': '03.DataFlows/09.Analytics/01.Overview.md'
- 3.10 DataFlow Patterns:
- '3.10 DataFlow Patterns': '03.DataFlows/10.DataFlow-Patterns/01.Overview.md'
- 4. QueryViews:
- '4.1 Overview': '04.Dataflows/01.Overview.md'
- 5. DataPortals:
- '5.1 Overview': '05.DataPortals/01.Overview.md'
- 6. DataExplorer:
- '6.1 Overview': '06.DataExplorer/01.Overview.md'
- 7. DashBoards:
- '7.1 Overview': '07.DashBoards/01.Overview.md'
- 8. Keys:
- '8.1 Overview': '08.Keys/01.Overview.md'
- 9. Users and Groups:
- '9.1 Overview': '09.Users-and-Groups/01.Overview.md'
- 10. FluentAPI:
- '10.1 FluentAPI User Guide': '10.FluentAPI/01.FluentAPI-User-Guide.md'
- '10.2 FluentAPI Reference': '10.FluentAPI/02.FluentAPI-Reference.md'
- 11. How to Articles:
- '11.1 Overview': '01.How-To-Articles/10.1-Overview.md'
- 12. Quick Reference Guides:
- '12.1 Overview': '12.Quick-Reference-Guides/01.Overview.md'
- 8. WebApps:
- '8.1 Overview': '08.WebApps/01.Overview.md'
- 9. Keys:
- '9.1 Overview': '09.Keys/01.Overview.md'
- 10. Users and Groups:
- '10.1 Overview': '10.Users-and-Groups/01.Overview.md'
- 11. FluentAPI:
- '11.1 FluentAPI User Guide': '11.FluentAPI/01.FluentAPI-User-Guide.md'
- '11.2 FluentAPI Reference': '11.FluentAPI/02.FluentAPI-Reference.md'
- 12. How to Articles:
- '12.1 Overview': '12.How-To-Articles/10.1-Overview.md'
- 13. Quick Reference Guides:
- '13.1 Overview': '12.Quick-Reference-Guides/01.Overview.md'
theme: readthedocs

0 comments on commit b16300e

Please sign in to comment.