Keyhole Fabric API Gateway by Keyhole Labs is Accepted into Hyperledger Labs

Keyhole Fabric API Gateway Accepted Into Hyperledger Labs

Keyhole Software API Development, Articles, Blockchain, Company News, Hyperledger Leave a Comment

The Keyhole Labs team has announced that the Keyhole Fabric API Gateway has been accepted into Hyperledger Labs.

Hyperledgerยฎ Labs is a community-based innovation space gathering people who share a common interest in developing blockchain-related software. Entrance into Hyperledger Labs allows the Keyhole Fabric API Gateway to be further tested, innovated, and used by the wider Hyperledger community.

See the official announcement on the Keyhole Labs blog.

Release: Byzantine API Gateway Tool

Keyhole Software API Development, Articles, Blockchain, Company News, Hyperledger, Keyhole, Keyhole Creations Leave a Comment

Theย Keyhole Labs team is proud to announce the release of the Byzantine API Gateway, a new addition to our Byzantine Tools initiative.ย  The Byzantine API Gateway provides client access to a Hyperledger Fabric blockchain network through RESTful APIs. This addition joins a series of blockchain open source projects to enhance and accompany Hyperledger blockchain networks.

Keyhole Labs is a group within Keyhole dedicated to creating open source solutions that help software developers in their craft. Byzantine Tools is an extension of our Keyhole Labs open source initiatives with a more specific focus on blockchain technology.

While cryptocurrencies brought blockchain to the forefront of technology headlines, the technology underneath has true potential value for the enterprise outside of the cryptocurrency space. The features provided by blockchain technology can lead to business benefits like lower costs, higher efficiency, and lower risk through decentralization and immutability.

API Development Services

We specialize in developing robust, well-documented APIs that serve as the backbone of enterprise applications. Whether you’re building new digital products, modernizing legacy integrations, or enabling secure access to your data, our expert developers help you design and implement APIs that are reliable, scalable, and built to last.

How to Optimize API Performance for High-Traffic Applications

Adi Rosenblum Keyhole, Videos Leave a Comment

When an application struggles to keep up with user demand, slow response times can frustrate users and impact business performance. Without proper optimization, heavy traffic can lead to slow load times, system crashes, and lost opportunities. At Keyhole Software, we specialize in helping businesses optimize API performance for high-traffic applications to ensure their systems remain fast, reliable, and scalable. In …

Auto-Publishing & Monitoring APIs With Spring Boot

David Pitt API Development, Articles, Development Technologies & Tools, Keyhole Creations, Microservices, REST, Spring Boot, Tutorial Leave a Comment

If you are heading down the path of a Microservices style of architecture, one tenant you will need to embrace is automation. Many moving parts are introduced with this style of architecture. If successful, your environment will have a plethora of service APIs available that the enterprise can consume for application development and integration.

This means that there must be a way that available API documentation can be discovered. API information needs to be effectively communicated throughout the enterprise that shows where APIs are used, how often APIs are used, and when APIs change. Not having this type of monitoring in place will hinder and possibly cripple the agility benefits that a Microservice style of architecture can bring to the enterprise.

This blog will describe how Swagger/OpenAPI documentation can be applied to aย Spring Boot implementation. We will show how API documentation and monitoring can be automatically published toย an API documentation portal.

As an example, we introduce a reference Spring Boot API CRUD application (using Spring MVC/Data with Spring Fox) and set up the automatic publishing of API documentation and statistics to documentation portal GrokOla. In the example, we introduce two open source utilitiesย to help and allow published APIs the ability toย be searched and notify users whenย changed….