Skip to content

Commit 07b07cb

Browse files
committed
add first version of integration yaml
1 parent 6c40b9e commit 07b07cb

1 file changed

Lines changed: 122 additions & 0 deletions

File tree

intgrations.yaml

Lines changed: 122 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,122 @@
1+
# Integrations content
2+
---
3+
integrations:
4+
# Template (do not remove)
5+
#
6+
# - name: "Mandatory Short Name of the Service or Application (plain text)"
7+
# icon: "icon spec - have a look at https://squidfunk.github.io/mkdocs-material/reference/icons-emojis/"
8+
# content: |
9+
# Mandatory small markdown paragraph which describes, what you can do with the service or application.
10+
# The content should have at least one link.
11+
12+
#####
13+
# Services
14+
#####
15+
16+
- name: Office 365
17+
icon: ":material-microsoft-office:"
18+
content: |
19+
Use the {{p.office365preadsheet}} to read and write to Excel workbooks in Office 365.
20+
21+
- name: Google Drive
22+
icon: ":material-google-drive:"
23+
content: |
24+
Use the {{p.googlespreadsheet}} to read and write to Excel workbooks in Google Drive.
25+
26+
- name: SSH
27+
icon: ":material-ssh:"
28+
content: |
29+
Interact with SSH servers to {{p.cmem_plugin_ssh-Download}} or {{p.cmem_plugin_ssh-Execute}}.
30+
31+
- name: Nextcloud
32+
icon: ":simple-nextcloud:"
33+
content: |
34+
Use a Nextcloud instance to {{p.cmem_plugin_nextcloud-Download}} or {{p.cmem_plugin_nextcloud-Upload}}.
35+
36+
- name: Salesforce
37+
icon: ":fontawesome-brands-salesforce:"
38+
content: |
39+
Interact with your Salesforce data, such as {{p.cmem_plugin_salesforce-workflow-operations-SobjectCreate}} or
40+
execute a {{p.cmem_plugin_salesforce-SoqlQuery}}.
41+
42+
- name: Mattermost
43+
icon: ":simple-mattermost:"
44+
content: |
45+
Send workflow reports or any other message to user and groups in you Mattermost with
46+
the {{p.cmem_plugin_mattermost}} task.
47+
48+
#####
49+
# Files
50+
#####
51+
52+
- name: YAML
53+
icon: ":simple-yaml:"
54+
content: |
55+
Load and integrate data from YAML files with the {{p.cmem_plugin_yaml-parse}} task.
56+
57+
- name: XML
58+
icon: ":material-xml:"
59+
content: |
60+
Load and write data to XML files with the {{p.xml}} dataset as well as
61+
{{p.XmlParserOperator}} from external services.
62+
63+
- name: CSV
64+
icon: ":fontawesome-solid-file-csv:"
65+
content: |
66+
Comma-separated values (CSV) is a text data format which can be processed
67+
(read and write) with the {{p.csv}} dataset.
68+
69+
- name: Excel
70+
icon: ":fontawesome-solid-file-csv:"
71+
content: |
72+
Use the {{p.excel}} task to read and write to Excel workbooks in the Open XML format (XLSX).
73+
74+
- name: JSON
75+
icon: ":material-code-json:"
76+
content: |
77+
Use the {{p.json}} dataset to read and write JSON files (JavaScript Object Notation).
78+
79+
- name: Zipped JSON
80+
icon: ":material-code-json:"
81+
content: |
82+
Use the {{p.json}} dataset to read and write JSON files in a ZIP Archive.
83+
84+
- name: JSON Lines
85+
icon: ":material-code-json:"
86+
content: |
87+
Use the {{p.json}} dataset to read and write files in the [JSON Lines](https://jsonlines.org/) text file format.
88+
89+
#####
90+
# Databases
91+
#####
92+
93+
- name: Neo4J
94+
icon: ":simple-neo4j:"
95+
content: |
96+
Use the {{p.neo4j}} dataset for reading and writing Neo4j graphs.
97+
98+
- name: PostgreSQL
99+
icon: ":simple-postgresql:"
100+
content: |
101+
PostgreSQL can be accessed with the {{p.Jdbc}} dataset and a proper JDBC driver.
102+
103+
- name: MariaDB
104+
icon: ":simple-mariadb:"
105+
content: |
106+
MariaDB can be accessed with the {{p.Jdbc}} dataset and a proper JDBC driver.
107+
108+
- name: SQLite
109+
icon: ":simple-sqlite:"
110+
content: |
111+
SQLite can be accessed with the {{p.Jdbc}} dataset and a proper JDBC driver.
112+
113+
- name: MySQL
114+
icon: ":simple-mysql:"
115+
content: |
116+
MySQL can be accessed with the {{p.Jdbc}} dataset and a proper JDBC driver.
117+
118+
- name: Microsoft SQL
119+
icon: ":material-microsoft:"
120+
content: |
121+
The Microsoft SQL Server can be accessed with the {{p.Jdbc}} dataset and a proper JDBC driver.
122+

0 commit comments

Comments
 (0)