-
Notifications
You must be signed in to change notification settings - Fork 1.2k
NoSQL Topic
Liz Howard edited this page Jun 7, 2018
·
1 revision
The NoSQL topic has had some planning and outlining done, but no one has created any of the content yet.
- Write queries to find, insert, update, and delete documents
- Write queries to aggregate data across multiple documents
- Write queries to find data from multiple documents
- Introduction to Mongo
- What is MongoDB?
- Installing the Mongo Client
- Connecting to a Mongo Database
- Finding a Document by direct property match
- Finding a Document with matchers
- $gt & $lt, etc
- Finding multiple Documents in a collection
- Finding an Embedded Document
- Querying Arrays in Documents
- Querying Embedded Arrays
- Using Text Search to find Documents
- Using Geospatial Queries to find Documents
- Filtering columns and limiting result count in a result set
- Inserting Documents into a Collection
- Updating Documents
- Deleting Documents
- Aggregation pipelines
- ?
- Create Data Models in MongoDB
- Configure a MongoDB Server for Development or Production
- Configure monitoring on a MongoDB server
- Configure Indexes in MongoDB
- Configure Backups for MongoDB
- Configure Sharding in MongoDB
-
these need to be cleaned up
-
Connect to a key-value store
-
Set the value of a key
-
Find values by their keys
- Find exact key matches
- Find keys by pattern
- Search the whole key space
-
Use data structures
-
Fetch multiple keys
-
Set multiple keys
-
Write an idempotent transaction that modifies multiple keys
-
Analyze the performance characteristics of a key value store
- Get someone to help write graphQL standards
Want to contribute to this wiki? Go right ahead! If it has to do with how the Enki software ecosystem works, or editorial guidelines for how to write, let us handle that. Anything else, edit away!
Curriculum Format:
- Topic Documentation
- Course Documentation
- Workout Documentation
- Insight Documentation
- Glossary Documentation
Contributor Resources:
Curriculum overview:
Topic pages: