Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Dubbo | 38,943 | 5,461 | 153 | 6 hours ago | 59 | December 29, 2021 | 856 | apache-2.0 | Java | |
Apache Dubbo is a high-performance, java based, open source RPC framework. | ||||||||||
Apisix | 11,920 | 12 hours ago | 679 | apache-2.0 | Lua | |||||
The Cloud-Native API Gateway | ||||||||||
Awesome Fenix | 7,167 | 3 months ago | 234 | Vue | ||||||
讨论如何构建一套可靠的大型分布式系统 | ||||||||||
Dubbo Go | 4,466 | 32 | 2 days ago | 151 | June 05, 2022 | 91 | apache-2.0 | Go | ||
Go Implementation For Apache Dubbo . | ||||||||||
Tech Weekly | 3,733 | 8 days ago | 14 | apache-2.0 | Java | |||||
「小马哥技术周报」 | ||||||||||
Servicecomb Service Center | 1,328 | 3 | 23 days ago | 191 | March 14, 2022 | 122 | apache-2.0 | Go | ||
A standalone service center to allow services to register their instance information and to discover providers of a given service | ||||||||||
Apisix Ingress Controller | 809 | 2 | 8 hours ago | 93 | December 29, 2021 | 112 | apache-2.0 | Go | ||
APISIX Ingress Controller for Kubernetes | ||||||||||
Product Apim | 700 | 2 | 16 hours ago | 11 | February 17, 2022 | 1,713 | apache-2.0 | Java | ||
Welcome to the WSO2 API Manager source code! For info on working with the WSO2 API Manager repository and contributing code, click the link below. | ||||||||||
Docker Alpine | 564 | 4 years ago | 26 | mit | Dockerfile | |||||
Docker containers running Alpine Linux and s6 for process management. Solid, reliable containers. | ||||||||||
Apisix Docker | 546 | 4 days ago | 11 | apache-2.0 | Dockerfile | |||||
the docker for Apache APISIX |
Apache Airavata is a software framework for executing and managing computational jobs on distributed computing resources including local clusters, supercomputers, national grids, academic and commercial clouds. Airavata builds on general concepts of service oriented computing, distributed messaging, and workflow composition and orchestration. Airavata bundles a server package with an API, client software development Kits and a general purpose reference UI implementation - Apache Airavata Django Portal.
Learn more about Airavata at https://airavata.apache.org.
export JAVA_HOME=/usr/lib/jvm/adoptopenjdk-11
git clone https://github.com/apache/airavata.git
cd airavata
mvn clean install
To build without running tests, use mvn clean install -Dmaven.test.skip=true
.
The compressed binary distribution is created at
PROJECT_DIR/modules/distribution/target.
This requires docker and docker-compose installed in your system
Build the source and docker images for each microservice
git clone https://github.com/apache/airavata.git
cd airavata
mvn clean install
mvn docker:build -pl modules/distribution
docker-compose -f modules/ide-integration/src/main/containers/docker-compose.yml -f modules/distribution/src/main/docker/docker-compose.yml up
Django portal and PGA Portal can be pointed to airavata.host:8930 (API) , airavata.host:8962 (Profile Service), airavata.host:8443 (Keycloak). Make sure that you add a host entry that maps airavata.host -> 127.0.0.1
To stop all the services
docker-compose -f modules/ide-integration/src/main/containers/docker-compose.yml -f modules/distribution/src/main/docker/docker-compose.yml down
The easiest way to get started with running Airavata locally and setting up a development environment is to follow the instructions in the ide-integration README. Those instructions will guide you on setting up a development environment with IntelliJ IDEA.
For additional information about Apache Airavata, please contact the user or dev mailing lists: https://airavata.apache.org/mailing-list.html
Want to help contribute to the development of Apache Airavata? Check out our contributing documentation.
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you 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.
Please see the LICENSE file included in the root directory of the source tree for extended license details.