{"id":21187901,"url":"https://github.com/spagnuolocarmine/fly-language","last_synced_at":"2026-01-02T10:08:15.621Z","repository":{"id":39959999,"uuid":"116941533","full_name":"spagnuolocarmine/FLY-language","owner":"spagnuolocarmine","description":"FLY a Domain Specific Language for scientific computing on the Multi Cloud ","archived":false,"fork":false,"pushed_at":"2023-04-11T23:43:40.000Z","size":39050,"stargazers_count":12,"open_issues_count":6,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-01-21T13:09:02.779Z","etag":null,"topics":["cloud","cloud-computing","distributed-operating-systems","distributed-systems","domain-specific-language","dynamic-type","fly-language","function-as-a-service","programming-language","scripting-language","static-typing"],"latest_commit_sha":null,"homepage":"","language":"Xtend","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/spagnuolocarmine.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-10T10:17:44.000Z","updated_at":"2024-06-02T06:06:41.000Z","dependencies_parsed_at":"2024-11-20T18:52:16.810Z","dependency_job_id":null,"html_url":"https://github.com/spagnuolocarmine/FLY-language","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spagnuolocarmine%2FFLY-language","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spagnuolocarmine%2FFLY-language/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spagnuolocarmine%2FFLY-language/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spagnuolocarmine%2FFLY-language/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spagnuolocarmine","download_url":"https://codeload.github.com/spagnuolocarmine/FLY-language/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243640600,"owners_count":20323687,"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":["cloud","cloud-computing","distributed-operating-systems","distributed-systems","domain-specific-language","dynamic-type","fly-language","function-as-a-service","programming-language","scripting-language","static-typing"],"created_at":"2024-11-20T18:41:39.610Z","updated_at":"2026-01-02T10:08:15.584Z","avatar_url":"https://github.com/spagnuolocarmine.png","language":"Xtend","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n|Resources| |\n|:-----------------:|:-:|\n|  Gitter chat \t\t| [![Join the chat at https://gitter.im/isislab-unisa/fly-language](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/isislab-unisa/fly-language?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)  |\n|  Building status \t| [![Build Status](https://travis-ci.org/spagnuolocarmine/FLY-language.svg?branch=master)](https://travis-ci.org/spagnuolocarmine/FLY-language) |\n\u003c!--|  Coverage status \t| [![Coverage Status](https://coveralls.io/repos/github/spagnuolocarmine/FLY-language/badge.svg?branch=master)](https://coveralls.io/github/spagnuolocarmine/FLY-language?branch=master)  |\n|  Documentation    | [https://spagnuolocarmine.github.io/FLY-language/](https://spagnuolocarmine.github.io/FLY-language/) |--\u003e\n\n\n# FLY a Domain Specific Language for scientific computing on the Multi Cloud \n\nFLY is a parallel work-flow scripting imperative language inspired by functional languages peculiarities.\nFLY uses two type of run-time environment: the local machine and/or cloud infrastructure. FLY perceives a cloud computing infrastructure as a parallel computing architecture on which it is possible to execute some parts of its execution flow in parallel.\n\nFLY main goals are:\n* ___expressiveness___, in deploying scientific large-scale computing work-flows;\n* ___programming usability___, writing .fly program should be straightforward for domain experts, while the interaction with the cloud environment should be completely transparent; the users do not need to know the cloud providers APIs;\n* ___scalability___ either on symmetric multiprocessing (SMP) architectures or cloud computing infrastructures supporting FaaS. \n\nFLY is compiled in native code (Java code) and it is able to automatically exploits the computing resources available that better fit its computation requirements. The innovative aspect of FLY is constituted by the concept of ___FLY function___. A FLY function can be seen as an independent block of code, that can be executed concurrently.\n\n| Faas Cloud Computing Infrastructure | Supported          | Under development  | Future development |\n|:-------------------------------------:|:--------------------:|:--------------------:|:--------------------:|\n| Amazon AWS                          | :heavy_check_mark: |                    |                    |\n| Microsoft Azure                     | :heavy_check_mark: |                    |                    |\n| [LocalStack](https://localstack.cloud/)| :heavy_check_mark: |                 |                    |\n| Google Function                     |                    | :heavy_check_mark: |  |\n| IBM Bluemix/Apache OpenWhisk        |                    |                    | :heavy_check_mark: |\n\nSupported Languages:\n\n|Faas Cloud Computing Infrastructure |Python | Javascript|\n|:-------------------------------------:|:--------------------:|:--------------------:|\n| Amazon AWS                               | :heavy_check_mark: |:heavy_check_mark:   |\n| Microsoft Azure                          | :heavy_check_mark: |:heavy_check_mark:   |\n| [LocalStack](https://localstack.cloud/)  | :heavy_check_mark: |:heavy_check_mark:   |\n\n### Requirements\n\n- Ubuntu or OSX OS\n- Java 8 (or greater)\n- Apache Maven 3 (or greater)\n- Amazon AWS CLI and SDK\n- Python 3\n- Node.js 8.10\n\n## Fly project maven archetype\n\nDownload the [fly-project-quickstart.zip](https://github.com/spagnuolocarmine/FLY-language/releases/download/Alpha-1.5/fly-project-quickstart.zip)\n\nUnpack the fly-project-quickstart.zip:\n```\nunzip fly-project-quickstart.zip\n```\n\nGo to the subfolder local-repo inside the fly-project-quickstart and install the azureclient dependency:\n```\ncd fly-project-quickstart/src/main/resources/archetype-resources/local-repo/\n\nmvn install:install-file -Dfile=./azureclient-0.0.1-SNAPSHOT.jar -DgroupId=isislab -DartifactId=azureclient -Dversion=0.0.1-SNAPSHOT -Dpackaging=jar\n```\n\nGo to to the top of folder fly-project-quickstart and install the maven archetype:\n\n```\ncd fly-project-quickstart/\nmvn install\nmvn archetype:crawl\n```\n\n## Standalone FLY compiler\n\nDownload the [fly_standalone.zip](https://github.com/spagnuolocarmine/FLY-language/releases/download/Alpha-1.5/fly_standalone.zip):  \n\nUnzip the :\n```\nunzip fly_standalone.zip\n```\nCompile and run a .fly program :\n```\ncd \u003cpath-to-compiler\u003e \n\n./fly-cc \u003cname-example\u003e.fly\n```\n\n\nThe Standalone compiler are tested on several platform:\n\n| Platform / Architecture     | x86 | x86_64 |\n|-----------------------------|-----|--------|\n| Windows (7, 8, 10, ...)     | x   | x      |\n| Ubuntu (18.04 or later)     | ✓   | ✓      |\n| OSX (10.12 Sierra or later) | ✓   | ✓      |\n\n## List of Publications:\n* *Towards a Domain-Specific Language for Scientific Computing on Multicloud Systems*, 1st International Workshop on Parallel Programming Models in High- Performance Cloud (ParaMo 2019).\n\n## License\n\nCopyright ISISLab, 2019 Università degli Studi di Salerno.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspagnuolocarmine%2Ffly-language","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspagnuolocarmine%2Ffly-language","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspagnuolocarmine%2Ffly-language/lists"}