Working with schema-less data-structures

October 22, 2024

Working with schema-less data? One of the chores is having to inspect the data before defining your structures.

At Flowcore, we’re aiming to eliminate that extra step by letting you auto-generate data structures straight from your data core.

By analysing events in your data core and using AI, Flowcore can auto-generate data structures based on your entries and output them in any programming language using your preferred framework. While this AI feature is still experimental, it’s already showing a lot of promise.

For example:

  • TypeScript with TypeBox
  • C# Records with FluentValidation
  • Java with Hibernate Validator

And infinitely more!

You can dive deeper into this feature in our documentation.

- Flowcore