Sunday, August 13, 2017

Syncing Databases Properly to Work With eCommerce Business Applications

DZone Database Zone
Syncing Databases Properly to Work With eCommerce Business Applications

When it comes to planning database backends for eCommerce sites and applications, one may come across many technical terms like:

Simple MySQL PostgreSQL-powered Cloud Redundant database Multi-zone NoSQL backend

These all are standard terms that describe databases of different eCommerce systems, but what do they mean and how do they work? What is the purpose of a database? Is it possible to run an eCommerce store without a database?

No comments:

Fun With SQL: Functions in Postgres

DZone Database Zone Fun With SQL: Functions in Postgres In our previous  Fun with SQL  post on the  Citus Data  blog, we covered w...