Building an App with Graph Relations, Live Queries & Authentication

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ม.ค. 2025

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

  • @DeAndreJohnson212
    @DeAndreJohnson212 7 หลายเดือนก่อน +7

    Great video! I would like to see a video on jwt authentication via external auth provider

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

      Hi, thank you for your feedback. We have noted your suggestion which has been fed into our team. In the mean-time please check out our blogs section and guides around authentication: surrealdb.com/docs/surrealdb/tutorials/integrate-auth0-as-authentication-provider

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

    We like to see deep vector search, with semantic queries in a huge collection to measure performance and latency

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

      Hi, thanks for your suggestion. We have more videos and guides coming up on vector search which will cover various aspects.

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

    Can we build complete auth like aws cognito would like to see the demo of complete auth with jwt token and so on..

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

      Hi, many thanks question!
      SurrealDB is primarily a database platform, not an identity provider like AWS Cognito or Auth0. While SurrealDB offers JWT token generation for authentication, it is not designed as a full authentication solution that could replace a dedicated provider, as it will inevitably lack features and some specific security requirements which are expected in dedicated solutions. On the other hand, we do have plans to improve these capabilities in SurrealDB, including the ability to include custom claims in tokens.
      For simpler use cases where you want to leverage SurrealDB authentication in other services, you can use the WITH ISSUER clause to define an access method that will issue a JWT signed by your chosen key and using your chosen algorithm after you sign in or sign up with a user. This will allow trusting the issued JWT in external services as you would with AWS Cognito.
      We can showcase how to set up basic authentication with SurrealDB, but for more complex use cases, you might want to consider using a specialised identity solution alongside SurrealDB.

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

    I need to delete edges "manually" via an event? I thought they get deleted automatically if one of the two nodes gets deleted.

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

      Hi, thank you for your question and comment. If you delete both the nodes then the edge will be automatically deleted, but if just one node is deleted the edge will still be there.

  • @AnotherOneBytestheRust-du6sc
    @AnotherOneBytestheRust-du6sc 7 หลายเดือนก่อน +3

    I'd love to see ways to traverse the graphs. :)

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

      Hi, thanks for your comment. Please check out this video: th-cam.com/video/zwQwKvMa9sU/w-d-xo.htmlsi=uFyXSY6OkQn2riE6. Do let us know if you have any other questions.

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

    Would be nice if we get examples written in rust or other languages like Java SDK too.

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

      I would like to see Rust examples

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

      Hi, thanks for your feedback we've noted your suggestion. This has been fed into our team. In the mean-time please check out the rust examples we have on our repo: github.com/surrealdb/surrealdb/tree/main/lib/examples

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

    How about packaging a huggingface pytorch model with surrealML and then call inference from it using onnx engine

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

      Hi, thanks for the suggestion. This will be fed into the team for consideration and look to add more examples around SurrealML.