Home / Companies / Redis / Blog / October 2022

October 2022 Summaries

7 posts from Redis

Filter
Month: Year:
Post Summaries Back to Blog
RedisDays Bangalore is an in-person event where the Redis community comes together to share knowledge, network, and have fun. The event focuses on real-time computing, database search capabilities, and software architecture design, with a range of speakers and a demo station to learn from subject matter experts. Attending RedisDays provides opportunities to meet peers, connect with like-minded individuals, grow one's personal brand, and discover new techniques and solutions. The event also includes networking opportunities, entertainment, and social activities to foster friendships and career advancement. Overall, RedisDays Bangalore is an invaluable experience for anyone looking to learn from industry experts, build their professional network, and inspire growth in their career.
Oct 30, 2022 634 words in the original blog post.
A legacy database migration is the process of transferring data from an outdated system to a more advanced one, such as a cloud database, with the goal of optimizing performance and maintainability while ensuring minimal disruption to users. The challenges in this process are often business-related rather than technical, requiring careful planning, testing, and execution to avoid data loss or security breaches. To mitigate these risks, it's essential to understand the new system's capabilities and processes before starting the migration, be open to new approaches, and have a rollback plan in place. The key to success lies in creating a comprehensive test environment, verifying data integrity, and ensuring that stakeholders sign off on their acceptance of the migrated data. With careful planning and execution, legacy database migrations can be successful and provide numerous benefits, including improved performance, scalability, and security.
Oct 28, 2022 2,380 words in the original blog post.
Redis experience required`, but don’t worry if you're new to Redis. Most technology hiring managers want to see versatility and a willingness to learn. Showing breadth of experience with multiple databases can be just as valuable as specific tool or product feature knowledge. Even without direct experience, demonstrating how often you adapted to new databases or development environments can qualify you for the job. When asked about your knowledge of Redis, focus on demonstrating features like `Time to Live`, and explaining when to use them. Citing relevant resources such as StackOverflow or HackerNews shows resourcefulness and ability to solve problems. Hiring managers want tech experts who are aware of a product's imperfections and can identify potential technology conflicts and mismatches.
Oct 24, 2022 1,734 words in the original blog post.
Three grand prize winners were selected from the 2022 Redis Hackathon, a collaboration between Redis and DEV in August 2022, which challenged developers to build innovative applications using Redis Enterprise's features, modules, and products. The hackathon received 91 valid submissions across four categories, showcasing remarkable achievements by participants who shared their technical details of their projects. OneSocial is an app for creators and influencers, built with GraphQL, Next.js, Express, Cloudinary, and Google Cloud Storage; Pic-Placeholder is a stylish image placeholder using RedisJSON, RediSearch, and AWS S3; Meatballs.live is an automated recommendation network powered by Redis Stack features, including RedisGraph, RedisTimeSeries, Pub/Sub, and caching. The projects demonstrate the potential of Redis in real-time application performance and showcase innovative applications built with Redis Enterprise's capabilities.
Oct 20, 2022 1,138 words in the original blog post.
This article demonstrates how to use Redis's data structures and search capabilities to build a web knowledge base platform with basic functionality. The project uses Redis database plus two Redis modules, RediSearch and RedisTimeSeries, for document indexation and search, and analytics, respectively. Key features of the knowledge base include real-time full-text search, tag-based search, personalized recommendations using vector similarity search (VSS), user authentication with Okta, bookmarking documents, and monitoring activity using RedisTimeSeries capability. The source code is available in a GitHub repository under the MIT license for demonstrative purposes and can be cloned or forked to better understand the search and indexing features discussed in this article.
Oct 19, 2022 2,521 words in the original blog post.
You're considering upgrading from Redis open source (Redis OSS) to Redis Enterprise due to growing pains in your business, such as expanding fast, requiring high availability, needing more control over data, being shocked by infrastructure costs, struggling with data searching and security concerns. You may find that the open source version is no longer sufficient to meet your needs, and upgrading to Redis Enterprise can provide benefits like easier scaling, improved uptime, flexible deployment models, cost savings through tiered memory storage, powerful search capabilities, and robust security features.
Oct 13, 2022 1,130 words in the original blog post.
In-memory databases are crucial in ensuring optimal performance of online applications, especially as customer databases grow in volume and table size. These databases store data in DRAM rather than on traditional disk, dramatically enhancing performance by eliminating the time spent writing to or retrieving from disk. They enable real-time search and query operations, providing immediate results for analysis and decision-making. In-memory databases also address common database issues such as slow query performance and repetitive lookups on massive master data tables. By employing a real-time search engine and distributing the data ingest, index, and query loads across database partitions or shards, in-memory databases can provide powerful search auto-suggestion and flexible category-based (faceted) search capabilities for online customers and business users.
Oct 04, 2022 1,241 words in the original blog post.