Giter Club home page Giter Club logo

Comments (3)

cpursley avatar cpursley commented on August 14, 2024

Hi @bunnylushington - could provide some hypothetical scenario? How are you using this?

from moebius.

bunnylushington avatar bunnylushington commented on August 14, 2024

Sure. In a couple of instances in my code I'm receiving bursts of data where checking for the presence of an existing record would cause more DB traffic than is ideal and ignoring dups is sufficient. I am, however, interested in capturing any errors where other constraints are not fulfilled. In my code (minus any error handling) that's something like:

    {:ok, _} = Query.db(:messages)
    |> Query.insert(message)
    |> ignore_conflict(:message_id)
    |> Moebius.Db.run()

where message_id is my PK. I do something functionally similar with (reasonably small) lookup tables where new entries may be created but existing rows are immutable. There are more defensive ways of coding for that but this happy path approach where everything is inserted (or ignored) each time it's refreshed is easy to maintain and reason about.

To be clear: it's not a problem if this is inappropriate for inclusion! I use this pattern a lot but understand that I might be so very alone. 😄

from moebius.

cpursley avatar cpursley commented on August 14, 2024

That sounds useful, I'm open to a PR as long as it's well tested :)

from moebius.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.