Skip to content

Commit

Permalink
Added AWS Batch and API Gateway support in the front page of the doc
Browse files Browse the repository at this point in the history
  • Loading branch information
gmolto committed Nov 16, 2018
1 parent a1a30b4 commit 32f1d0d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ SCAR provides the benefits of AWS Lambda with the execution environment you deci

SCAR also supports a High Throughput Computing :doc:`/prog_model` 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.

SCAR 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.

SCAR has been developed by the `Grid and High Performance Computing Group (GRyCAP) <http://www.grycap.upv.es>`_ at the `Instituto de Instrumentación para Imagen Molecular (I3M) <http://www.i3m.upv.es>`_ from the `Universitat Politècnica de València (UPV) <http://www.upv.es>`_.

.. image:: images/grycap.png
Expand All @@ -18,6 +20,6 @@ SCAR has been developed by the `Grid and High Performance Computing Group (GRyCA
.. image:: images/upv.png
:scale: 70 %

There 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::
There 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 referencing the following cite::

A. Pérez, G. Moltó, M. Caballer, and A. Calatrava, “Serverless computing for container-based architectures,” Futur. Gener. Comput. Syst., vol. 83, pp. 50–59, Jun. 2018.

0 comments on commit 32f1d0d

Please sign in to comment.