{"id":22856655,"url":"https://github.com/deis/example-scala","last_synced_at":"2025-07-25T13:03:50.805Z","repository":{"id":71904789,"uuid":"14210333","full_name":"deis/example-scala","owner":"deis","description":"A simple Scala app for Deis, the open source PaaS","archived":false,"fork":false,"pushed_at":"2017-05-19T17:21:16.000Z","size":18,"stargazers_count":6,"open_issues_count":0,"forks_count":8,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-04-30T15:13:57.190Z","etag":null,"topics":["deis-workflow","example","scala"],"latest_commit_sha":null,"homepage":"https://deis.com","language":"Scala","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/deis.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,"zenodo":null}},"created_at":"2013-11-07T17:19:27.000Z","updated_at":"2017-08-14T09:54:08.000Z","dependencies_parsed_at":"2023-09-16T01:38:35.661Z","dependency_job_id":null,"html_url":"https://github.com/deis/example-scala","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/deis/example-scala","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deis%2Fexample-scala","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deis%2Fexample-scala/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deis%2Fexample-scala/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deis%2Fexample-scala/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deis","download_url":"https://codeload.github.com/deis/example-scala/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deis%2Fexample-scala/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267009650,"owners_count":24020644,"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","status":"online","status_checked_at":"2025-07-25T02:00:09.625Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["deis-workflow","example","scala"],"created_at":"2024-12-13T08:09:20.103Z","updated_at":"2025-07-25T13:03:50.797Z","avatar_url":"https://github.com/deis.png","language":"Scala","readme":"# Scala Quick Start Guide\n\nThis guide will walk you through deploying a Scala application on [Deis Workflow][].\n\n## Usage\n\n```console\n$ git clone https://github.com/deis/example-scala.git\n$ cd example-scala\n$ deis create\nCreating Application... done, created honest-knapsack\nGit remote deis added\nremote available at ssh://git@deis-builder.deis.rocks:2222/honest-knapsack.git\n$ git push deis master\nCounting objects: 77, done.\nDelta compression using up to 4 threads.\nCompressing objects: 100% (28/28), done.\nWriting objects: 100% (77/77), 11.15 KiB | 0 bytes/s, done.\nTotal 77 (delta 21), reused 76 (delta 20)\nStarting build... but first, coffee!\n-----\u003e Scala app detected\n-----\u003e Installing OpenJDK 1.8... done\n-----\u003e Priming Ivy cache... done\n-----\u003e Running: sbt compile stage\nDownloading sbt launcher for 0.13.12:\n  From  http://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/0.13.12/sbt-launch.jar\n    To  /tmp/scala_buildpack_build_dir/.sbt_home/launchers/0.13.12/sbt-launch.jar\n...\n[info] Compiling 2 Scala sources to /tmp/scala_buildpack_build_dir/target/scala-2.11/classes...\n[info] 'compiler-interface' not yet compiled for Scala 2.11.8. Compiling...\n[info]   Compilation completed in 21.773 s\n[success] Total time: 58 s, completed Aug 31, 2016 6:58:35 PM\n[info] Wrote /tmp/scala_buildpack_build_dir/target/scala-2.11/example-scala_2.11-2.0.0.pom\n[info] Packaging /tmp/scala_buildpack_build_dir/target/scala-2.11/example-scala_2.11-2.0.0.jar ...\n[info] Done packaging.\n[success] Total time: 1 s, completed Aug 31, 2016 6:58:36 PM\n-----\u003e Dropping ivy cache from the slug\n-----\u003e Dropping sbt boot dir from the slug\n-----\u003e Dropping compilation artifacts from the slug\n-----\u003e Discovering process types\nProcfile declares types -\u003e web\n-----\u003e Compiled slug size is 179M\nBuild complete.\nLaunching App...\nDone, honest-knapsack:v2 deployed to Workflow\n\nUse 'deis open' to view this application in your browser\n\nTo learn more, use 'deis help' or visit https://deis.com/\n\nTo ssh://git@deis-builder.deis.rocks:2222/honest-knapsack.git\n * [new branch]      master -\u003e master\n$ curl http://honest-knapsack.deis.rocks\nPowered by Deis\nRelease v2 on honest-knapsac-web-1501393759-4769j\n\n```\n\n## Additional Resources\n\n* [GitHub Project](https://github.com/deis/workflow)\n* [Documentation](https://deis.com/docs/workflow/)\n* [Blog](https://deis.com/blog/)\n\n[Deis Workflow]: https://github.com/deis/workflow#readme\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeis%2Fexample-scala","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeis%2Fexample-scala","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeis%2Fexample-scala/lists"}