{"id":21672541,"url":"https://github.com/redis-developer/hackathon-docs","last_synced_at":"2025-06-15T10:07:16.998Z","repository":{"id":51543079,"uuid":"489066069","full_name":"redis-developer/hackathon-docs","owner":"redis-developer","description":null,"archived":false,"fork":false,"pushed_at":"2022-07-29T18:04:11.000Z","size":5,"stargazers_count":6,"open_issues_count":0,"forks_count":20,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-06T00:31:54.726Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/redis-developer.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":"2022-05-05T17:25:46.000Z","updated_at":"2023-02-19T05:50:09.000Z","dependencies_parsed_at":"2022-08-21T16:20:29.231Z","dependency_job_id":null,"html_url":"https://github.com/redis-developer/hackathon-docs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/redis-developer/hackathon-docs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redis-developer%2Fhackathon-docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redis-developer%2Fhackathon-docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redis-developer%2Fhackathon-docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redis-developer%2Fhackathon-docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/redis-developer","download_url":"https://codeload.github.com/redis-developer/hackathon-docs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redis-developer%2Fhackathon-docs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259957180,"owners_count":22937541,"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-25T13:29:58.619Z","updated_at":"2025-06-15T10:07:16.977Z","avatar_url":"https://github.com/redis-developer.png","language":null,"readme":"# [Insert your hackathon title or the app's title (keep it short)]\n\n[Insert description of app]\n\n[Insert app screenshots](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#uploading-assets)\n\n# Overview video (Optional)\n\nHere's a short video that explains the project and how it uses Redis:\n\n[Insert your own video here, and remove the one below]\n\n[![Embed your YouTube video](https://i.ytimg.com/vi/vyxdC1qK4NE/maxresdefault.jpg)](https://www.youtube.com/watch?v=vyxdC1qK4NE)\n\n## How it works\n\n### How the data is stored:\n\nRefer to [this example](https://github.com/redis-developer/basic-analytics-dashboard-redis-bitmaps-nodejs#how-the-data-is-stored) for a more detailed example of what you need for this section.\n\n### How the data is accessed:\n\nRefer to [this example](https://github.com/redis-developer/basic-analytics-dashboard-redis-bitmaps-nodejs#how-the-data-is-accessed) for a more detailed example of what you need for this section.\n\n### Performance Benchmarks\n\n[If you migrated an existing app to use Redis, please put performance benchmarks here to show the performance improvements.]\n\n## How to run it locally?\n\n[Make sure you test this with a fresh clone of your repo, these instructions will be used to judge your app.]\n\n### Prerequisites\n\n[Fill out with any prerequisites (e.g. Node, Docker, etc.). Specify minimum versions]\n\n### Local installation\n\n[Insert instructions for local installation]\n\n## Deployment\n\nTo make deploys work, you need to create free account on [Redis Cloud](https://redis.info/try-free-dev-to)\n\n### Google Cloud Run\n\n[Insert Run on Google button](https://cloud.google.com/blog/products/serverless/introducing-cloud-run-button-click-to-deploy-your-git-repos-to-google-cloud)\n\n### Heroku\n\n[Insert Deploy on Heroku button](https://devcenter.heroku.com/articles/heroku-button)\n\n### Netlify\n\n[Insert Deploy on Netlify button](https://www.netlify.com/blog/2016/11/29/introducing-the-deploy-to-netlify-button/)\n\n### Vercel\n\n[Insert Deploy on Vercel button](https://vercel.com/docs/deploy-button)\n\n## More Information about Redis Stack\n\nHere some resources to help you quickly get started using Redis Stack. If you still have questions, feel free to ask them in the [Redis Discord](https://discord.gg/redis) or on [Twitter](https://twitter.com/redisinc).\n\n### Getting Started\n\n1. Sign up for a [free Redis Cloud account using this link](https://redis.info/try-free-dev-to) and use the [Redis Stack database in the cloud](https://developer.redis.com/create/rediscloud).\n1. Based on the language/framework you want to use, you will find the following client libraries:\n    - [Redis OM .NET (C#)](https://github.com/redis/redis-om-dotnet)\n        - Watch this [getting started video](https://www.youtube.com/watch?v=ZHPXKrJCYNA)\n        - Follow this [getting started guide](https://redis.io/docs/stack/get-started/tutorials/stack-dotnet/)\n    - [Redis OM Node (JS)](https://github.com/redis/redis-om-node)\n        - Watch this [getting started video](https://www.youtube.com/watch?v=KUfufrwpBkM)\n        - Follow this [getting started guide](https://redis.io/docs/stack/get-started/tutorials/stack-node/)\n    - [Redis OM Python](https://github.com/redis/redis-om-python)\n        - Watch this [getting started video](https://www.youtube.com/watch?v=PPT1FElAS84)\n        - Follow this [getting started guide](https://redis.io/docs/stack/get-started/tutorials/stack-python/)\n    - [Redis OM Spring (Java)](https://github.com/redis/redis-om-spring)\n        - Watch this [getting started video](https://www.youtube.com/watch?v=YhQX8pHy3hk)\n        - Follow this [getting started guide](https://redis.io/docs/stack/get-started/tutorials/stack-spring/)\n\nThe above videos and guides should be enough to get you started in your desired language/framework. From there you can expand and develop your app. Use the resources below to help guide you further:\n\n1. [Developer Hub](https://redis.info/devhub) - The main developer page for Redis, where you can find information on building using Redis with sample projects, guides, and tutorials.\n1. [Redis Stack getting started page](https://redis.io/docs/stack/) - Lists all the Redis Stack features. From there you can find relevant docs and tutorials for all the capabilities of Redis Stack.\n1. [Redis Rediscover](https://redis.com/rediscover/) - Provides use-cases for Redis as well as real-world examples and educational material\n1. [RedisInsight - Desktop GUI tool](https://redis.info/redisinsight) - Use this to connect to Redis to visually see the data. It also has a CLI inside it that lets you send Redis CLI commands. It also has a profiler so you can see commands that are run on your Redis instance in real-time\n1. Youtube Videos\n    - [Official Redis Youtube channel](https://redis.info/youtube)\n    - [Redis Stack videos](https://www.youtube.com/watch?v=LaiQFZ5bXaM\u0026list=PL83Wfqi-zYZFIQyTMUU6X7rPW2kVV-Ppb) - Help you get started modeling data, using Redis OM, and exploring Redis Stack\n    - [Redis Stack Real-Time Stock App](https://www.youtube.com/watch?v=mUNFvyrsl8Q) from Ahmad Bazzi\n    - [Build a Fullstack Next.js app](https://www.youtube.com/watch?v=DOIWQddRD5M) with Fireship.io\n    - [Microservices with Redis Course](https://www.youtube.com/watch?v=Cy9fAvsXGZA) by Scalable Scripts on freeCodeCamp\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredis-developer%2Fhackathon-docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredis-developer%2Fhackathon-docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredis-developer%2Fhackathon-docs/lists"}