Skip to content

Rocketgraph Stable release

Latest
Compare
Choose a tag to compare
@kaushik94 kaushik94 released this 02 Aug 10:30
· 18 commits to master since this release

📢 What’s new?

This is the first stable release of Rocketgraph. It comes with the following features:

  • 🔒 Authentication using email/password
  • 👬 Authentication using social logins
  • 🪄 Authentication using OTP and magic link
  • ⛈️ Server-less functions: Bring your own code and run it as thin AWS lambdas.
  • 👨‍💻 Your code will be automatically picked up from your Github commits by our Github bot and deployed as Lambdas
  • 🦾 AWS RDS support

💻 Brand new Dashboard look

Kapture 2023-08-02 at 13 30 38

  • ⌛ Progress dashboard page that shows the booting stage of the project. While you can browse through an array of resources to get started
  • 🎮 Hasura Console with randomly generated password to increase security.
  • 🗄️ Postgres Database with randomly generated password. You can psql into your db.
  • 🤩 AWS RDS support with 20GB Postgres data
  • ⚡ Serverless dashboard. Shows all the commits of the repository that you have given access to.
  • ⚙️ Settings dashboard. You can integrate social logins, OTP and magic link logins here.

🎉 Hasura batteries

🌮 Rocketgraph JS SDKs and react-apollo

🔍 Other minor improvements