Skip to content

Commit

Permalink
Merge pull request #130 from bimpression/0_7_17
Browse files Browse the repository at this point in the history
0 7 17
  • Loading branch information
DrugBug committed Jul 22, 2019
2 parents 2c81a7c + 84c55ad commit bbac275
Show file tree
Hide file tree
Showing 86 changed files with 3,162 additions and 897 deletions.
642 changes: 621 additions & 21 deletions LICENSE

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
sosw - Serverless Orchestrator of Serverless Workers
Copyright (C) 2019 sosw core contributors:
Nikolay Grishchenko
Sophie Fogel
Gil Halperin

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/gpl-3.0.html>.
4 changes: 3 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ verify_ssl = true

[dev-packages]
sphinx = "*"
sphinx_rtd_theme = "*"
sphinx_sitemap = "*"
pytest = "*"

[packages]
boto3 = "*"

[requires]
python_version = "3.6"
python_version = "3.7"
146 changes: 90 additions & 56 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 35 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,24 @@
# Serverless Orchestrator of Serverless Workers (SOSW)
![sosw](https://raw.githubusercontent.com/bimpression/sosw/docme/docs/_static/images/logo/sosw_black.png)

# Serverless Orchestrator of Serverless Workers
[![Build Status](https://travis-ci.org/bimpression/sosw.svg?branch=master)](https://travis-ci.org/bimpression/sosw)
[![Documentation Status](https://readthedocs.org/projects/sosw/badge/?version=latest)](https://docs.sosw.app/en/latest/?badge=latest)

**sosw** is a set of tools for orchestrating asynchronous invocations of AWS Lambda Workers.

## Documentation
[Read The Docs: sosw.readthedocs.io](https://sosw.readthedocs.io/en/latest/)
[https://docs.sosw.app](https://docs.sosw.app/en/latest/)

## Essential Workflows
![Essential sosw Workflow Schema](https://raw.githubusercontent.com/bimpression/sosw/docme/docs/images/simple-sosw.png)
![Essential sosw Workflow Schema](https://raw.githubusercontent.com/bimpression/sosw/docme/docs/_static/images/simple-sosw.png)

## Dependencies
- Python 3.6, 3.7
- [boto3](https://github.com/boto/boto3) (AWS SDK for Python)

## Installation
See the [Installation Guidelines](https://docs.sosw.app/en/latest/installation.html) in the Documentation.

## Development
### Getting Started

Expand Down Expand Up @@ -63,6 +69,9 @@ Follow [PEP8](https://www.python.org/dev/peps/pep-0008/), but:
6. Play with it.
7. Read the Documentation Convention.

#### More
See more guidelines for contribution [in the docs](https://docs.sosw.app/en/latest/contribution/index.html).

### Building the docs
Sphinx is used for building documentation. To build HTML documentation locally, use:

Expand All @@ -76,3 +85,26 @@ You can then use the built in Python web server to view the html version directl
$ cd sosw-rtd
$ python -m http.server
```

## Copyright

This document has been placed in the public domain.

sosw - Serverless Orchestrator of Serverless Workers
Copyright (C) 2019 sosw core contributors:
Nikolay Grishchenko
Sophie Fogel
Gil Halperin

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/gpl-3.0.html>.
1 change: 1 addition & 0 deletions docs/_static/css/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.wy-side-nav-search>a:hover, .wy-side-nav-search .wy-dropdown>a:hover { background: none;}
File renamed without changes
Binary file added docs/_static/images/logo/full_sosw_black.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/images/logo/full_sosw_white.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/images/logo/sosw_black.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/images/logo/sosw_white.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
14 changes: 0 additions & 14 deletions docs/components.rst

This file was deleted.

0 comments on commit bbac275

Please sign in to comment.