{"id":34837275,"url":"https://github.com/arenadata/prostore","last_synced_at":"2025-12-25T16:10:24.127Z","repository":{"id":45497595,"uuid":"324125885","full_name":"arenadata/prostore","owner":"arenadata","description":"Data Lake Engine","archived":false,"fork":false,"pushed_at":"2021-12-10T06:48:56.000Z","size":2232,"stargazers_count":13,"open_issues_count":1,"forks_count":9,"subscribers_count":20,"default_branch":"master","last_synced_at":"2024-10-18T15:58:54.701Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arenadata.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"license-header.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-12-24T10:08:33.000Z","updated_at":"2023-03-23T18:57:32.000Z","dependencies_parsed_at":"2022-07-15T07:01:00.418Z","dependency_job_id":null,"html_url":"https://github.com/arenadata/prostore","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/arenadata/prostore","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arenadata%2Fprostore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arenadata%2Fprostore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arenadata%2Fprostore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arenadata%2Fprostore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arenadata","download_url":"https://codeload.github.com/arenadata/prostore/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arenadata%2Fprostore/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28032397,"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-12-25T02:00:05.988Z","response_time":58,"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":"2025-12-25T16:08:47.790Z","updated_at":"2025-12-25T16:10:24.119Z","avatar_url":"https://github.com/arenadata.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Prostore\nProstore is an open-source integration system providing a temporal DB unified interface to the heterogenous data store. It’s purposed for a datamart implementation.\n\n## Useful links\n[Documentation (Rus)](https://arenadata.github.io/docs_prostore/)\n\n## Local deployment\nThe main prerequisites include git, Java and Apache Maven.\n\n### The cloning and building of the Prostore repository\n```shell script\n# clone\ngit clone https://github.com/arenadata/prostore\n# build without any tests\ncd ~/prostore\nmvn clean\nmvn install -DskipTests=true\n```\nThe resulting jar file is located in the `dtm-query-execution-core/target` folder.\n\n### App configuration\nThe Prostore configuration file is located in the `dtm-query-execution-core/config` folder.\nThe Prostore application looks for the configuration in the same subfolder (target) where `dtm-query-execution-core-\u003cversion\u003e.jar` is executed.\nSo we create the respective symbolic link\n```shell script\nsudo ln -s ~/prostore/dtm-query-execution-core/config/application.yml ~/prostore/dtm-query-execution-core/target/application.yml\n```\nIf no configuration file is located, then the Prostore application uses its internal default configuration.\n\n### Run application\n\n#### Run prerequisite obligatory supporting services\n-    Zookeeper,\n-    Kafka,\n-    set of respective DBMS,\n-    kafka-DBMS connectors (e.g. see [kafka-postgres-connector](https://github.com/arenadata/kafka-postgres-connector)),\n-    [Prostore status monitor](https://github.com/arenadata/prostore/tree/master/dtm-status-monitor).\n\n#### Run main service as a single jar on the default port 8080\n```shell script\ncd ~/prostore/dtm-query-execution-core/target\njava -jar dtm-query-execution-core-\u003cversion\u003e.jar\n```\n\n#### Change default port to run Prostore\n- change the value of the key `server:port` in the configuration file or `DTM_METRICS_PORT` environment variable\n\n## Setup JDBC test client\n\nUse [DTM JDBC driver](dtm-jdbc-driver/README.md).\nURL is `jdbc:adtm://\u003chost\u003e:\u003cport\u003e/`:\n- `host` is host of dtm-query-execution-core (`localhost`)\n- `port` is port of dtm-query-execution-core (see actual `application.yml` for dtm-query-execution-core)\n\nSee also [connection with JDBC-client (Rus)](https://arenadata.github.io/docs_prostore/working_with_system/connection/connection_via_sql_client/connection_via_sql_client.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farenadata%2Fprostore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farenadata%2Fprostore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farenadata%2Fprostore/lists"}