{"id":28419120,"url":"https://github.com/tennyros/stream_solutions","last_synced_at":"2025-08-25T19:15:28.744Z","repository":{"id":290066929,"uuid":"972207423","full_name":"tennyros/stream_solutions","owner":"tennyros","description":"Useful Tasks Using Stream API in Java","archived":false,"fork":false,"pushed_at":"2025-04-28T17:14:29.000Z","size":106,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-04T20:48:46.287Z","etag":null,"topics":["stream-api"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tennyros.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-04-24T17:47:40.000Z","updated_at":"2025-04-28T17:14:33.000Z","dependencies_parsed_at":"2025-04-26T17:41:28.704Z","dependency_job_id":null,"html_url":"https://github.com/tennyros/stream_solutions","commit_stats":null,"previous_names":["tennyros/stream_solutions"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tennyros/stream_solutions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tennyros%2Fstream_solutions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tennyros%2Fstream_solutions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tennyros%2Fstream_solutions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tennyros%2Fstream_solutions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tennyros","download_url":"https://codeload.github.com/tennyros/stream_solutions/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tennyros%2Fstream_solutions/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262022154,"owners_count":23246268,"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":["stream-api"],"created_at":"2025-06-04T15:12:08.773Z","updated_at":"2025-06-26T07:31:25.748Z","avatar_url":"https://github.com/tennyros.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Useful Tasks Using Stream API in Java\n\n[English](README.md) | [Русский](README_RUS.md)\n\n## Description\n\nThis project contains solutions to various tasks related to using the **Stream API** in the Java programming language. Each solution is presented as a separate class that solves one task using a functional approach. The tasks involve processing data collections, such as lists of employees, departments, salaries, and other objects.\n\nThe project focuses on solving real-world problems using Stream API features like filtering, grouping, aggregation, sorting, and other functional operations.\n\n## Project Structure\n\nThe project consists of two main parts:\n\n1. **Core Task Solutions** — The code implementing each task's solution is located in the `src/main/java/com/github/tennyros/solutions/stream_api/grouping/` directory. Each task is represented by a separate class.\n2. **Tests** — Unit tests for each task are located in the `src/test/java/` directory. The tests verify the correctness of the task solutions.\n\n### Directories\n\n- **grouping** — Solved tasks (e.g., calculating salaries, grouping employees, etc.).\n- **util** — Helper classes, such as `Employee.java`, which contain data structures used in the tasks.\n\n## Installation and Setup\n\n1. Clone the repository:\n\n    ```bash\n    git clone https://github.com/yourusername/solutions.git\n    ```\n\n2. Navigate to the project directory:\n\n    ```bash\n    cd solutions\n    ```\n\n3. Import the project into your IDE (e.g., IntelliJ IDEA).\n\n4. You will need Java 8+ to work with the project.\n\n## Testing\n\nThe project uses JUnit 5 for testing. Tests are located in the `src/test/java/` folder, and each task class has its own test. To run the tests, use the command:\n\n   ```bash\n   ./gradlew test\n   ```\n\nor run them through your IDE (e.g., IntelliJ IDEA).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftennyros%2Fstream_solutions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftennyros%2Fstream_solutions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftennyros%2Fstream_solutions/lists"}