This repo contains examples of common customer use cases
- React uploader
- NextJS uploader
- Parser webhook (CSV)
- Parser webhook (fixed width file)
- Validation webhook
- Reading query params in Osmos HTTP destination Connector
New examples are always welcome! New examples should:
1: Be in their own subfolder in the /examples
directory
2: Have a descriptive subfolder name
3: Include a README that outlines what the example is for and any potential gotchas or requirements
4: Be minimal and not include any extraneous files. Mainly this means removing files or code generated by using a tool like CRA
5: Be included in the top level README