Skip to content
Discussion options

You must be logged in to vote

1. Multiple Data Source Entries

You can break down your data loading into multiple entries within OPAL_DATA_CONFIG_SOURCES, where each entry fetches a different subset of data and stores it at different paths[(1)](https://docs.opal.ac/getting-started/tldr). Each entry can point to a different URL (e.g., different pages of your API) with unique dst_path values.

2. External API Server for Dynamic Configuration

OPAL supports redirecting to an external API server that can serve different DataSourceEntry configurations dynamically[(2)](https://docs.opal.ac/tutorials/configure_external_data_sources). This approach allows you to:

  • Have your external API server handle the pagination logic
  • Return …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by goncalo-silva-prt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants