https://supabase.com/ logo
Join Discord
Powered by
# ideas-and-suggestions
  • l

    lawrencecchen

    07/28/2021, 3:18 AM
    Will we ever be able to use hosted supabase on GCP?
  • j

    J0

    07/28/2021, 3:52 AM
    sure, will take a look tonight!
  • j

    J0

    07/28/2021, 3:52 AM
    thanks for the PR πŸ™‚
  • p

    PabloHDev πŸ‡§πŸ‡·

    07/28/2021, 4:18 AM
    it would be very interesting.
  • a

    Ant

    07/28/2021, 6:09 AM
    how come you need this @User ?
  • u

    ! Class self.PythonAddict = True

    07/28/2021, 6:48 AM
    Add a Documentation about how to USE
    Database
    with Python
  • u

    ! Class self.PythonAddict = True

    07/28/2021, 6:52 AM
    seems like they are available in python discord but not in other servers
  • l

    lawrencecchen

    07/28/2021, 6:59 AM
    i'm building a ml pipeline with supabase storage (images + videos) and google tpus (hopefully), so using google cloud storage + google's servers makes sense for latency and data transfer costs
  • l

    Lio

    07/28/2021, 7:26 AM
    Would it be possible to have a "Bring Your Own S3" for object storage in hosted supabase? I'd love to use the storage features in supabase-js but having to move my CDN over entirely is... not something I'd be looking forward to
    o
    • 2
    • 2
  • a

    Ant

    07/28/2021, 8:53 AM
    ah yes I see
  • a

    Ant

    07/28/2021, 8:54 AM
    maybe open an issue here: https://github.com/supabase/storage-api
  • l

    Lio

    07/28/2021, 8:57 AM
    apparently it's already supported in the storage-api, but I meant more like being able to also set a
    S3_URL
    when using
    createClient
    from supabase-js itself
  • l

    Lio

    07/28/2021, 8:57 AM
    when i get the time i can open an issue for that
  • s

    Saad-Mujeeb

    07/28/2021, 8:59 AM
    If Supabase is going to be a firebase alternative, then we as a community should also plan on something for the PUSH notification service, which is heavily used in firebase.
    o
    • 2
    • 1
  • y

    YelloJello

    07/28/2021, 9:48 AM
    - would be neat to see a cache layer that runs on top of the db that can be used to fetch data without having to read from the db directly. this is something i've done a million times with firebase and i've never really liked how counter-intuitive it is. running a query vs fetching from cache is bound to be faster in certain cases. - run joins, CTEs before realtime changes are streamed to the client.
  • h

    hieu

    07/28/2021, 9:52 AM
    how about using view https://supabase.io/blog/2020/11/18/postgresql-views
  • y

    YelloJello

    07/28/2021, 9:52 AM
    for #2?
  • y

    YelloJello

    07/28/2021, 9:53 AM
    you can't use a view if you do the join based on some data available at the client right?
  • u

    ! Class self.PythonAddict = True

    07/28/2021, 10:28 AM
    I really want a good support to python version
  • a

    Azura

    07/28/2021, 10:37 AM
    You can improve it by contributing to the python package of supabase since it's open-sourced, @! Class self.PythonAddict = True.
  • u

    ! Class self.PythonAddict = True

    07/28/2021, 10:38 AM
    yea but I can only do that when I know that
  • a

    Azura

    07/28/2021, 10:41 AM
    One thing you can do right now is sharing supabase to other python users. They will help improving the package for python when they use it as their main dependency to support their projects. @! Class self.PythonAddict = True
  • s

    silentworks

    07/28/2021, 12:27 PM
    You can use a view along with a db function in this case.
  • s

    silentworks

    07/28/2021, 12:28 PM
    I think a nice alternative to db caching is caching on the client instead, so you can cache certain information into localStorage or indexedDB
  • s

    silentworks

    07/28/2021, 12:29 PM
    Btw DB caching is hard, even more hard when you are trying to create a universal solution for all users
  • y

    YelloJello

    07/28/2021, 12:48 PM
    would love to see some code for this, shoot me a DM when you've got time
  • y

    YelloJello

    07/28/2021, 12:49 PM
    not really referring to db caching, but a caching service that you could deploy on top of supabase's db that would play well with the db itself, aka cache management will be done via the consumer not supabase. kinda like if you'd use memorystore for firestore but with a less verbose api to get common work done easily, easy to setup etc.
  • s

    silentworks

    07/28/2021, 1:37 PM
    Start a topic on the discussion board with the kind of query you are doing on the client and I will reply with a way of doing it with a view and db function. https://github.com/supabase/supabase/discussions
  • v

    Vinzent

    07/28/2021, 2:28 PM
    Looking forward it too.
  • j

    J0

    07/28/2021, 5:12 PM
    Merged. Thanks for the PR πŸ™‚
12345...32Latest