CS186 Projects
  • Overview
  • Assignments
    • Project 0: Setup
      • Getting Started
      • Your Tasks
      • Submitting the Assignment
    • Project 1: SQL
      • Getting Started
      • SQL vs. SQLite
      • Your Tasks
      • Testing
      • Submitting the Assignment
    • Project 2: B+ Trees
      • Getting Started
      • Your Tasks
      • Testing
      • Submitting the Assignment
    • Project 3: Joins and Query Optimization
      • Getting Started
      • Part 0: Skeleton Code
      • Part 1: Join Algorithms
        • Task 1 Debugging
        • Task 2 Common Errors
      • Part 2: Query Optimization
      • Testing
      • Submitting the Assignment
    • Project 4: Concurrency
      • Getting Started
      • Part 0: Skeleton Code
      • Part 1: Queuing
      • Part 2: Multigranularity
      • Testing
      • Submitting the Assignment
    • Project 5: Recovery
      • Getting Started
      • Your Tasks
      • Testing
      • Submitting the Assignment
    • Project 6: NoSQL
      • Getting Started
      • Your Tasks
      • Submitting the Assignment
  • Common
    • Adding a partner on GitHub
    • Development Container Setup
    • Miscellaneous
      • Nested Loop Join Animations
Powered by GitBook
On this page
  • Files
  • Gradescope
  • Submitting via upload
  • Grading
  1. Assignments
  2. Project 6: NoSQL

Submitting the Assignment

PreviousYour TasksNextAdding a partner on GitHub

Last updated 20 days ago

Files

You should make sure that all code you modify belongs to the .js files inside the query/ directory.

Gradescope

Once all of your files are prepared in your repo you can submit to Gradescope through GitHub the same way you did for .

Submitting via upload

If your GitHub account has access to many repos, the Gradescope UI might time out while trying to load which repos you have available. If you want to submit via upload, you can zip up your query/ directory and upload that to Gradescope instead.

Grading

  • This project will be worth 5% of your overall grade in the class. 100% of your grade will come from the public tests provided to you.

Project 0