Deep Dive: Snowflake Native App Framework

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ธ.ค. 2024

ความคิดเห็น • 8

  • @shritamkumarmund5273
    @shritamkumarmund5273 11 หลายเดือนก่อน

    Great presentation!
    Can you please tell us how to put requirements.txt for some dependency library for the Streamlit native app?

    • @snowflakedevelopers
      @snowflakedevelopers  11 หลายเดือนก่อน +1

      You could define an environments.yml file that includes the dependencies. See an example here: github.com/Snowflake-Labs/sfguide-getting-started-with-native-apps/blob/main/app/src/libraries/environment.yml

    • @shritamkumarmund5273
      @shritamkumarmund5273 11 หลายเดือนก่อน

      Great! Thanks.

  • @dev_manish
    @dev_manish ปีที่แล้ว +1

    Does it support frontend frameworks like react or angular?

    • @snowflakedevelopers
      @snowflakedevelopers  ปีที่แล้ว +3

      Not at the moment. The Snowflake Native Apps are built entirely with Snowflake objects. The front-end is built with Streamlit (Python), and app logic can be built through a combination of SQL and Snowpark (Java, Python, Scala). Thanks for your question!

  • @M4GNEzz
    @M4GNEzz ปีที่แล้ว

    Great presentation, is the code presented hosted somewhere ready to be shared publicly?

    • @snowflakedevelopers
      @snowflakedevelopers  ปีที่แล้ว

      Hi there! Yes it is, check it out here: github.com/Snowflake-Labs/sfguide-getting-started-with-native-apps, and see the README for the accompanying Quickstart. Thanks!