{"id":17558072,"url":"https://github.com/valandro/redislabs-ru102j","last_synced_at":"2025-07-12T05:03:48.988Z","repository":{"id":67774646,"uuid":"278491174","full_name":"valandro/redislabs-ru102j","owner":"valandro","description":null,"archived":false,"fork":false,"pushed_at":"2020-07-11T18:22:07.000Z","size":1206,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-20T09:05:30.857Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/valandro.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}},"created_at":"2020-07-09T23:18:36.000Z","updated_at":"2020-08-01T19:37:08.000Z","dependencies_parsed_at":"2023-07-12T06:15:49.844Z","dependency_job_id":null,"html_url":"https://github.com/valandro/redislabs-ru102j","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/valandro/redislabs-ru102j","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valandro%2Fredislabs-ru102j","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valandro%2Fredislabs-ru102j/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valandro%2Fredislabs-ru102j/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valandro%2Fredislabs-ru102j/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/valandro","download_url":"https://codeload.github.com/valandro/redislabs-ru102j/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valandro%2Fredislabs-ru102j/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264940386,"owners_count":23686243,"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-10-21T09:43:11.412Z","updated_at":"2025-07-12T05:03:48.976Z","avatar_url":"https://github.com/valandro.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)\n\n# RediSolar for Java\n\nIntroduction\n---\n\nThis is the sample application codebase for RU102J, [Redis for Java Developers](https://university.redislabs.com/courses/ru102j/) at [Redis University](https://university.redislabs.com).\n\nSolutions to the course programming challenges can be found on the `solutions` branch.\n\nPrerequisites\n---\n\nIn order to start and run this application, you will need:\n\n* Java 8 JDK or higher\n* Maven\n* Access to a local or remote installation of [Redis](https://redis.io/download) version 5 or newer (local preferred)\n* If you want to try the RedisTimeSeries exercises, you'll need to make sure that your Redis installation also has the [RedisTimeSeries Module](https://oss.redislabs.com/redistimeseries/) installed\n\n\nHow to Start the RediSolar Application\n---\n\n### When using Redis on localhost, port 6379 with no password:\n\n1. Run `mvn package` to build your application.\n2. Load the sample data: `java -jar target/redisolar-1.0.jar load`.  If you want to erase everything in Redis before loading the data, use `java -jar target/redisolar-1.0.jar load --flush true`, but be aware that this will delete ALL keys in your Redis database.\n3. To check that your application is running enter url `http://localhost:8081`, substituting `localhost` for the hostname that you're running the application on if necessary.\n\n### When using Redis on another host, port or with a password:\n\n1. Edit `config.yml`, setting the values for your Redis host, port and password if needed.\n2. Edit `src/test/java/com/redislabs/university/RU102J/HostPort.java`, setting the values for your Redis host, port, and password if needed.\n3. Run `mvn package` to build your application.\n4. Load the sample data with `java -jar target/redisolar-1.0.jar load --host \u003chostname\u003e --port \u003cport\u003e --password \u003cpassword\u003e`.\n5. Start application with `java -jar target/redisolar-1.0.jar server config.yml`.\n6. To check that your application is running enter url `http://localhost:8081`, substituting `localhost` for the hostname that you're running the application on if necessary.\n\nTests\n---\n\nTo run all tests:\n\n```\nmvn test\n```\n\nTo run a specific test:\n\n```\nmvn test -Dtest=JedisBasicsTest\n```\n\nBuilding\n---\n\nTo rebuild the application:\n\n```\nmvn package\n```\n\nTo rebuild the application without running the tests:\n\n```\nmvn package -DskipTests \n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvalandro%2Fredislabs-ru102j","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvalandro%2Fredislabs-ru102j","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvalandro%2Fredislabs-ru102j/lists"}