Kilian Baccaro Salinasdatagym.es·Nov 26, 2024Acelera las consultas sobre un acceso directo en tu EventhouseEste mes de Noviembre viene cargado de novedades en Microsoft Fabric. Hoy voy a comentar una característica sobre la parte de Real-Time Intelligence que me parece muy interesante, la aceleración de consultas. Como ya comenté en el artículo anterior, ...KQL
Ahmad W Khanblog.ahmadwkhan.com·Nov 16, 2024Real-Time AI Applications with Open-Source LLMsThe landscape of real-time AI applications has been transformed by open-source Large Language Models (LLMs) like LLaMA, Falcon, and GPT-J. These models, when combined with powerful tools like Hugging Face, LangChain, and Ollama, enable developers to ...llm
Kilian Baccaro Salinasdatagym.es·Nov 12, 2024Eventhouse – El destino ideal para los datos en tiempo realEn Microsoft Fabric ya disponíamos de dos almacenes de datos, el lakehouse y el warehouse. Como no podía ser de otra manera, aparece otro house, el Eventhouse 🙂 El Eventhouse es un componente fundamental para gestionar y procesar datos en tiempo rea...eventhouse
Alex James Gutschermonitorflow.hashnode.dev·Nov 12, 2024Introducing MonitorFlow: The Open-Source Real-Time Monitoring SaaS You’ve Been Waiting For! 📊🚀Hey, Hashnode community! 👋 I’m excited to share MonitorFlow — an open-source SaaS solution designed to give you real-time monitoring and analytics, without the complexity of traditional solutions. Key Features: Real-Time Monitoring: Track metrics l...SaaS
Arpit ShrivastavaforScroBits Technologies LLPscrobits-technologies.hashnode.dev·Oct 5, 2024How AI Transforms Real-Time Data Processing and AnalyticsOverview of AI in Real-Time Data Processing Ever wondered if AI can provide real-time data? Absolutely! Technologies like AI data stream analysis and real-time data processing with AI are revolutionizing how organizations handle loads of informatio...AI
Rohit Paulrohitpaulscodism.hashnode.dev·Sep 14, 2024Understanding Event-Driven Architecture: Importance and Real-World UsesEvent-Driven Architecture (EDA) is a design paradigm that emphasizes the production, detection, consumption, and reaction to events in a system. This approach is increasingly significant in modern software development, particularly in applications re...event-driven-architecture
Sergii Kirianovcodecryrepeat.hashnode.dev·Aug 6, 2024FeaturedEasy real-time notifications with Supabase RealtimeReal-time notifications is almost an essential part of any application these days. You want your users to be aware of what's happening, allow them to interact with one another or at the very minimum, allow yourself for a unidirectional communication ...27 likes·860 readssupabase
Tharun Kumarnewcoders.hashnode.dev·Jul 25, 2024Dive into Real-Time with Python: From Web Apps to AI and BeyondPython's versatility shines in real-time applications! This powerful language, known for its readability, can be combined with supporting technologies to create a vast array of exciting projects. Here's a glimpse into what Python can do: Dynamic Web...1 likePython
Chineta Adinnunetacci.hashnode.dev·Jul 5, 2024Real-Time Updates with WebSockets in React and Express JSI was working on a project that required real-time updates. I needed to check a user's status and perform certain actions based on the user's current status. For instance, I have a hibernation timer for each user that runs for 3 days. After the timer...100 readswebsockets
Zaid Ahmadzaidahmad.hashnode.dev·May 24, 2024Different ways of handling real-time data (Long Polling, Short Polling, WebSockets)Before we even discuss the various ways of handling real-time data. Let's first understand how data is transferred in the normal circumstances aka. HTTP requests. As shown below, HTTP requests work pretty straightforward, client sends some request th...21 likes·74 readswhat are websockets