Systems | Development | Analytics | API | Testing

A Stitch in Time: How Jet Analytics Boosts Microsoft Fabric Time-to-Value

Microsoft recently introduced a comprehensive analytics solution for its enterprise customers, Microsoft Fabric. The solution offers data movement, data science, real-time analytics, and business intelligence within a single platform. Microsoft Fabric offers a unified platform for data engineering, science, and analytics, integrating data from Power BI, Azure Synapse, and Azure Data Factory, and using open storage for accessibility and portability.

Why You Need GPU Provisioning for GenAI

GPU as a Service (GPUaaS) serves as a cost-effective solution for organizations who need more GPUs for their ML and gen AI operations. By optimizing the use of existing resources, GPUaaS allows organizations to build and deploy their applications, without waiting for new hardware. In this blog post, we explain how GPUaaS as a service works, how it can close the GPU shortage gap, when to use GPUaaS and how it fits with gen AI.

Enhancing Your Data Management with XML Formatters

In the realm of data integration and management, effectively handling XML files is paramount. The structure and readability of XML (Extensible Markup Language) play a critical roles in data exchange and configuration across various applications and systems. This is where an XML formatter becomes indispensable. By optimizing the readability and structure of XML documents, an XML formatter ensures seamless data integration and management processes.

Unpacking the Differences between AWS Redshift and AWS Athena

On top of their industry-leading cloud infrastructure, Amazon Web Services (AWS) offers more than 15 cloud-based analytics services to satisfy a diverse range of business and IT use cases. For AWS customers, understanding the features and benefits of all 15 AWS analytics services can be a daunting task - not to mention determining which analytics service(s) to deploy for a specific use case.

API Generation: A Better Way of Snowflake Data Extraction for Data Products

Organizations are constantly seeking more efficient ways to extract, transform, and load (ETL) data into their data warehouses. Snowflake, is one of the leaders in cloud data warehousing, has traditionally recommended ETL/ELT processes for data ingestion and extraction. However, for organizations building internal data products, there is a new kid on the block: API generation. Here’s the key things to know from this article.

How to Evolve your Microservice Schemas | Designing Event-Driven Microservices

Schema evolution is the act of modifying the structure of the data in our application, without impacting clients. This can be a challenging problem. However, it gets easier if we start with a flexible data format and take steps to avoid unnecessary data coupling. When we find ourselves having to make breaking changes, we can always fall back to creating new versions of our APIs and events to accommodate those changes.