Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A serverless open souce forum tool #1

Open
timqian opened this issue Sep 27, 2019 · 3 comments
Open

A serverless open souce forum tool #1

timqian opened this issue Sep 27, 2019 · 3 comments

Comments

@timqian
Copy link
Member

timqian commented Sep 27, 2019

There are dozens of successful open-source forums tools like

They all have similar features and lots of users and some of them are profitable

But there is no forum built upon serverless tech stacks

Benefits of serverless forum

  • people don't need to maintain an instance
  • totally free for small to middle-sized forum
@nc7s
Copy link

nc7s commented Sep 28, 2019

  • a CRUD API for data ops
  • static files in object storage
  • which may require a builder to build and upload deltas on changes
  • a single repo with config files (maybe also themes - and maybe not, with config specifying which repo of theme to use) will be sufficient then - real application files are retrieved from project repo when building
  • what about data storage?

@timqian
Copy link
Member Author

timqian commented Sep 29, 2019

what about data storage?

dynamodb is my default choice when I need a serverless database. But I am open to better options

@nc7s
Copy link

nc7s commented Sep 29, 2019

price seems acceptable. ideally we can have a unified DB interface - not necessarily an ORM - and choose which underlying DB to use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants