{"id":50674008,"url":"https://github.com/parakeet-nest/parakeet4j-genai-stack","last_synced_at":"2026-06-08T14:04:02.617Z","repository":{"id":253356029,"uuid":"843257947","full_name":"parakeet-nest/parakeet4j-genai-stack","owner":"parakeet-nest","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-17T05:29:34.000Z","size":79,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-08-17T06:52:59.356Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/parakeet-nest.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}},"created_at":"2024-08-16T05:49:44.000Z","updated_at":"2024-08-17T05:29:37.000Z","dependencies_parsed_at":"2024-08-16T07:04:22.017Z","dependency_job_id":null,"html_url":"https://github.com/parakeet-nest/parakeet4j-genai-stack","commit_stats":null,"previous_names":["parakeet-nest/parakeet4j-genai-stack"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/parakeet-nest/parakeet4j-genai-stack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parakeet-nest%2Fparakeet4j-genai-stack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parakeet-nest%2Fparakeet4j-genai-stack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parakeet-nest%2Fparakeet4j-genai-stack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parakeet-nest%2Fparakeet4j-genai-stack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/parakeet-nest","download_url":"https://codeload.github.com/parakeet-nest/parakeet4j-genai-stack/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parakeet-nest%2Fparakeet4j-genai-stack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34065358,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"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":[],"created_at":"2026-06-08T14:04:01.656Z","updated_at":"2026-06-08T14:04:02.611Z","avatar_url":"https://github.com/parakeet-nest.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Parakeet4J Docker GenAI Stack\n\n## Install Parakeet4J\n\nThis project use the [Parakeet4J](https://github.com/parakeet-nest/parakeet4j) library.\n\n1- Create (or update) a file: `~/.m2/settings.xml` with the following content\n\n```xml\n\u003csettings xmlns=\"http://maven.apache.org/SETTINGS/1.0.0\"\n  xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n  xsi:schemaLocation=\"http://maven.apache.org/SETTINGS/1.0.0\n                      http://maven.apache.org/xsd/settings-1.0.0.xsd\"\u003e\n\n  \u003cactiveProfiles\u003e\n    \u003cactiveProfile\u003egithub\u003c/activeProfile\u003e\n  \u003c/activeProfiles\u003e\n\n  \u003cprofiles\u003e\n    \u003cprofile\u003e\n      \u003cid\u003egithub\u003c/id\u003e\n      \u003crepositories\u003e\n        \u003crepository\u003e\n          \u003cid\u003ecentral\u003c/id\u003e\n          \u003curl\u003ehttps://repo1.maven.org/maven2\u003c/url\u003e\n        \u003c/repository\u003e\n        \u003crepository\u003e\n          \u003cid\u003egithub\u003c/id\u003e\n          \u003curl\u003ehttps://maven.pkg.github.com/parakeet-nest/parakeet4j\u003c/url\u003e\n          \u003csnapshots\u003e\n            \u003cenabled\u003etrue\u003c/enabled\u003e\n          \u003c/snapshots\u003e\n        \u003c/repository\u003e\n      \u003c/repositories\u003e\n    \u003c/profile\u003e\n  \u003c/profiles\u003e\n\n  \u003cservers\u003e\n    \u003cserver\u003e\n      \u003cid\u003egithub\u003c/id\u003e\n      \u003cusername\u003eyour GitHub handle\u003c/username\u003e\n      \u003cpassword\u003eyour GitHub token\u003c/password\u003e\n    \u003c/server\u003e\n  \u003c/servers\u003e\n\u003c/settings\u003e\n```\n\n2- Add this section to your `pom.xml` file:\n\n```xml\n\u003cdependencies\u003e\n    \u003cdependency\u003e\n        \u003cgroupId\u003eorg.parakeetnest.parakeet4j\u003c/groupId\u003e\n        \u003cartifactId\u003eparakeet4j\u003c/artifactId\u003e\n        \u003cversion\u003e0.0.5\u003c/version\u003e\n    \u003c/dependency\u003e\n\u003c/dependencies\u003e\n```\n\n### Remark: build with Docker and Docker Compose\n\n\u003e This is a work in progress\n\nTo build a Java project using the Parakeet4J library you need to copy `~/.m2/settings.xml` to the root of the project (at the same place of the `Dockerfile`)\n\u003e add `settings.xml` to `.gitignore`\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparakeet-nest%2Fparakeet4j-genai-stack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparakeet-nest%2Fparakeet4j-genai-stack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparakeet-nest%2Fparakeet4j-genai-stack/lists"}