简体   繁体   English

jupyterhub保护源代码

[英]jupyterhub protect source code

I developed some Python modules that I would like to make available for people to use, but not to see the source code or download it. 我开发了一些Python模块,希望将其提供给人们使用,而不希望看到源代码或下载源代码。 The ideal setting would be a free service where people could run it on Amazon EC2 or Google Cloud. 理想的设置是免费服务,人们可以在Amazon EC2或Google Cloud上运行它。 Any suggestions on how to do it? 有什么建议吗?

Thanks, 谢谢,

If you want to run your code in Google Cloud, then after the free trial you can use always free tier , which will allow you to run this service continuously, but within some limits. 如果您想在Google Cloud中运行代码,那么在免费试用后,您可以使用Always free tier ,这将允许您在一定限制内连续运行此服务。

For example under always free tier you can use App Engine and it will provide up to 28 instance hours a day. 例如,在始终免费套餐下,您可以使用App Engine ,它将每天最多提供28个实例小时。 With 28 instance hours you can run one instance 24 hours a day with an additional instance when it's necessary(up to 4 hours), or 28 instances for an hour a day. 使用28个实例小时,您可以一天24小时运行一个实例,并在必要时(最多4小时)运行另一个实例,或者一天运行一个小时28个实例。 You may also provide access to your application through an API . 您也可以通过API提供对应用程序的访问。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM