Skip to content

Commit f73e063

Browse files
optimize images (#677)
1 parent 9743510 commit f73e063

File tree

684 files changed

+673
-260
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

684 files changed

+673
-260
lines changed

adaptors/chatgpt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ChatGPT AI models into your workflows to leverage their natural language
3232
processing (NLP) capabilities.
3333

3434
Example AI-driven workflow on OpenFn:
35-
![ai-driven-workflow](/img/ai-workflow-example.png)
35+
![ai-driven-workflow](/img/ai-workflow-example.webp)
3636

3737
## Authentication
3838

adaptors/claude.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Use this adpator to integrate with the
3131
your workflows to leverage their natural language processing (NLP) capabilities.
3232

3333
Example AI-driven workflow on OpenFn:
34-
![ai-driven-workflow](/img/ai-workflow-example.png)
34+
![ai-driven-workflow](/img/ai-workflow-example.webp)
3535

3636
## Authentication
3737

adaptors/commcare.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ To set up a connection, in CommCareHQ you'll need to:
7777
set up on OpenFn, add the authentication type, the username and password here
7878
7. You can test the connection, then save it
7979

80-
![Connection](/img/commecare_connection_settings.png)
80+
![Connection](/img/commecare_connection_settings.webp)
8181

8282
### Data Forwarding Options
8383

@@ -107,7 +107,7 @@ Here's how you can configure CommCare to forward a form to OpenFn.
107107
to find the XMLNS of any form.
108108
9. Click "Start Forwarding" to save and activate
109109

110-
![Forms](/img/commecare_forward_forms.png)
110+
![Forms](/img/commecare_forward_forms.webp)
111111

112112
#### Forwarding Specific Case Types
113113

@@ -123,7 +123,7 @@ forms. Here's how you can configure CommCare to forward a case type to OpenFn.
123123
7. Select which case type(s) you want to forward, for example `patient`
124124
8. Exclude any (eg. test) users
125125

126-
![Cases](/img/commcare_forward_cases.png)
126+
![Cases](/img/commcare_forward_cases.webp)
127127

128128
:::tip Data Forwarding and OpenFn Workflow Design
129129

@@ -182,7 +182,7 @@ See platform docs [on managing credentials](/documentation/manage-projects/manag
182182
how to configure a credential in OpenFn and see the below CommCare credential
183183
example.
184184

185-
![CommCare Cred](/img/commcare_credential_edit.png)
185+
![CommCare Cred](/img/commcare_credential_edit.webp)
186186

187187
If you're using the `Raw JSON` credential type, your configuration may look like this:
188188

@@ -234,7 +234,7 @@ for a detailed description of the types of data.
234234
> time through a CommCare form. Ultimately form data is the source of all case
235235
> data, but not all form data is case data.
236236
237-
![CommCare-data-model](/img/commcare-data-model.png)
237+
![CommCare-data-model](/img/commcare-data-model.webp)
238238

239239
### Mapping CommCare Metadata to External Systems
240240
Use the [CommCare App Summary](https://dimagi.atlassian.net/wiki/spaces/commcarepublic/pages/2143956371/App+Summary) to view and export case or form metadata to XLS. This will help you discover what data is available to be mapped to an external system.

adaptors/intro.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ always leverage Adaptors to better understand how to work with specific APIs, to
5959
access Adaptor helper functions (or "shortcuts") to more quickly build
6060
Workflows, and to handle authenticatio. See the below diagram.
6161

62-
![workflows-adaptors-compare](/img/workflows-v-adaptors.png)
62+
![workflows-adaptors-compare](/img/workflows-v-adaptors.webp)
6363

6464
## Where to find adaptors
6565

@@ -154,7 +154,7 @@ adaptors, and click on one.
154154
Most of our adaptors are also available on
155155
[npmjs.com](https://www.npmjs.com/search?q=%40openfn).
156156

157-
![Adaptors list in npm](/img/adaptor_npm.png)
157+
![Adaptors list in npm](/img/adaptor_npm.webp)
158158

159159
## Don't see an adaptor for your app?
160160

adaptors/postgresql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ See the [Job Library](/adaptors/library) for more sample jobs.
9191
data recieved
9292
- **Testing**: Create a robust test suite which outlines which tables should be
9393
updated by each job run
94-
![image](https://user-images.githubusercontent.com/80456839/150614749-6d667df9-495c-4153-b5d6-48632e3ba05a.png)
94+
![image](https://user-images.githubusercontent.com/80456839/150614749-6d667df9-495c-4153-b5d6-48632e3ba05a.webp)
9595

9696
## Common Errors
9797

adaptors/powerbi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ established, OpenFn assists the iNGO with connecting this data to Power BI.
3030
Refer to the diagram below for a visualization of the data flow cited in the
3131
above use case.
3232

33-
![Tableau Data Flow Visualization](/img/survey_db_powerbi.png)
33+
![Tableau Data Flow Visualization](/img/survey_db_powerbi.webp)
3434

3535
<!-- please note that the diagram can be found at this link: https://lucid.app/lucidchart/invitations/accept/f14e78dc-8c94-43a6-9730-7d3c5c6d6eff -->

adaptors/salesforce.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Salesforce integration project.
8181
Salesforce **field API names** (unique names for each piece of metadata - e.g.,
8282
`PatientID__c`) should be referenced in OpenFn integrations, not **field
8383
labels** (business-friendly label that the end user sees - e.g., `Patient ID`)
84-
![image](https://user-images.githubusercontent.com/80456839/128650593-343090da-7f12-468a-aa51-1f87f1cf9f34.png).
84+
![image](https://user-images.githubusercontent.com/80456839/128650593-343090da-7f12-468a-aa51-1f87f1cf9f34.webp).
8585

8686
To view the Salesforce API field names, navigate to the Salesforce backend. Via
8787
the web app, select `Setup` from the top naviagation menu to browse the
@@ -108,7 +108,7 @@ being created in Salesforce. To enable this setting on an individual field,
108108
ensure `External ID` is checked on the field settings. Learn more about external
109109
identifiers in Salesforce at
110110
https://www.infallibletechie.com/2014/11/what-is-external-id-in-salesforce.html
111-
![image](https://user-images.githubusercontent.com/80456839/128650680-e10fa395-bddb-45bd-bd6c-3a9dda8998f8.png)
111+
![image](https://user-images.githubusercontent.com/80456839/128650680-e10fa395-bddb-45bd-bd6c-3a9dda8998f8.webp)
112112

113113
#### Relationships and Lookup Fields
114114

@@ -165,7 +165,7 @@ When connecting via Oauth2, choose only the scopes you require.
165165
([See Salesforce](https://help.salesforce.com/s/articleView?id=sf.remoteaccess_oauth_tokens_scopes.htm&type=5)
166166
for explanations of these options.)
167167

168-
![Salesforce Oauth2](/img/salesforce-oauth2.png)
168+
![Salesforce Oauth2](/img/salesforce-oauth2.webp)
169169

170170
#### Security Token
171171

@@ -185,7 +185,7 @@ A "Salesforce" Credential record should include:
185185
sandbox environments, use `https://test.salesforce.com`. For custom domains,
186186
use `<my-domain>.my.salesforce.com`
187187

188-
![Salesforce Cred](/img/salesforce-old-cred.png)
188+
![Salesforce Cred](/img/salesforce-old-cred.webp)
189189

190190
For use in the CLI, see an example
191191
[salesforce configuration](/adaptors/packages/salesforce-configuration-schema)
@@ -196,7 +196,7 @@ For use in the CLI, see an example
196196
or below screenshot. Once reset, you will receive an email from Salesforce.
197197
Please save this `security token` in your OpenFn `Credential`.
198198

199-
![Token Reset](/img/security-token.png)
199+
![Token Reset](/img/security-token.webp)
200200

201201
## Common Errors
202202

adaptors/satusehat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ See platform docs
169169
how to configure a credential in OpenFn and see the below Satusehat credential
170170
example.
171171

172-
![Satusehat Cred](/img/satusehat_credential_edit.png)
172+
![Satusehat Cred](/img/satusehat_credential_edit.webp)
173173

174174
If you're using the `Raw JSON` credential type, your configuration may look like
175175
this:

adaptors/surveycto.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ SurveyCTO provides a REST API which can be accessed via the OpenFn `surveycto`
3838
adaptor. In SurveyCTO, admins can also configure webhooks to push data to
3939
OpenFn/other external systems in real-time in CSV or JSON format.
4040

41-
![openfn-trigger-options](/img/openfn_surveycto_trigger.png)
41+
![openfn-trigger-options](/img/openfn_surveycto_trigger.webp)
4242

4343
### 1. Webhooks (for real-time integration):
4444

@@ -63,7 +63,7 @@ To configure a webhook to push data to OpenFn:
6363
[See this docs page](https://docs.surveycto.com/05-exporting-and-publishing-data/03-publishing-data-to-the-cloud/05.forms-to-webhooks.html)
6464
for more on SurveyCTO webooks.
6565

66-
![Configuraing the webhook for OpenFn](/img/surveycto_webhook_config.png)
66+
![Configuraing the webhook for OpenFn](/img/surveycto_webhook_config.webp)
6767

6868
### 2. API integration (for scheduled and/or bulk data integration):
6969

adaptors/tableau.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ established, OpenFn assists the iNGO with connecting this data to Tableau.
3333
Refer to the diagram below for a visualization of the data flow cited in the
3434
above use case.
3535

36-
![Tableau Data Flow Visualization](/img/survey_db_tableau.png)
36+
![Tableau Data Flow Visualization](/img/survey_db_tableau.webp)
3737

3838
<!-- please note that the diagram can be found at this link: https://lucid.app/lucidchart/invitations/accept/67c935c0-ec87-4454-b38f-57a6c002f597 -->

0 commit comments

Comments
 (0)