rgraph

Backend with superpowers. Supercharge your web applications with Authentication, Database, GraphQL and serverless functions right from day zero.

AGPL-3.0 License

Downloads
83
Stars
83
Committers
1

Bot releases are hidden (Show)

rgraph - Rocketgraph dev release - Logging Latest Release

Published by kaushik94 about 1 year ago

๐Ÿ“ข Whatโ€™s new?

This is the first dev release of Rocketgraph. We introduce Postgres logging:

  • ๐Ÿฆพ pgAudit installed by default on every Project instance
  • โ›ˆ๏ธ Run complex queries, set a timeframe and generate logs that match them
  • ๐Ÿช„ Select from a range of query templates to automatically generate log queries for you
  • ๐Ÿ‘จโ€๐Ÿ’ป Use our code editor and Cloudwatch logs syntax to easily generate your Postgres logs.
  • โšกA demo for Postgres logger configured on my own Rocketgraph instance for demonstration.

๐Ÿ’ป Brand new Dashboard for Logging

Checkout the demo here: https://rocketgraph.io/logger-demo

Kapture 2023-08-16 at 13 58 23

You can select from a range of Query templates. For example query all the DROP commands in last 5 minutes:

Kapture 2023-08-16 at 14 31 10

๐Ÿ’ป Usage

To use it, you'll need to enable to extension.

Login to your RDS Postgres using psql like so:

psql postgresql://postgres:[email protected]:5432/postgres

Provided in your Rocketgraph dashboard

Then do:

CREATE EXTENSION pgAudit;
rgraph - Rocketgraph Stable release

Published by kaushik94 about 1 year ago

๐Ÿ“ข 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

Package Rankings
Top 21.7% on Npmjs.org