ไม่สามารถเล่นวิดีโอนี้
ขออภัยในความไม่สะดวก

Application vs. Database: Who Actually Owns Your Data Model?

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ก.ค. 2024
  • Let's embark on a thought experiment - you need to create a new application to track the population of rare animals. What would be your first coding move: CREATE TABLE species (...) or class Species? Whichever it is, you'll eventually need to synchronize changes between the database table model and application code.
    In this session, we will dive into both the code-first and database-first approaches. We'll explore the pros and cons of each method and discover the tools IntelliJ IDEA offers to satisfy both perspectives.
    Speakers: Andrey Belyaev
    and Franck Pachot
    #IntelliJIDEA #datamodeling #applicationdevelopment #codefirstapproach
    Join us:
    Website: jb.gg/website
    Blog: jb.gg/blog
    Twitter: / intellijidea
    Facebook: / intellijidea
    Download IntelliJ IDEA: jb.gg/download...
    Top 15 IntelliJ IDEA shortcuts: jb.gg/Top15Int...

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

  • @mobilDB80
    @mobilDB80 หลายเดือนก่อน +2

    For smaller applications, I think it's legitimate to think primarily from the application perspective. For complex data structures in the relational world of E.F. Codd will benefit from a two-way approach to thinking.

  • @milosristic1111
    @milosristic1111 26 วันที่ผ่านมา +1

    I will watch You as soon as possible.Plenty of obligations NOW.

  • @DinHamburg
    @DinHamburg หลายเดือนก่อน +3

    you usually don't have a choice - you seldom build something on the green field.
    Some previous app exist, some database(s) exit - filled with data - and in production.
    you change/extend the software - but the data stays forever (in real life - maybe not in student projects)

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

    Very simple,
    The app's API owns the denormalized data, the app owns the app data, the data warehouse owns the normalized data.
    The client owns the control over your business.

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

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

    I think an egg came first, because the difference between non-chicken and chicken must have happened as a DNA mutation at embryonic or seed stage.

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

    🔝🧑‍💻☕‼