KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
sirocco
★ 9
Open GitHub ↗
AWS Lambda infrastructure
Download README (.md)
Explore Similar Repositories
ADDA-PyTorch
:
Implementation of Adverserial Discriminative Domain Adaptation from https://arxiv.org/abs/1702.05464
gitpatch
:
Mail git patch in emacs
Code-Coverage
:
Java Code Coverage Tools
vk_stream_to_telegram
:
vk stream api send news to telegram
HeliosTableViewAnimal
:
简单的翻转 缩放的tableView动画 扩展性好
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
sirocco
?
Download (.md)
# SIROCCO [](http://www.apache.org/licenses/LICENSE-2.0) []() Sirocco, which is a character from Aladdin http://aladdin.wikia.com/wiki/Sirocco, is Java based Lambda infrastructure developed by [OpsGenie](www.opsgenie.com) as in-house framework. It has many unique features for AWS Lambda platform such as distributed/embedded monitoring (audit + stat + log), instrumentation, profiling, control requests, warmup, discovery, error handling/etrying over DLQ, etc ... This repository includes open-sourced modules of Sirocco. However, some parts are not open-sourced and used internally by OpsGenie's AWS Lambda based serverless infrastructure and products. ## Get Sirocco Binaries are available from [Maven Central](http://search.maven.org/#search%7Cga%7C1%7Ccom.opsgenie.sirocco). |Group|Artifact|Latest Stable Version| |-----------|---------------|---------------------| |com.opsgenie.sirocco|sirocco-*|[]()| Below are the various artifacts published: |Artifact|Description| |-----------|---------------| |[sirocco-api](sirocco-api)|API module| |[sirocco-warmup](sirocco-warmup)|Warmup module| ## Builds Sirocco builds are run on OpsGenie's internal Jenkins. | Branch | Build | Coverage | Tests | |:-------:|:-------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------------------------------------------------------:| | Master | []() | []() | []() | ## Versioning Artifact versions are in `X.Y.Z` format - `X`: Major version number. - Increases only when there are big API and/or architectural changes. - Breaks backward compatibility. - `Y`: Minor version number. - Increases for small API changes and big improvements. - Breaks backward compatibility. - `Z`: Patch version number. - Increases for bug fixes and small improvements. - Doesn’t break backward compatibility. ## Requirements * JDK 1.8+ (for build and execution) * Maven 3.x (for build) ## Build To build: ``` $ git clone git@github.com:opsgenie/sirocco.git $ cd sirocco/ $ mvn clean install ``` ## Issues and Feedback [](https://github.com/opsgenie/sirocco/issues?q=is%3Aopen+is%3Aissue) [](https://github.com/opsgenie/sirocco/issues?q=is%3Aissue+is%3Aclosed) Please use [GitHub Issues](https://github.com/opsgenie/sirocco/issues) for any bug report, feature request and support. ## Contribution [](https://github.com/opsgenie/sirocco/pulls?q=is%3Aopen+is%3Apr) [](https://github.com/opsgenie/sirocco/pulls?q=is%3Apr+is%3Aclosed) []() If you would like to contribute, please - Fork the repository on GitHub and clone your fork. - Create a branch for your changes and make your changes on it. - Send a pull request by explaining clearly what is your contribution. > Tip: Please check the existing pull requests for similar contributions and consider submit an issue to discuss the proposed feature before writing code. ## LICENSE Copyright (c) 2017 OpsGenie, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at <http://www.apache.org/licenses/LICENSE-2.0> Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.