Open Up Your Database for Advanced Analytics and Beyond
The Old Way: Writing Redundant Code Let's begin with a familiar scenario. For example, imagine you're working on a project that involves extensive data analysis. You need to extract data from a database and perform complex analytics to gain valuable…
Exporting data from relational databases into MongoDB
SlashDB can get the data out of your databases like Oracle, MySQL etc., into an Excel, JSON or XML format. This article takes it further and explains how you can ingest the data into MongoDB to generate collection files. The…
SlashDB + React SDK, a Chain Reaction
Full Tutorial on the Best Way to Build Single Page Apps in React with Database Backend Single Page Applications (SPAs) are widely used these days, and front-end developers have their choice of frameworks to use when designing them. React is…
How-to: Infinite Scroll with SlashDB and React
What is Infinite Scroll? Infinite Scroll is a web design technique that progressively loads items in a scroll-able list as a user scrolls. The technique can be viewed as a progressive loading approach to lists. It should be noted that…
Using API Lazy Loading to Speed Up Client Programs
What is Lazy Loading? Before we can describe what lazy loading in code means, we first have to look at how it's different from what programmers are used to. You may not have heard the name for it before, but…
A Leaderboard Powered by SlashDB and AWS Lambda
Go serverless with SlashDB and AWS Lambda, and see how you can achieve these advantages: Cost Efficiencies – when you don’t have to manage infrastructure you can componentize parts of your entire application and only scale what you need to…
How to connect D3.js to relational databases using API
D3.js is one of those useful tools that make visualizing data fun and interactive. So we’ll show you how to expand your use of SlashDB with D3. Since SlashDB’s API provides access to your data in the formats, HTML, JSON,…
IndexedDB Meets SlashDB
Ever wish you can download complex, parent-child relationship (hierarchical) data from a relational data store and persist that data locally for use from browser or mobile device session to session? In a prior post, we looked at a simple key/value…
Using SlashDB and Browser Local Storage for Cached Data Presentation
Storing information locally within modern browsers local or session storage facilities is a great strategy for assuring that data is available in the case when users are offline (not connected to the Internet) and still want to use back-end data…