Welcome to the SSCO Store SDK! This SDK provides a webhook handler and related service to be used in building integrations with the Lemon Squeezy platform.
- Author: John Grant
- Version: 1.0.0
- License: Apache License 2.0
Here are some open design questions that need to be addressed:
- Should we use Express or leverage Next.js for the server-side framework?
Consider the pros and cons of each framework in terms of performance, scalability, and ease of integration with the Lemon Squeezy platform and future stores on our side.
- What database should we use for storing transaction data?
Evaluate options like MongoDB, PostgreSQL, and MySQL based on factors such as data consistency, scalability, and ease of use.
- Do we implement message queuing and transport with service bus?
Lemon Squeezy docs suggest return 200 immediately from webhooks after storing the json request then use async processing on it later. This implies queuing and transport layers.
- What logging and monitoring tools should we implement?
Feel free to contribute your thoughts or open an issue on our GitHub repository to discuss these questions further.