Category: mongodb
Posts of Category: mongodb
Posts of Category: mongodb
Integrating MongoDB with Node.js
.lazyload-placeholder { display: none; } A robost moden-day application has a medium of storing data at its backend such as Node application which is able to work with both non-relational (such as PostgresQL, M...Learn MoreJavaScriptNodejsmongodbSpring Data MongoDB - Guide to the @Aggregation Annotation
Introduction MongoDB is a document-based NoSQL database, that stores data in BSON (Binary JSON) format. Like with any database, you'll routinely make calls to read, write or update data stored in the document s...Learn MoreJavamongodbSpringSpring BootAnnotationSpring Data MongoDB - Guide to the @Query Annotation
Introduction If you have worked with Spring Data JPA for any length of time - you're probably acquainted with derived query methods: @Repository public interface BookRepository extends MongoRepository<book, ...Learn MoreJavaDatabasemongodbSpringSpring BootAnnotationGuide to Using The Django MongoDB Engine with Python
Guide to Using The Django MongoDB Engine with Python Introduction In this article, we will see how to use MongoDB, a non-relational database, with Django, a Python Web Framework. Django is commonly used with Po...Learn MorePythonWebsiteDjangomongodbGuide to Flask-MongoEngine in Python
Guide to Flask-MongoEngine in Python Introduction Building a web app almost always means dealing with data from a database. There are various databases to choose from, depending on your preference. In this guid...Learn MorePythonmongodbflaskSpring Data: MongoDB Tutorial
Spring Data: MongoDB Tutorial Overview Spring Data is an umbrella project which contains many submodules, each specific to a particular database. In this article, we'll be covering Spring Data MongoDB by buildi...Learn MoreJavamongodbSpringA Beginner-Level Introduction to MongoDB with Node.js
A Beginner-Level Introduction to MongoDB with Node.js Introduction In this article, we are going to talk about how to use the MongoDB database with Node.js. There are couple of ways to do this, including the a ...Learn MoreJavaScriptDatabaseNodejsmongodbMongoose with Node.js - Object Data Modeling
Mongoose with Node.js - Object Data Modeling Introduction NoSQL brought flexibility to the tabular world of databases. MongoDB in particular became an excellent option to store unstructured JSON documents. Data...Learn MoreJavaScriptDatabaseNodejsmongodbObjectIntroducing Camo: A class-based ES6 ODM for Mongo-like databases
Introducing Camo: A class-based ES6 ODM for Mongo-like databases Edit: Updated Camo code to v0.12.1 What is Camo? Camo is an ES6 ODM with class-based models. A few of its main features are: dead-simple schema d...Learn MoreDatabaseNodejsmongodbes6camoGetting Started with Camo
Getting Started with Camo Edit: Updated code to Camo v0.12.1 Introduction First of all, Camo is a new class-based ES6 ODM for MongoDB and Node. With mainstream ES6 quickly approaching us, I thought we were long...Learn MoreJavaScriptNodejsmongodbes6camoIntegrating MongoDB with Python Using PyMongo
Integrating MongoDB with Python Using PyMongo Introduction In this post, we will dive into MongoDB as a data store from a Python perspective. To that end, we'll write a simple script to showcase what we can ach...Learn MorePythonDatabasemongodbIntegrating MongoDB with Flask Using Flask-PyMongo
Introduction Building a web app almost always means dealing with data from a database. There are various databases to choose from, depending on your preference. In this article, we shall be taking a look at how...Learn MorePythonmongodbflask