-
Book Overview & Buying
-
Table Of Contents
Getting Started with Taipy
By :
As we saw in Chapter 2, you can create complete Taipy applications with a UI and use Python data structures or pandas DataFrames to back these applications. However, Taipy offers a different way to access your data: Data Nodes. Data Nodes are part of Taipy Scenario Management and let you create pipelines to transform data and run models. You can also use Data Nodes alone, without creating a scenario. You can access Data Nodes using Python functions, the user interface or UI (through a visual element), or within a scenario.
In this chapter, you’ll learn what Data Nodes are, why they’re important, and what types of data sources they accept. You’ll see how to configure and create them. Then, you’ll discover how to bring your Data Nodes to your UI and let users interact with them.
We’ll cover the following topics: