8000 GitHub - vitoropereira/flowly: Flowly helps you document your event driven architecture across your team.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

vitoropereira/flowly

 
 

Repository files navigation

Flowly

This app is built with Next.js 13, Tailwind, shadcn/ui, Clerk and Radix UI.

Screenshot

⚠️ Under development

This application does not have functionality yet and was created only for the purpose of studies.


Features

  • It should be able to register a service;
  • It should be able to register an event;

Details

  • Each service can publish multiple events;
  • Each service can subscribe to multiple events;
  • Each event have:
    • A optional markdown description;
    • A JSON schema;

Remember

  • Events must always be backward compatible;
  • We could generate TypeScript typings based on JSON Schema;
  • We could generate Zod schema based on JSON Schema and vice versa;
  • We could automatically publish NPM packages for each service and event version:
    • @flowly/{org}-{service}
  • We could check for unused published data for each event based on subscribers;

About

Flowly helps you document your event driven architecture across your team.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.2%
  • JavaScript 2.3%
  • CSS 1.5%
0