{"id":13529772,"url":"https://github.com/graphaware/neo4j-warmup","last_synced_at":"2025-04-01T17:30:56.148Z","repository":{"id":19996359,"uuid":"23263704","full_name":"graphaware/neo4j-warmup","owner":"graphaware","description":"Simple library that warms up Neo4j caches with a single REST call","archived":true,"fork":false,"pushed_at":"2016-07-05T11:25:31.000Z","size":70,"stargazers_count":10,"open_issues_count":0,"forks_count":4,"subscribers_count":26,"default_branch":"master","last_synced_at":"2024-08-02T07:10:39.795Z","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/graphaware.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}},"created_at":"2014-08-23T18:55:44.000Z","updated_at":"2023-01-28T09:08:44.000Z","dependencies_parsed_at":"2022-07-22T03:46:59.556Z","dependency_job_id":null,"html_url":"https://github.com/graphaware/neo4j-warmup","commit_stats":null,"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graphaware%2Fneo4j-warmup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graphaware%2Fneo4j-warmup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graphaware%2Fneo4j-warmup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graphaware%2Fneo4j-warmup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/graphaware","download_url":"https://codeload.github.com/graphaware/neo4j-warmup/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222748125,"owners_count":17031896,"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-08-01T07:00:39.259Z","updated_at":"2024-11-02T16:31:07.638Z","avatar_url":"https://github.com/graphaware.png","language":"Java","funding_links":[],"categories":["Extensions","REST API"],"sub_categories":["REST API","Other"],"readme":"GraphAware Neo4j Warmup - RETIRED\n=================================\n\nWarmup Has Been Retired\n-----------------------\n\nAs of July 5th 2016, this module is retiring. This means it will no longer be maintained and released together with\nnew versions of the GraphAware Framework and Neo4j. The last compatible Neo4j version is 3.0.3.\n\nIf you're interested in its functionality, please use [APOC](https://github.com/neo4j-contrib/neo4j-apoc-procedures#warmup) instead. Unlike many other GraphAware modules, nobody is\nusing Warmup in production, to the best of our knowledge.\n\nThis repository will remain public. Please \u003ca href=\"http://graphaware.com/contact/\"\u003eget in touch\u003c/a\u003e if you've been using Warmup and APOC isn't good enough for you.\n\nIntroduction\n------------\n\n[![Build Status](https://travis-ci.org/graphaware/neo4j-warmup.png)](https://travis-ci.org/graphaware/neo4j-warmup) | \u003ca href=\"http://graphaware.com/downloads/\" target=\"_blank\"\u003eDownloads\u003c/a\u003e | Latest Release: 3.0.3.39.5\n\nGraphAware WarmUp is a simple piece of code that warms up Neo4j caches using a single API call by accessing the entire\ngraph using all available processors.\n\nGetting the Software\n--------------------\n\n### Server Mode\n\nWhen using Neo4j in the \u003ca href=\"http://docs.neo4j.org/chunked/stable/server-installation.html\" target=\"_blank\"\u003estandalone server\u003c/a\u003e mode,\nyou will need the \u003ca href=\"https://github.com/graphaware/neo4j-framework\" target=\"_blank\"\u003eGraphAware Neo4j Framework\u003c/a\u003e and GraphAware Neo4j WarmUp .jar files (both of which you can \u003ca href=\"http://graphaware.com/downloads/\" target=\"_blank\"\u003edownload here\u003c/a\u003e) dropped\ninto the `plugins` directory of your Neo4j installation. After Neo4j restart, you will be able to use the REST API and stored procedures.\n\n### Embedded Mode / Java Development\n\nJava developers that use Neo4j in \u003ca href=\"http://docs.neo4j.org/chunked/stable/tutorials-java-embedded.html\" target=\"_blank\"\u003eembedded mode\u003c/a\u003e\nand those developing Neo4j \u003ca href=\"http://docs.neo4j.org/chunked/stable/server-plugins.html\" target=\"_blank\"\u003eserver plugins\u003c/a\u003e,\n\u003ca href=\"http://docs.neo4j.org/chunked/stable/server-unmanaged-extensions.html\" target=\"_blank\"\u003eunmanaged extensions\u003c/a\u003e,\nGraphAware Runtime Modules, or Spring MVC Controllers can include use WarmUp as a dependency for their Java project.\n\n#### Releases\n\nReleases are synced to \u003ca href=\"http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22timetree%22\" target=\"_blank\"\u003eMaven Central repository\u003c/a\u003e. When using Maven for dependency management, include the following dependency in your pom.xml.\n\n    \u003cdependencies\u003e\n        ...\n        \u003cdependency\u003e\n            \u003cgroupId\u003ecom.graphaware.neo4j\u003c/groupId\u003e\n            \u003cartifactId\u003ewarmup\u003c/artifactId\u003e\n            \u003cversion\u003e3.0.3.39.5\u003c/version\u003e\n        \u003c/dependency\u003e\n        ...\n    \u003c/dependencies\u003e\n\n#### Note on Versioning Scheme\n\nThe version number has two parts. The first four numbers indicate compatibility with Neo4j GraphAware Framework.\n The last number is the version of the WarmUp library. For example, version 2.1.3.15.1 is version 1 of WarmUp\n compatible with GraphAware Neo4j Framework 2.1.3.15.\n\nUsing GraphAware WarmUp\n-----------------------\n\nIn server mode, execute the `CALL ga.warmup.run()` Cypher query or issue a GET request to `http://your-server-address:7474/graphaware/warmup/` to warm up the caches.\nIn Java, use the `warmUp` method on the `WarmUp` class.\n\nLicense\n-------\n\nCopyright (c) 2014-2016 GraphAware\n\nGraphAware is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License\nas published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied\nwarranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.\nYou should have received a copy of the GNU General Public License along with this program.\nIf not, see \u003chttp://www.gnu.org/licenses/\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgraphaware%2Fneo4j-warmup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgraphaware%2Fneo4j-warmup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgraphaware%2Fneo4j-warmup/lists"}