{
"info": {
"author": "GRyCAP - Universitat Politecnica de Valencia",
"author_email": "alpegon3@upv.es",
"bugtrack_url": null,
"classifiers": [
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3"
],
"description": "# SCAR - Serverless Container-aware ARchitectures\n\n[](https://www.apache.org/licenses/LICENSE-2.0)\n[](https://bestpractices.coreinfrastructure.org/projects/1968)\n\n# \n\nSCAR is a framework to transparently execute containers out of Docker images in AWS Lambda, in order to run applications (see examples for [ImageMagick](examples/imagemagick/README.md), [FFmpeg](examples/ffmpeg/README.md) and [AWS CLI](examples/aws-cli/README.md), as well as deep learning frameworks such as [Theano](examples/theano/README.md) and [Darknet](examples/darknet/README.md)) and code in virtually any programming language (see examples for [Ruby](examples/ruby), [R](examples/r), [Erlang](examples/erlang) and [Elixir](examples/elixir)) on AWS Lambda.\n\nSCAR provides the benefits of AWS Lambda with the execution environment you decide, provided as a Docker image available in Docker Hub. It is probably the easiest, most convenient approach to run generic applications on AWS Lambda, as well as code in your favourite programming language, not only in those languages supported by AWS Lambda.\n\nSCAR also supports a High Throughput Computing [Programming Model](https://scar.readthedocs.io/en/latest/prog_model.html) to create highly-parallel event-driven file-processing serverless applications that execute on customized runtime environments provided by Docker containers run on AWS Lambda. The development of SCAR has been published in the [Future Generation Computer Systems](https://www.journals.elsevier.com/future-generation-computer-systems) scientific journal.\n\nSCAR is integrated with API Gateway in order to expose an application via a highly-available HTTP-based REST API that supports both synchronous and asynchronous invocations. It is also integrated with AWS Batch. This way, AWS Lambda can be used to acommodate the execution of large bursts of short requests while long-running executions are delegated to AWS Batch.\n\nSCAR allows to create serverless workflows by combining functions that run on either AWS Batch or AWS Lambda which produce output files that trigger the execution of functions that, again, run on either AWS Batch or AWS Lambda, using the very same Docker images, thus effectively creating highly-scalable cross-services serverless workflows.\n\n\n**Related resources**:\n [Website](https://grycap.github.io/scar/) |\n [Scientific Paper](http://linkinghub.elsevier.com/retrieve/pii/S0167739X17316485) ([pre-print](http://www.grycap.upv.es/gmolto/publications/preprints/Perez2018scc.pdf)).\n\n## Update 3.0.0\n\nSince version 3.0.0 SCAR creates a lambda layer called 'faas-supervisor' that includes the core functionality for the lambda containers.\nThis layer allows to deploy new functions faster. The layer is created once (the first time that a function is created or after a layer update) and then it's linked to all the other functions.\n\nIf a new version of the supervisor is released (e.g. when a new feature is added or a bug is found) the functions can be updated with the command `scar update -a -sl`.\n\nTo check the supervisor layer version that your function is using you only have to do an ls like `scar ls`\n\n## Documentation\n\nSCAR documentation can be found in [readthedocs](http://scar.readthedocs.io/en/latest/).\n\nAlso the examples have extra information that is usefull to execute them.\n\n## Licensing\n\nSCAR is licensed under the Apache License, Version 2.0. See\n[LICENSE](https://github.com/grycap/scar/blob/master/LICENSE) for the full\nlicense text.\n\n\n## Further information\n\nThere is further information on the architecture of SCAR and use cases in the scientific publication [\"Serverless computing for container-based architectures\"](http://linkinghub.elsevier.com/retrieve/pii/S0167739X17316485) (pre-print available [here](http://www.grycap.upv.es/gmolto/publications/preprints/Perez2018scc.pdf)), included in the Future Generation Computer Systems journal. Please acknowledge the use of SCAR by including the following cite:\n\n```\nA. P\u00e9rez, G. Molt\u00f3, M. Caballer, and A. Calatrava, \u201cServerless computing for container-based architectures,\u201d Futur. Gener. Comput. Syst., vol. 83, pp. 50\u201359, Jun. 2018.\n```\n\n\n## Acknowledgements\n\n* [udocker](https://github.com/indigo-dc/udocker)",
"description_content_type": "text/markdown",
"docs_url": null,
"download_url": "",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/grycap/scar",
"keywords": "",
"license": "Apache 2.0",
"maintainer": "",
"maintainer_email": "",
"name": "scar",
"package_url": "https://pypi.org/project/scar/",
"platform": "any",
"project_url": "https://pypi.org/project/scar/",
"project_urls": {
"Homepage": "https://github.com/grycap/scar"
},
"release_url": "https://pypi.org/project/scar/3.2.2/",
"requires_dist": null,
"requires_python": "",
"summary": "CLI for deploying serverless infrastructures on multiple cloud environments",
"version": "3.2.2"
},
"last_serial": 5791729,
"releases": {
"2.2.0": [
{
"comment_text": "",
"digests": {
"md5": "0112e6ee2b1797827ee27921fe407c14",
"sha256": "ccaac140b5f0eca9cc231942ff2abee0311d24d065d41d90e0286dbef754429d"
},
"downloads": -1,
"filename": "scar-2.2.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "0112e6ee2b1797827ee27921fe407c14",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 63917,
"upload_time": "2019-02-12T14:05:50",
"url": "https://files.pythonhosted.org/packages/1c/56/c9ea5e4733e5316760ba293acf9d62c8ad9a2bcce6d25b25a255f192eb39/scar-2.2.0-py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "b6bc3dea53cdb3d88fdcfdd4ae13b4df",
"sha256": "c335be82a036dbd9412797300e2f2524c2431d1cb477b2859d306c98cb3aff9d"
},
"downloads": -1,
"filename": "scar-2.2.0.tar.gz",
"has_sig": false,
"md5_digest": "b6bc3dea53cdb3d88fdcfdd4ae13b4df",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 38752,
"upload_time": "2019-02-12T14:05:52",
"url": "https://files.pythonhosted.org/packages/88/ed/7f8c7d3d864dc4f052dd1af6f7545ed43b3791761a60ca8da32c8a273de9/scar-2.2.0.tar.gz"
}
],
"2.2.1": [
{
"comment_text": "",
"digests": {
"md5": "c3a2a09f0b444ec27573bbbfef0a17d9",
"sha256": "fea8c8bdad26a1f298f225154e17782c2f5070a716190fd9b563127d3eceaf03"
},
"downloads": -1,
"filename": "scar-2.2.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c3a2a09f0b444ec27573bbbfef0a17d9",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 64065,
"upload_time": "2019-02-12T16:30:32",
"url": "https://files.pythonhosted.org/packages/85/1c/c3ecb599e76c02745c85156f24a0960196176a65919ae3131556b30ca9ad/scar-2.2.1-py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "80fe295fdfdb4696e2272f0e5afeef2a",
"sha256": "1356b6752875b875d645e9d0fa45118dd9be7f7b1c3a8c0b32274c9b987b5c4d"
},
"downloads": -1,
"filename": "scar-2.2.1.tar.gz",
"has_sig": false,
"md5_digest": "80fe295fdfdb4696e2272f0e5afeef2a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 38855,
"upload_time": "2019-02-12T16:30:33",
"url": "https://files.pythonhosted.org/packages/7c/38/a22ce44d7034c3d635842580450209612ca2daf6acbc0745a5d801f0ca10/scar-2.2.1.tar.gz"
}
],
"3.0.0": [
{
"comment_text": "",
"digests": {
"md5": "d72f50b200c4614d9272ad06a4640f72",
"sha256": "6b727f8d951d528198e6129280696cbfc317db7be65d3095286305f08ef1e712"
},
"downloads": -1,
"filename": "scar-3.0.0.tar.gz",
"has_sig": false,
"md5_digest": "d72f50b200c4614d9272ad06a4640f72",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 41314,
"upload_time": "2019-04-01T15:40:25",
"url": "https://files.pythonhosted.org/packages/cc/38/472bbbe90286fe53c7aca28c20e24513659170d8d7b65d88069cd708dd4c/scar-3.0.0.tar.gz"
}
],
"3.0.1": [
{
"comment_text": "",
"digests": {
"md5": "7889107fb85d6c86cab81f82219e2893",
"sha256": "e7274fb2594c708d39e967f9bff55b0248c103b3035dcef167b676c169262174"
},
"downloads": -1,
"filename": "scar-3.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "7889107fb85d6c86cab81f82219e2893",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 68959,
"upload_time": "2019-04-05T12:05:07",
"url": "https://files.pythonhosted.org/packages/05/0a/3b47d5fd857a23d001345435453c52c2060d6ac365248898bb37d23b07a2/scar-3.0.1-py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "24bcaaa1c53ecbed8bf1899c82869870",
"sha256": "e592061c01208f6bb1bef55cb02f6bd6e83108ab9b9b3e6a56309ed9e11333c9"
},
"downloads": -1,
"filename": "scar-3.0.1.tar.gz",
"has_sig": false,
"md5_digest": "24bcaaa1c53ecbed8bf1899c82869870",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 41877,
"upload_time": "2019-04-05T12:05:09",
"url": "https://files.pythonhosted.org/packages/08/e0/e1688db8f095a5cc517d1a8f895c72912fe1d9b999379b180d47eb67f964/scar-3.0.1.tar.gz"
}
],
"3.1.2": [
{
"comment_text": "",
"digests": {
"md5": "6d4208e8d007afdd747e3c4bd51f5d5f",
"sha256": "bde5065d020089677d04396ccf2f4015db1e049e3967bfea14cb38488a3bae49"
},
"downloads": -1,
"filename": "scar-3.1.2.tar.gz",
"has_sig": false,
"md5_digest": "6d4208e8d007afdd747e3c4bd51f5d5f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 41901,
"upload_time": "2019-05-30T15:35:41",
"url": "https://files.pythonhosted.org/packages/ea/0f/4bd2d0a9924b20f2dfb91730b555d6f24522ab7dd3cda68b81e42d978eeb/scar-3.1.2.tar.gz"
}
],
"3.2.1": [
{
"comment_text": "",
"digests": {
"md5": "609c92f06d7aeef2e85a2a2d9f34890d",
"sha256": "8fc32df8d7494bd1f79174bf01e2a90c55189d60c973e5e2c026d42ec3612427"
},
"downloads": -1,
"filename": "scar-3.2.1.tar.gz",
"has_sig": false,
"md5_digest": "609c92f06d7aeef2e85a2a2d9f34890d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 47896,
"upload_time": "2019-07-09T14:44:18",
"url": "https://files.pythonhosted.org/packages/7e/93/fb5c05d8af97fde0f77d984ab11e33b8fa3cf8e35ad02f81ffcf8e6ca231/scar-3.2.1.tar.gz"
}
],
"3.2.2": [
{
"comment_text": "",
"digests": {
"md5": "33636d6f283701f31e52a53b73480861",
"sha256": "51809b9915a4ba6d97d79dc22decea80158f7b11f0a4da6adb537d6022b52be8"
},
"downloads": -1,
"filename": "scar-3.2.2.tar.gz",
"has_sig": false,
"md5_digest": "33636d6f283701f31e52a53b73480861",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 47892,
"upload_time": "2019-09-06T11:34:40",
"url": "https://files.pythonhosted.org/packages/33/fc/f86dc35756544f493fa3ca7c032c912adb7aff43fe97d6fe7d9a1b61b0fa/scar-3.2.2.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "33636d6f283701f31e52a53b73480861",
"sha256": "51809b9915a4ba6d97d79dc22decea80158f7b11f0a4da6adb537d6022b52be8"
},
"downloads": -1,
"filename": "scar-3.2.2.tar.gz",
"has_sig": false,
"md5_digest": "33636d6f283701f31e52a53b73480861",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 47892,
"upload_time": "2019-09-06T11:34:40",
"url": "https://files.pythonhosted.org/packages/33/fc/f86dc35756544f493fa3ca7c032c912adb7aff43fe97d6fe7d9a1b61b0fa/scar-3.2.2.tar.gz"
}
]
}