Skip to main content

Posts Tagged ‘Nosql Database’

Business Team Brainstorming Data Target Financial Cocnept

Integration of DynamoDB with AEM

DynamoDB, offered by Amazon Web Services, is a NoSQL database that provides both key-value and document data models. It supports tables of any size with horizontal scaling (Expanding your infrastructure by incorporating extra nodes or machines to accommodate increased demands.). It empowers developers to create serverless applications that have the flexibility to begin on a […]

Istock 1315109884

Getting Started with Google Firebase

In this article, we’ll be exploring what is firebase and what kind of services it provides. What is Firebase? Firebase may be a powerful platform for your mobile and web application. Your app’s backend can be powered by Firebase, including data storage, user authentication, static hosting, and more. With Firebase, you’ll quickly build mobile and […]

Istock 636249678

To SQL or to NoSQL? That is the question.

There is a lot of confusion and hype out there regarding persistence technologies. It can be difficult to choose the right one. There are many considerations, and each situation requires thoughtful investigation. In this post, we’ll take a 10,000-foot view to help orient you in this landscape. To get the most out of this discussion, […]

Graph Model with Gremlin

Graph Theory: A graph is a pictorial representation of a set of objects where some pairs of objects are connected by links. The interconnected objects are represented by points termed as vertices, and the links that connect the vertices are called edges. Formally, a graph is a pair of sets (V, E), where V is […]