Live data from Hacker News

Viewing profile — vsurabhi

vsurabhi

HN member
Joined
Wed, May 02, 2018, 4:39 PM UTC
HN karma
510
Public activity
35 items

About vsurabhi

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #27549221

    (Vamshi from Hasura) We've been working on SQL server native support and we're happy to announce support for read-only GraphQL cases with new or existing SQL Servers. Next up is ad…

  3. story
  4. story
  5. story
  6. story
  7. comment
    Comment #24391539

    This and a recent feature addition to neovim (passing lua closures to vimscript functions [1]) should make a good substitute for elisp to configure neovim. [1] https://github.com/n…

  8. story
  9. story
  10. story
  11. story
  12. story
  13. story
  14. story
  15. story
  16. story
  17. story
  18. story
  19. comment
    Comment #20755085

    I've been using osquery ( https://github.com/osquery/osquery ) for a while. It is neat and I can appreciate the idea of 'exposing OS interfaces as databases'.

  20. story
  21. comment
    Comment #18494657

    If you are using Postgres as your database you can use Hasura to add GraphQL APIs on top of all the tables. Hasura can be exposed to the fronted applications with declarative permi…

  22. comment
    Comment #18494588

    While Hasura is a 'BaaS' (in the sense that it can be directly exposed to frontend applications), it absolutely does not come with the limitations that you have mentioned. Hasura i…

  23. comment
    Comment #18493460

    > .. completely flew over me Thanks for the feedback. We thought that the 'BaaS' part would convey it. > .. small datamodel to a very complete GraphQL types .. Given any GraphQL se…

  24. comment
    Comment #18493380

    That's pretty much what we are doing at Hasura, expose Postgres to the client directly with a powerful enough query language on top of GraphQL so that developers can get away with …

  25. comment
    Comment #18493349

    Prisma is used as an ORM for your database, so you would still need to write your own graphql server which sits in front of Prisma. Hasura is meant to be exposed to the clients dir…