SearchWiki
NoSQL.RecentChanges
Edit Page
Page Revisions
Groups available

CSA
Calendar
Main
NoSQL
People
PmWiki
PmWikiIt
PtvDev
RssFeeds
ScriptaVox
ScriptaWeb
ScriptaWiki

Quick links

TextFormattingRules
Edit Menu

Campaigns

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:

body
Same as: tail +2 < table
see
Same as: cat -vte < table

Once again, this shows how powerful the UNIX operating system already is of its own, and how handy it can be for an additional package like NoSQL to be able to tap into this power without having to reinvent the wheel.

Invoking NoSQL programs and operators is straightforward:

        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 >>

Edit Page - Page Revisions - WikiHelp - SearchWiki - RecentChanges - Printable version
Page last modified on September 02, 2003, at 11:34 (CEST)