https://discord.cloudflare.com logo
Join Discord
Powered by
# durable-objects
  • k

    kenton

    12/29/2020, 9:04 PM
    the easier thing to do might be to run two workers, one to serve your site, and a different one to serve your API
  • t

    Till

    12/29/2020, 9:05 PM
    I'll dig into that today, see how much effort it would be.
  • t

    Till

    12/29/2020, 9:05 PM
    Is there a rough ETA for the open beta?
  • k

    kenton

    12/29/2020, 9:06 PM
    not publicly, no. FWIW here's the first Wrangler PR to support modules, though: https://github.com/cloudflare/wrangler/pull/1677
  • c

    connyay

    12/31/2020, 9:29 PM
    Would a pr against cloudflare/cloudflare-go with durable object api support be welcomed or too early/unstable at the moment? Planning on making some go tooling for myself before official wrangler support - happy to contribute back if it would help others
  • a

    AlexRobinson

    01/05/2021, 10:39 PM
    That'd be great. We shouldn't be making any backwards-incompatible changes to the API for configuring durable objects
  • s

    ScootScoot

    01/09/2021, 2:50 PM
    Hi, is there a rough timescale for when durable objects are moving out of closed beta?
  • s

    stayallive

    01/09/2021, 10:19 PM
    Soooo joining the Discord server also get’s you into the beta right? 😬🤗
  • k

    kenton

    01/09/2021, 11:54 PM
    we're making progress (and adding beta users gradually) but it'll be another couple months before open beta. We don't have a specific date, but rather a list of things that need to get done, like adding disks to expand capacity, and fixing a variety of bugs.
  • o

    oleksandr

    01/10/2021, 12:54 AM
    Greetings) also hi @User discord for dev community is an awesome idea
  • o

    oleksandr

    01/10/2021, 12:56 AM
    @User I suspect you're really annoyed with beta requests already, but... is there a way to know my position in the queue? 😉 (applied Nov7, email update from Dec3 says "expect an invite in January")
  • k

    kenton

    01/10/2021, 12:58 AM
    It's not a queue. We look at people's use cases and think about whether we're ready for those use cases, and also whether they are likely to be good tests of the system.
  • o

    oleksandr

    01/10/2021, 12:59 AM
    Oh, I see. Had a lot of time to think through the use cases (the API is really great, minimal and sufficient for a ton of ideas at the same time)
  • k

    kenton

    01/10/2021, 1:00 AM
    I think we've only been able to add like 1% of the people who applied so far. Lots and lots of demand, limited capacity at first. But that should change soonish.
  • o

    oleksandr

    01/10/2021, 1:04 AM
    I'm thinking of a distributed (offline-first) DB, using durable objects for sync\txn coordination, and then a Roam-like knowledge base and\or a low-code\no-code app dev env on top of it
  • o

    oleksandr

    01/10/2021, 1:07 AM
    there are lots of ways to store and sync data, but everything is on mobile now, with only occasional connectivity, and I found the low-latency coordination to be the bottleneck for years already
  • o

    oleksandr

    01/10/2021, 1:08 AM
    ie it's fine even if the objects occasionally get lost or smth 😄
  • o

    oleksandr

    01/10/2021, 1:11 AM
    low-latency is the missing part and a game changer here -- it really changes the user experience, otherwise CouchDB\PouchDB\Couchbase is more than enough since ~2006
  • o

    oleksandr

    01/10/2021, 1:11 AM
    (I'm pretty sure I haven't written anything sensible in the beta application form though :D)
  • o

    oleksandr

    01/10/2021, 1:15 AM
    @User does that ring any bells? plz plz 🙏
  • o

    oleksandr

    01/10/2021, 1:17 AM
    running everything thru CRDT in the browser\on mobile works too but it gets too CPU\traffic heavy
  • k

    kenton

    01/10/2021, 1:17 AM
    sounds interesting!
  • o

    oleksandr

    01/10/2021, 1:19 AM
    the part that gets particularly hard is where you want to synchronize schema changes and\or coordinate between different app versions
  • o

    oleksandr

    01/10/2021, 1:21 AM
    solvable too but really verbose\cumbersome on pure CRDTs so lies dormant on my hard drive since ~2018
  • o

    oleksandr

    01/10/2021, 1:28 AM
    cc @User ⬆
  • j

    JacobBolda

    01/10/2021, 2:02 AM
    are you able to share any particular information about what use cases are being prioritized?
  • h

    haneefmubarak

    01/10/2021, 7:06 AM
    Unfortunately, not really. We don't have a list of use cases on hand but rather review everyone's requests on a case-by-case basis.
  • h

    haneefmubarak

    01/10/2021, 7:07 AM
    That being said, we're working hard to expand capacity so that soon enough we'll be able to welcome vastly more folks on to the platform, so stay tuned!
  • z

    Zafar Ansari

    01/10/2021, 12:06 PM
    Is cloudflare working on database product based on durable objects?
  • m

    m.simple

    01/10/2021, 12:48 PM
    Curious whether there is any best practise of troubleshooting durable objects?
1...567...567Latest