Skip to content

Latest commit

 

History

History
58 lines (57 loc) · 1008 Bytes

Feature Checklist.md

File metadata and controls

58 lines (57 loc) · 1008 Bytes

MongoKitten Feature Checklist

  • GridFS support
    • Basic file storage and indexing
    • Per-chunk file reading
  • Basic CRUD
    • findOne
    • find (dbcommand)
    • findAndModify
  • Correct error handling
  • Authentication
  • Connection pooling
  • DBRef
  • Database Commands
    • Collection.Group
    • Collection.MapReduce
  • Geospatial Commands
  • Parallel Collection Scan ???
  • Plan Cache ????
  • Replication Commands [TBD]
  • Sharding Commands [TBD]
  • Administration
    • Copydb?
    • Drop database
    • Collection create, clone
    • create, list, drop indexes
    • connection status
    • compact?
    • collMod
    • reIndex
    • set, get parameter
    • repairdatabase
    • repaircursor
    • touch
    • shutdown????
    • logRotate????
  • Further:
    • Explain [not needed yet]
    • Collstats
    • buildInfo
    • dbStats
    • getCmdLineOpts
    • getLog
    • hostInfo
    • features
  • User management
    • Create
    • Update
    • Drop, DropAll
    • Grant, Revoke
    • Info
  • Role management
    • Create
    • Update
    • Drop
    • DropAll
    • Grant
    • etc