forked from Tracardi/tracardi-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
323 lines (304 loc) · 13 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
site_name: Tracardi Documentation
site_description: Open-source Data Platform
site_url: https://www.tracardi.com
dev_addr: "0.0.0.0:8585"
markdown_extensions:
- admonition
- abbr
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.tabbed:
alternate_style: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.details
- tables
- footnotes
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
theme:
name: material
features:
- navigation.instant
- navigation.top
- content.code.annotate
- content.tabs.link
palette:
- scheme: default
toggle:
icon: material/lightbulb-outline
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/lightbulb
name: Switch to light mode
icon:
repo: fontawesome/brands/github
extra:
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/tracardi
- icon: fontawesome/brands/facebook
link: https://facebook.com/tracardi
- icon: fontawesome/brands/github
link: https://github.com/Tracardi/tracardi
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/channel/UC0atjYqW43MdqNiSJBvN__Q
copyright: Copyright © 2020 - 2021 Tracardi
repo_url: https://github.com/tracardi/tracardi-api
repo_name: tracardi/tracardi-api
nav:
- index.md
- what_is_tracardi.md
- Getting started:
- getting_started/index.md
- getting_started/architecture.md
- getting_started/core_definitions.md
- getting_started/data_flow.md
- Installation:
- installation/index.md
- installation/best_practises.md
- installation/upgrades.md
- Docker:
- installation/docker/index.md
- installation/docker/building_docker_image.md
- Source:
- installation/source/index.md
- Production:
- installation/production/index.md
- Kubernetes:
- installation/k8s/index.md
- Configuration:
- configuration/tracardi_configuration.md
- configuration/best_practises.md
- Elasticsearch:
- configuration/elasticsearch/connecting_elasticsearch_cluster.md
- configuration/elasticsearch/elastic_authentication.md
- configuration/elasticsearch/elastic_max_connections.md
- configuration/elasticsearch/elastic_sniffing.md
- configuration/tracardi_ssl.md
- Integration:
- integration/js-integration.md
- integration/api-integration.md
- upgrade.md
- trouble/index.md
- Running:
- running/index.md
- Traffic:
- traffic/inbound/index.md
- traffic/outbound/index.md
- Events:
- events/index.md
- events/event_tracking.md
- events/event_validation.md
- events/synchronization.md
- Profiles:
- profiles/index.md
- profiles/profile_merging.md
- profiles/profile_segmentation.md
- Resources:
- resources/elastic_email_resource.md
- resources/matomo_resource.md
- resources/novu_resource.md
- resources/redis_resource.md
- resources/activecampaign_resource.md
- resources/airtable_resource.md
- resources/amplitude_resource.md
- resources/aws_resource.md
- resources/civi_resource.md
- resources/fullcontact_resource.md
- resources/hubspot_resource.md
- resources/mailchimp_resource.md
- resources/mautic_resource.md
- resources/meaningcloud_resource.md
- resources/microservice_resource.md
- resources/mongo_resource.md
- resources/mysql_resource.md
- resources/postgresql_resource.md
- resources/pushover_resource.md
- resources/rabbitmq_resource.md
- resources/scheduler_resource.md
- resources/sendgrid_resource.md
- resources/influxdb_resource.md
- resources/mixpanel_resource.md
- resources/mqtt_resource.md
- resources/salesforce_resource.md
- resources/zapier_resource.md
- Workflows:
- flow/index.md
- Actions:
- flow/actions/index.md
- Operations:
- flow/actions/update_profile_action.md
- flow/actions/merge_profiles_action.md
- flow/actions/segment_profiles_action.md
- flow/actions/new_profile_action.md
- flow/actions/update_event_action.md
- flow/actions/update_session_action.md
- flow/actions/if_action.md
- flow/actions/elastic_email_contact_action.md
- flow/actions/elastic_email_transactional_action.md
- flow/actions/detect_client_agent_action.md
- flow/actions/inject_action.md
- flow/actions/event_scheduler_action.md
- flow/actions/get_prev_event_action.md
- flow/actions/get_prev_session_action.md
- flow/actions/new_event_action.md
- flow/actions/new_visit_action.md
- flow/actions/event_counter_action.md
- flow/actions/condition_set_action.md
- flow/actions/count_by_query_string_action.md
- flow/actions/reshape_payload_action.md
- flow/actions/assign_profile_id_action.md
- flow/actions/template_action.md
- flow/actions/append_remove_trait_action.md
- flow/actions/start_action.md
- Stats:
- flow/actions/increment_action.md
- flow/actions/decrement_action.md
- flow/actions/increase_views_action.md
- flow/actions/increase_visits_action.md
- flow/actions/key_counter_action.md
- Connectors:
- flow/actions/zapier_webhook_action.md
- flow/actions/smtp_connector_action.md
- flow/actions/remote_call_action.md
- flow/actions/fullcontact_webhook_action.md
- flow/actions/send_pushover_msg_action.md
- flow/actions/rabbit_publisher_action.md
- flow/actions/discord_webhook_action.md
- flow/actions/weather_action.md
- flow/actions/mongo_query_action.md
- flow/actions/mysql_connector_action.md
- flow/actions/oauth2_token_action.md
- flow/actions/send_to_slack_channel_action.md
- flow/actions/send_to_airtable_action.md
- flow/actions/send_to_influx_db_action.md
- flow/actions/rabbitmq_action.md
- flow/actions/fetch_from_airtable_action.md
- flow/actions/fetch_from_influxdb_action.md
- flow/actions/elasticsearch_query_action.md
- flow/password_generator_action.md
- flow/actions/contains_string_action.md
- flow/actions/ends_with_action.md
- flow/actions/starts_with_action.md
- flow/actions/weekdays_checker_action.md
- Novu:
- flow/actions/novu_plugin_action.md
- Elastic mail:
- flow/actions/elastic_email_bulk_action.md
- flow/actions/elastic_email_change_contact_status_action.md
- flow/actions/elastic_email_contact_add_action.md
- Trello:
- flow/actions/trello/add_trello_card_action.md
- flow/actions/trello/add_trello_member_action.md
- flow/actions/trello/delete_trello_card_action.md
- flow/actions/trello/move_trello_card_action.md
- Mautic:
- flow/actions/add_mautic_contact_action.md
- flow/actions/fetch_mautic_contact_by_email_action.md
- flow/actions/fetch_mautic_contact_by_id_action.md
- flow/actions/edit_points_in_mautic_action.md
- flow/actions/edit_segment_in_mautic_action.md
- Mixpanel:
- flow/actions/fetch_mixpanel_funnel_action.md
- flow/actions/send_to_mixpanel_action.md
- Mailchimp:
- flow/actions/mailchimp_transactional_action.md
- flow/actions/mailchimp_add_to_audience_action.md
- flow/actions/mailchimp_remove_from_audience_action.md
- Sales force:
- flow/actions/send_to_data_extension_action.md
- Active campaign:
- flow/actions/fetch_ac_contact_by_email_action.md
- flow/actions/add_active_campaign_contact_action.md
- Hubspot:
- flow/actions/hubspot_get_company_action.md
- flow/actions/hubspot_get_contact_action.md
- flow/actions/hubspot_update_company_action.md
- flow/actions/hubspot/hubspot_add_company_action.md
- flow/actions/hubspot/hubspot_add_contact_action.md
- flow/actions/hubspot_update_contact_action.md
- Sendgrid:
- flow/actions/sendgrid_add_contact_to_list.md
- flow/actions/sendgrid_add_to_global_suppression.md
- flow/actions/sendgrid_send_email.md
- Regex:
- flow/actions/regex/regex_validator_action.md
- flow/actions/regex/regex_match.md
- flow/actions/regex/regex_replace_action.md
- Locations:
- flow/actions/geo_ip_locator.md
- Time:
- flow/actions/day_night_split_action.md
- flow/actions/local_time_span_action.md
- flow/actions/calculate_time_difference_action.md
- flow/actions/today_action.md
- Processing:
- flow/actions/url_parser_action.md
- flow/actions/string_splitter_action.md
- flow/actions/string_properties_action.md
- flow/actions/profile_segment.md
- flow/actions/mapping_action.md
- Validators:
- flow/actions/validate_with_json_schema_action.md
- flow/actions/string_validator_action.md
- flow/actions/field_type_action.md
- Machine Learning:
- flow/actions/text_classification_action.md
- flow/actions/lang_detection_action.md
- flow/actions/sentiment_analysis_action.md
- flow/actions/corporate_reputation_action.md
- flow/actions/deep_categorization_action.md
- flow/actions/summarization_action.md
- flow/actions/topics_extraction_action.md
- UX:
- flow/actions/question_popup_action.md
- flow/actions/rating_popup_action.md
- flow/actions/contact_popup_action.md
- flow/actions/generic_uix_action.md
- Memory:
- flow/actions/write_to_memory_action.md
- flow/actions/read_from_memory_action.md
- flow/actions/memory/payload_memory_collector.md
- Consents:
- flow/actions/add_consents_action.md
- flow/actions/require_consents_action.md
- Errors:
- flow/actions/log_message_action.md
- flow/actions/throw_error_action.md
- flow/actions/calculator_action.md
- flow/actions/random_element_action.md
- flow/actions/assign_condition_result_action.md
- flow/actions/reduce_array_action.md
- flow/actions/password_generator_action.md
- flow/actions/contains_pattern_action.md
- flow/actions/google_translate_action.md
- flow/actions/join_output_payloads.md
- Filtering:
- running/filtering.md
- Notations:
- notations/dot_notation.md
- notations/logic_notation.md
- notations/templates.md
- notations/object_template.md
- api/index.md
- Developers:
- Development environmet set-up:
- development/react_env.md
- development/python_env.md
- Mirco frontend apps developement:
- development/micro_frontend.md
- Plugins:
- plugins/index.md
- Tutorials:
- plugins/tutorial/part1.md
- plugins/tutorial/part2.md
- plugins/tutorial/part3.md
- plugins/forms/list_of_field_types.md
- support_us.md
- attribution.md
- software_license.md
- documentation_license.md