Systems | Development | Analytics | API | Testing

Announcing General Availability of Model Registry

In the dynamic world of machine learning operations (MLOps), staying ahead of the curve is essential. That’s why we’re excited to announce the Cloudera Model Registry as generally available, a game-changer that’s set to transform the way you manage your machine learning models in production environments.

Ultimate guide: Best databases for NodeJS apps

NodeJS is a JavaScript-based backend framework for web applications. It enables fast, scalable, and efficient development with high concurrency and data streams. Choosing the right database for NodeJS applications is a challenge for developers. A database should store and manage the data, handle the volume and velocity of data, provide the features and functionality you need, and be compatible, easy, secure, and reliable with NodeJS.

Fortify API Gateway Deployments with decK File Linting

API gateways serve as the final checkpoint for your APIs. As such, gateway configuration is critical to ensuring that your APIs remain secure, available, and responsive. Ensuring that all changes to these configurations are intentional and follow your organization's best practices is key to maintaining a robust API gateway deployment. decK 1.28 adds a brand new feature that allows you to natively validate your gateway configurations against custom rule sets.

How to Create a Bar Graph in Google Sheets [3 Easy Steps]

Look, while they’re certainly not the easiest way to consume information, most companies are still using spreadsheets in order to pull a lot of different data into one place. That’s the strength of Spreadsheets – collating a lot of information in one place. And while there’s a lot of functionality within a tool like Google Sheets to categorize and manipulate the data, it’s not the best tool to present performance data to others.

Reinventing ERP Insights With Maxa and Snowflake Native Apps

ERP systems run the world’s businesses. These stalwart systems are great at managing records and processes for finance, operations, supply chain management and more. But their insights need an upgrade. That’s the case put forward by Maxa, an enterprise-grade startup that has made it their mission to reinvent the way companies access and use ERP data for transformational insights.

The AI revenue wave

The past year has seen an unprecedented AI hype wave triggered by the launch of OpenAI’s ChatGPT. Analysis abounds on whether the hype is real, where value will accrue and whether generative AI-first product builders have a real shot at category disruption or creation. As frenzied R&D and market activity continue unabated, market maps and take after take continue to drop hot. But what about revenue?

Charging For API Usage By Unique User

When it comes to monetizing APIs, there are a lot of ways you can do it. One popular way to do so is to charge based on how many unique users are utilizing your API. A good example would be charging $7 per month for each user using your API. For a company with five users accessing the API in a given month, their monthly statement would show a charge of $35 (plus any applicable taxes).

A Deep Dive Into Sending With librdkafka

In a previous blog post (How To Survive an Apache Kafka® Outage) I outlined the effects on applications during partial or total Kafka cluster outages and proposed some architectural strategies to handle these types of service interruptions. The applications most heavily impacted by this type of outage are external interfaces that receive data, do not control request flow, and possibly perform some form of business transaction with the outside world before producing to Kafka.