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

Decide deployment factors #1

Open
iamareebjamal opened this issue Oct 1, 2017 · 4 comments
Open

Decide deployment factors #1

iamareebjamal opened this issue Oct 1, 2017 · 4 comments

Comments

@iamareebjamal
Copy link
Collaborator

For deployment, we can use:

  • Heroku (free instance is slow and is guaranteed to sleep some time)
  • Google App Engine (does not provide any free SQL db for Flask, need to use mongo by ML Labs)
  • Redhat Openshift (not easy to set up)

I recommend GAE with mongo db as the site won't have such analytical requirement of advance SQL queries and can be benefited by speed and simpliity of a NoSQL database like mongo

Also, starting with mongo does not require any prior knowledge of databases as it is as simple
collection.put(python_dict)

And pymongo works with native python types without any model generation

@RJ722
Copy link
Member

RJ722 commented Oct 4, 2017

What problem is the api solving exactly? 😅

@iamareebjamal
Copy link
Collaborator Author

Dynamic website and basically having beginners learn database and RESTful approach to web

Think of it as a mock excercise

@RJ722
Copy link
Member

RJ722 commented Oct 4, 2017

So, if we hit the given api, do we get structured data about newcomer issues available on amu-oss github?

@iamareebjamal
Copy link
Collaborator Author

Umm, no. I was talking about creating db and api for amu oss site

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

No branches or pull requests

2 participants