Hosting?
Closed this issue · 7 comments
Any reason to go with anything other than Heroku?
None from my point of view.
My slight concern here is that the DB will very quickly grow beyond the size where Heroku hosting is free (10 000 records, if memory serves).
Why would the DB grow that much? Are you thinking that every run of every
tournament would be recorded?
On Fri, Apr 17, 2015 at 2:18 PM Owen Campbell notifications@github.com
wrote:
My slight concern here is that the DB will very quickly grow beyond the
size where Heroku hosting is free (10 000 records, if memory serves).—
Reply to this email directly or view it on GitHub
#5 (comment)
.
I can imagine that we might want to make various sets of results permanently available for analysis - possibly even allow users to specify if they wish to make their results public.
Not against that but if it's going to be a constraint on our DB I don't
think it's necessary... Just being able to run a tournament and see the
results is cool, users could download all the output files as required...
On Fri, Apr 17, 2015 at 2:23 PM Owen Campbell notifications@github.com
wrote:
I can imagine that we might want to make various sets of results permanent
- possibly even allow users to specify if they wish to make their results
public.—
Reply to this email directly or view it on GitHub
#5 (comment)
.
Yep - a longer term, 'nice to have' problem. Not worth worrying about yet!
👍