-
Notifications
You must be signed in to change notification settings - Fork 0
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
poliastro is a huge package and its size is exceeding zeit now limits #1
Comments
After some investigation, I gave up on this. There are two choices.
For this purpose, neither of the two is worth the effort. This project will go on in another direction: Create the real-time potential map in our solar system and design the game locally. I will design the local module API as independent as possible so we could plug or unplug it at any time. |
I can help you with deploying it as a normal app |
@OpenSourceZombie Like a full-fledged flask app on Heroku? Here are some background. I am creating this because I need this for another project called orbits in solar systems. Yeah, while I am writing, I convinced myself that I should deploy it as a full app. In the end, the orbit calculation part will also gonna be huge. Correct me if I am wrong, I think I need to:
|
@OpenSourceZombie I found the solution. I built a minified lambda layer for the libs I am using. It fits into aws lambda functions. |
Thus limit of aws.
It definitely needs a work around.
It may not work with serverless. So I have to make this a local python module. Or I could deploy it on heroku.
The text was updated successfully, but these errors were encountered: