How Three Redis Community Members Rediscovered Redis

We are constantly inspired by the creative and powerful ways the Redis community uses Redis to power innovative applications. In the premiere issue of Rediscover Magazine, we showcased a trio of community members who have rediscovered Redis to help them conquer their data challenges. 

Now, here’s your chance to get to know Carlos Justiniano, Matthew Goos, and Dan Pipe-Mazo a little better and learn how they use Redis in biotech, medtech, and robotics respectively. Check out “Meet the Redis Stars” in Rediscover Magazine, then read on here to learn their favorite Redis features and check out their RedisConf sessions and social media!

Carlos Justiniano

Twitter: @cjus

GitHub: @cjus

Medium: @cjus

Veteran software developer Carlos Justiniano is Chief Technical Officer at Skafos.ai. Previously he was Vice President of IoT and Cloud Platforms at Zenerchi (he’s still an advisor at the company), where his team used RedisGraph to power its BioGraph project, a navigable model of human physiology. He’s still new at Skafos, but has already proposed using RedisGraph and RedisAI to power its next-generation AI visual product search technologies. Carlos also wrote the Hydra framework, a Node.js package that leverages Redis to facilitate building distributed applications, including microservices architectures.

Favorite Redis feature: “My favorite feature of Redis has to be the ability to create a memory based key space, coupled with rich data structures.”

RedisConf 2020 Takeaway session: Creating a Model of Human Physiology using RedisGraph

This was Carlos’ third RedisConf appearance, and his presentation focused on modeling human physiology with Internet of Things and wearable tech devices using RedisGraph. Watch him demonstrate how RedisGraph is powering Zenerchi’s biotech platform, which produces advanced 3D, VR, and AR visualizations. 

https://www.youtube.com/embed/1SwDSm-tr-g

Matthew Goos

Twitter: @m4g005

LinkedIn: @matthewgoos

Matthew Goos has more than 25 years of technology experience, and is the Co-Founder and CTO of MDmetrix, an interactive data analytics platform that helps clinicians and institutions understand patterns in their data. MDmetrix built its Mission Control application to combat the spread of COVID-19 by providing analytics to institutions and physicians around the country to improve patient care and optimize utilization of resources. MDmetrix uses two Redis modules: RedisJSON for storing data on users and RedisGraph for storing data for analysis.

Favorite Redis feature: “If you consider a module a feature, then our favorite thing is RedisGraph. It allows us to store our customer data flexibly so that our analytics engine can quickly process it.”

RedisConf Takeaway 2020 interview: Afternoon Keynote

Catch Matthew in conversation with Howard Ting, formerly CMO at Redis, as he explains more about how he and his team build Mission Control. MDmetrix was one of the winners of our Rediscover Redis competition!

https://www.youtube.com/embed/WvjV3Hd06p4

Dan Pipe-Mazo

Twitter: @dpipemazo

GitHub: @dpipemazo

LinkedIn: @dpipemazo

Dan Pipe-Mazo is the CTO of Elementary Robotics, whose mission is to create more affordable and accessible robot assistants. Dan has spoken both at Redis Day London 2018 and RedisConf 2019 about Atom, the Redis Streams-based microservice software development kit that the robotic software stack is built on. Atom 2.0, currently released in beta, also uses RedisTimeSeries and Grafana. All Atom users get full dashboards and performance specs of all their microservices with zero additional work, for free. Elementary Robotics has been running 100% of its robotic data on Redis Streams for the last two years!

Favorite Redis feature: “Redis Streams are a game-changer in robotic software as the same action on the publisher side, (XADD), can be interacted with on the client side in either a typical Pub/Sub fashion (XREAD) or a last-value-cache fashion (XREVRANGE). This is perfect for robotics in which we have several high-frequency data inputs (motor position, temperature, etc.) being injected at very high frequencies (> 1kHz).”

RedisConf Takeaway 2020 session: Build a Message Bus with Redis Streams and FastAPI

Learn how to build a message bus—a way for producers to communicate with receivers by adding messages to a persistent data structure—in this session with Kyle Bebak, Web Architect at Elementary Robotics. He demonstrates how you can do this with Redis Streams and FastAPI, a Python web framework.

https://www.youtube.com/embed/LHOjW42-A40

Read more about Carlos, Matthew, and Dan in Rediscover Magazine, available free (online and in print) at Redis.com/rediscover-magazine. The premiere issue features more than a dozen stories on rediscovery, the power of data, real-time financial services, database trends, serving artificial intelligence, and managing remote workers, plus exclusive interviews with Redis creator Salvatore Sanfilippo and more tech leaders.