Operations | Monitoring | ITSM | DevOps | Cloud

Technology

The latest News and Information on APIs, Mobile, AI, Machine Learning, IoT, Open Source and more!

Upgrade Your IoT/OT Tech Stack: Replace Legacy Data Historians with InfluxDB

Manufacturing and industrial organizations are firmly in the era of Industry 4.0. The third wave of industrial revolution, which saw the introduction of computers, robots, and automation in industrial processes, has given way to instrumentation, and the use of advanced technologies, like machine learning (ML) and artificial intelligence (AI), using both raw and trained data, to enhance industrial processes.

Streaming conversion of Apache Kafka topics from JSON to Avro with Apache Flink

Pushing data in JSON format to an Apache Kafka topic is very common. However, dealing with messages not having a predefined structure can create some problems, specifically when trying to sink the data via connectors, like the JDBC sink, which require the knowledge of the message structure. Transforming the messages from JSON to AVRO can enforce a schema on messages and allow the usage of a bigger variety of connectors.

The Ultimate Guide to Accessing & Using APIs

Application programming interfaces (APIs) are interface software programs that enable applications to communicate with one another through a series of protocols and definitions. They offer a standardized and secure way for apps to work together and provide the functionality and information requested without user intervention. You can think of an API as an entry point for an app or website.

Add ChatGPT to Mattermost in 2 minutes

We're highlighting a ChatGPT/Mattermost bot project created by Mattermost community member Sebastian Müller. Try out ChatGPT on your own Mattermost server with this easy integration. If you have your own interesting Mattermost integration that you'd like us to highlight, join the Community server and message

API observability: Leveraging OTel to improve developer experience

APIs provide a way to simplify development, reduce costs, and create more flexible and scalable applications. Much of today’s development relies on APIs – in the integration of third-party services, in the communication between microservices, in mobile app development, and in other use cases. Some APIs even exist as products themselves for customers to use.

Open sourcing the CircleCI Language Server

The official CircleCI extension for Visual Studio Code is now available for anyone to download on the VS Code Marketplace. This extension was developed by the Developer Experience team of CircleCI and it includes two sets of features: the pipeline manager and the config helper. The config helper provides language support for CircleCI YAML files.