Best Practices for Building Great API Developer Portals

An API without proper documentation is no better than no API at all. Having a great developer portal is a critical part of your API’s developer experience and is instrumental in driving adoption.

The user experience of a developer portal, the completeness of the API documentation, the ease with which you can search for the right solution for their needs, and the speed at which developers can start calling your endpoints are all fundamental to the success of an API product. https://goo.gl/QTP1zA #DataIntegration #ML

Apache Ignite Transactions Architecture: Failover and Recovery

In the previous article in this series, we looked at concurrency modes and isolation levels. Here the are topics we will cover in the rest of this series:

* Failover and recovery.
* Transaction handling at the level of Ignite persistence (WAL, checkpointing, and more).
* Transaction handling at the level of 3rd party persistence.

In this article, we will focus on how Apache Ignite handles failover and recovery during transaction execution. https://goo.gl/GDaPJ8 #DataIntegration #ML