You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this project, we explored how a NoSQL database can be constructed and used. (1) Implemented in C++ using the facilities of the standard C++ Libraries and Visual Studio 2015. (2)Implemented a template class providing key/value in-memory databases where each value consists of: Metadata: An item name string A category name string A text descript…