{"id":19243482,"url":"https://github.com/bootique/bootique-linkmove","last_synced_at":"2025-04-21T09:33:11.224Z","repository":{"id":38815570,"uuid":"48231821","full_name":"bootique/bootique-linkmove","owner":"bootique","description":"Provides LinkMove integration with Bootique.","archived":false,"fork":false,"pushed_at":"2025-04-19T13:43:39.000Z","size":408,"stargazers_count":3,"open_issues_count":0,"forks_count":8,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-04-19T18:03:28.274Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://bootique.io","language":"Java","has_issues":true,"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/bootique.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":"2015-12-18T11:31:07.000Z","updated_at":"2025-04-19T13:43:42.000Z","dependencies_parsed_at":"2023-02-08T01:47:16.586Z","dependency_job_id":"e4bc1905-4df3-4b13-aaad-4ef9ea61718e","html_url":"https://github.com/bootique/bootique-linkmove","commit_stats":null,"previous_names":["nhl/bootique-linkmove"],"tags_count":29,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bootique%2Fbootique-linkmove","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bootique%2Fbootique-linkmove/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bootique%2Fbootique-linkmove/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bootique%2Fbootique-linkmove/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bootique","download_url":"https://codeload.github.com/bootique/bootique-linkmove/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250032353,"owners_count":21363824,"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":[],"created_at":"2024-11-09T17:18:11.009Z","updated_at":"2025-04-21T09:33:06.197Z","avatar_url":"https://github.com/bootique.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\n  Licensed to ObjectStyle LLC under one\n  or more contributor license agreements.  See the NOTICE file\n  distributed with this work for additional information\n  regarding copyright ownership.  The ObjectStyle LLC licenses\n  this file to you under the Apache License, Version 2.0 (the\n  \"License\"); you may not use this file except in compliance\n  with the License.  You may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\n  Unless required by applicable law or agreed to in writing,\n  software distributed under the License is distributed on an\n  \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\n  KIND, either express or implied.  See the License for the\n  specific language governing permissions and limitations\n  under the License.\n  --\u003e\n\n[![build test deploy](https://github.com/bootique/bootique-linkmove/actions/workflows/maven.yml/badge.svg)](https://github.com/bootique/bootique-linkmove/actions/workflows/maven.yml)\n[![Maven Central](https://img.shields.io/maven-central/v/io.bootique.linkmove/bootique-linkmove.svg?colorB=brightgreen)](https://search.maven.org/artifact/io.bootique.linkmove/bootique-linkmove/)\n\n# bootique-linkmove\n\nProvides [LinkMove](https://github.com/nhl/link-move) integration with [Bootique](http://bootique.io). Configures \nconnectors and extractor locations via Bootique, enhances LinkMove with advanced connectors (such as HTTP client).\n\n### Prerequisites\n\nInclude ```bootique-bom```:\n```xml\n\u003cdependencyManagement\u003e\n    \u003cdependencies\u003e\n        \u003cdependency\u003e\n            \u003cgroupId\u003eio.bootique.bom\u003c/groupId\u003e\n            \u003cartifactId\u003ebootique-bom\u003c/artifactId\u003e\n            \u003cversion\u003e3.0-M4\u003c/version\u003e\n            \u003ctype\u003epom\u003c/type\u003e\n            \u003cscope\u003eimport\u003c/scope\u003e\n        \u003c/dependency\u003e\n    \u003c/dependencies\u003e\n\u003c/dependencyManagement\u003e\n```\n      \n# Setup\n\n## Add bootique-linkmove to your build tool\n**Maven**\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003eio.bootique.linkmove\u003c/groupId\u003e\n    \u003cartifactId\u003ebootique-linkmove3\u003c/artifactId\u003e\n\u003c/dependency\u003e\n\n\u003c!-- Optionally, if you need to process JSON sources include JSON module--\u003e\n\u003cdependency\u003e\n    \u003cgroupId\u003eio.bootique.linkmove\u003c/groupId\u003e\n    \u003cartifactId\u003ebootique-linkmove3-json\u003c/artifactId\u003e\n\u003c/dependency\u003e\n\n\u003c!-- Optionally, if you need to process data coming from REST APIs include REST module--\u003e\n\u003cdependency\u003e\n    \u003cgroupId\u003eio.bootique.linkmove\u003c/groupId\u003e\n    \u003cartifactId\u003ebootique-linkmove3-rest\u003c/artifactId\u003e\n\u003c/dependency\u003e\n```\n\n## Use LinkMove\n\nNow you can inject `LmRuntime` in your code, build and execute `LmTasks`. \n\n## Example Project\n\n[bootique-linkmove-demo](https://github.com/bootique-examples/bootique-linkmove-demo)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbootique%2Fbootique-linkmove","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbootique%2Fbootique-linkmove","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbootique%2Fbootique-linkmove/lists"}