{"id":14987747,"url":"https://github.com/apache/airavata","last_synced_at":"2025-05-15T08:11:14.292Z","repository":{"id":13645267,"uuid":"16338711","full_name":"apache/airavata","owner":"apache","description":"A general purpose Distributed Systems Framework","archived":false,"fork":false,"pushed_at":"2025-05-06T05:25:28.000Z","size":174127,"stargazers_count":119,"open_issues_count":81,"forks_count":132,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-05-06T06:19:13.509Z","etag":null,"topics":["airavata","bigdata","cloudnative","gateways","java","microservices","sciencegateways","workflow","workfloworchestrator"],"latest_commit_sha":null,"homepage":"https://airavata.apache.org/","language":"Java","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apache.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2014-01-29T08:00:06.000Z","updated_at":"2025-04-26T22:00:56.000Z","dependencies_parsed_at":"2024-08-24T01:31:14.676Z","dependency_job_id":"23b20cae-015b-41db-8d5c-61afb1a399b0","html_url":"https://github.com/apache/airavata","commit_stats":{"total_commits":9179,"total_committers":107,"mean_commits":85.78504672897196,"dds":0.8659984747793877,"last_synced_commit":"f29da0410021ae1140662f0c1005489a0b10329d"},"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fairavata","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fairavata/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fairavata/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fairavata/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apache","download_url":"https://codeload.github.com/apache/airavata/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253858410,"owners_count":21974920,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["airavata","bigdata","cloudnative","gateways","java","microservices","sciencegateways","workflow","workfloworchestrator"],"created_at":"2024-09-24T14:15:19.954Z","updated_at":"2025-05-15T08:11:09.281Z","avatar_url":"https://github.com/apache.png","language":"Java","readme":"# Apache Airavata\n\n[![Build Status](https://travis-ci.org/apache/airavata.svg?branch=master)](https://travis-ci.org/apache/airavata)\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.airavata/airavata/badge.svg)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.airavata%22)\n\n## About\n\nApache Airavata is a software framework for executing and managing computational\njobs on distributed computing resources including local clusters,\nsupercomputers, national grids, academic and commercial clouds. Airavata builds\non general concepts of service oriented computing, distributed messaging, and\nworkflow composition and orchestration. Airavata bundles a server package with\nan API, client software development Kits and a general purpose reference UI\nimplementation -\n[Apache Airavata Django Portal](https://github.com/apache/airavata-django-portal).\n\nLearn more about Airavata at\n[https://airavata.apache.org](https://airavata.apache.org).\n\n## Building Apache Airavata\n\n### Prerequisites\n\n- Sources compilation requires Java SDK 11.\n- The project is built with Apache Maven 3+.\n- Set or export JAVA_HOME to point to JDK. For example in Ubuntu:\n`export JAVA_HOME=/usr/lib/jvm/adoptopenjdk-11`\n- Git\n\n### Build the distribution\n\n    git clone https://github.com/apache/airavata.git\n    cd airavata\n    mvn clean install\n\nTo build without running tests, use `mvn clean install -Dmaven.test.skip=true`.\nThe compressed binary distribution is created at\nPROJECT_DIR/modules/distribution/target.\n\n### Build and run docker distribution (Experimental and not recommended for production deployments)\n\n* This requires docker and docker-compose installed in your system\n\n* Build the source and docker images for each microservice\n```\n    git clone https://github.com/apache/airavata.git\n    cd airavata\n    mvn clean install \n    mvn docker:build -pl modules/distribution\n```\n* Start supporting services and Airavata miroservices (API Server, Helix Components and the Job Monitors)\n```\n     docker-compose -f modules/ide-integration/src/main/containers/docker-compose.yml -f modules/distribution/src/main/docker/docker-compose.yml up\n```\n\n* Django portal and PGA Portal can be pointed to airavata.host:8930 (API) , airavata.host:8962 (Profile Service), airavata.host:8443 (Keycloak). \nMake sure that you add a host entry that maps airavata.host -\u003e 127.0.0.1\n\n* To stop all the services\n```\n    docker-compose -f modules/ide-integration/src/main/containers/docker-compose.yml -f modules/distribution/src/main/docker/docker-compose.yml down\n```\n\n* If you do any code change and need to reflect them in the deployment, stop the docker deployment, rebuild docker images and start the docker deployment\n \n \n## Getting Started\n\nThe easiest way to get started with running Airavata locally and setting up a\ndevelopment environment is to follow the instructions in the\n[ide-integration README](./modules/ide-integration/README.md). Those\ninstructions will guide you on setting up a development environment with\nIntelliJ IDEA.\n\n## Contact\n\nFor additional information about Apache Airavata, please contact the user or dev\nmailing lists: https://airavata.apache.org/mailing-list.html\n\n## Contributing\n\nWant to help contribute to the development of Apache Airavata? Check out our\n[contributing documentation](http://airavata.apache.org/get-involved.html).\n\n## Links\n\n- [Documentation](https://docs.airavata.org/en/master/)\n- Developer [wiki](https://cwiki.apache.org/confluence/display/AIRAVATA)\n- [Issue Tracker](https://issues.apache.org/jira/projects/AIRAVATA)\n\n## License\n\nLicensed to the Apache Software Foundation (ASF) under one or more contributor\nlicense agreements. See the NOTICE file distributed with this work for\nadditional information regarding copyright ownership. The ASF licenses this file\nto you under the Apache License, Version 2.0 (the \"License\"); you may not use\nthis file except in compliance with the License. You may obtain a copy of the\nLicense at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed\nunder the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR\nCONDITIONS OF ANY KIND, either express or implied. See the License for the\nspecific language governing permissions and limitations under the License.\n\nPlease see the [LICENSE](LICENSE) file included in the root directory of the\nsource tree for extended license details.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fairavata","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapache%2Fairavata","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fairavata/lists"}