codexsw

The only difference between ordinary and extraordinary is just that little "extra".

Added the Infrastructure provisioning consumer on

`k8s-updater` is a process that creates or updates the user's namespace consumers on my Kubernetes cluster. Basically, I launch an event named `update-infra` and this process updates the necessary infrastructure on a Kubernetes cluster so all User's consumers are running.

Created an endpoint to obtain the TypeScript typings of Message schemas

- Created an endpoint on the backend to convert from JSON schema that defines the event payload to TypeScript so SDK users can benefit from type definitions.
- ALso started the UI section for Message Types.

Created NextJS wrapper.

[@runhare/next](https://www.npmjs.com/package/@runhare/next) Is a wrapper around [@runhare/node](https://www.npmjs.com/package/@runhare/node) SDK to allow NextJS apps to quickly consume RunHare events.

The wrapper is already been put to good use in the RunHare App itself.

Added Google Analytics to web app.

codexsw Author

Used this blog post as guide: https://medium.com/frontend-digest/using-nextjs-with-google-analytics-and-typescript-620ba2359dea

0 Likes

Make sure to show GDPR banner!

0 Likes

Finished the NodeJS version of SDK

The finished version is on NPM https://www.npmjs.com/package/@runhare/node

The NodeJS SDK allows developers to quickly publish and consume type-safe, secure event messages.
  • ◄ Previous
  • Next ►