figoyouwei / taipy_success

This is a sample code that tests the deployment on heroku
2 stars 2 forks source link

Work with database #12

Closed figoyouwei closed 6 days ago

figoyouwei commented 1 month ago

Hey,

Today I extended on your code and built some data models to better manage the chat messages and sessions. https://github.com/figoyouwei/taipy_success/blob/main/chatbot/models/chat.py

Next week I will be implementing the database part, is there any advanced design by Taipy for me to utilize when working with database?

AlexandreSajus commented 1 month ago

It depends on what the database will be used for. Will it be used only for writing and reading a message log? Will it be for a single user or multiple? How many messages will be stored? How many reads do you expect per hour? Which web service will you be using?

We do have some tooling around data integration, but it is centered around managing data pipelines, orchestrating tasks, modifying inputs, and visualizing outputs. It might not make sense here.