Check out the following infographics and brief break-down to help you visualize and understand the decisions involved in choosing a microservice architecture.
Here's how to link Apache Kafka and Ignite, for maintaining scalability and reliability for data processing. We'll explore injecting data with KafkaStreamer, as well as IgniteSinkConnector.
Recently, while working on a Python app, I needed an SQLAlchemy functionality to insert default values into SQLite database. In particular, I simply needed to execute some DDL only once after the database was created. How does SQLAlchemy handle this? Let’s investigate it on a simple database model for a prototype of a todo app created in the online database designer Vertabelo.
In recent years, API use, and reliance on web services has increased. Here's a list of 12 awesome web service testing tools to aid your API and web service journey.
Spotlight.io is a new API and modeling tool, and has some neat features. Here's a quick introductory overview of Spotlight, and cool services such as automatic generation of an OpenAPI Spec.
Microservices-based systems are increasingly prevalent. Here's a look at five common microservice-specific performance challenges and how to meet them.
Here;s a look at REST API documentation with the JAXRS-Analyzer. API documents are by default technical catalogs, and developers must have instructions fir requesting service from platforms or systems.
OpenCart is one of the most popular eCommerce platforms available on the market today. In this article, we will walk through the simple steps involved in setting up the multi-store feature using a single OpenCart installation.
I’m not an ETL expert. In fact, I haven’t done any professional ETL work for several years. My skills are, at best, rusty. With this in mind, I knew I’d have a hard time extracting data from a local database in order to move it up to Azure SQL Data Warehouse. Read on to hear about my journey.