![]() |
SearchWiki NoSQL.RecentChanges Edit Page Page Revisions |
| The NoSQL system comprises a set of programs called operators.
Each operator is a separate program module that performs a unique function on the data.
At one time NoSQL used to have extra operators, like body, see, etc. At some point I realized how useless they were, so I dropped them. After all they were just calls to ordinary UNIX utilities. There was really no point in providing special operators just for them, as their function could be done by applying those system commands directly. For instance:
command [options] [arguments]where command is the name of the desired NoSQL operator or utility. Make sure the directory containing the NoSQL executables, usually /usr/local/nosql/bin/, is in your PATH. Most operators take a --help switch that will show the available command line options and arguments and provide some usage notes. --- TODO: provide a short description and usage example of each command << DataTypes | NoSQL.DocumentationIndex | ReadingData >> |