about_FarMongo.help.txt

TOPIC
    about_FarMongo
 
SHORT DESCRIPTION
    MongoDB browser in Far Manager
 
LONG DESCRIPTION
    **WARNING**: With this module tools you can change and delete databases,
    collections, documents, and data. Use it on your own risk and be careful.
 
    Requires:
    - Far Manager, FarNet, PowerShellFar
    - MongoDB server http://www.mongodb.org/
    - Mdbc module https://github.com/nightroman/Mdbc
 
    Optional:
    - BsonFile module https://github.com/nightroman/BsonFile
 
    FarMongo provides the following command:
 
        Open-MongoPanel
 
    Import the module and get help about parameters and features:
 
        Import-Module FarMongo
        help Open-MongoPanel -full
 
    This command opens Far Manager panels for browsing MongoDB data.
    Views and aggregation pipelines are supported.
    Panels and features:
 
        Documents: view, edit, create, delete documents
        Databases: view, delete databases, open collection panels
        Collections: view, rename, delete collections, open document panels
 
BSON/JSON FILES
    With optional BsonFile module, you can browse and edit BSON/JSON files:
 
        Open-MongoPanel -BsonFile ...\MyData.bson
 
    If you change data then on closing you are prompted to export data.
    Alternatively, use the menu [F1] \ "Export data to file", any time.
 
    See BsonFile documentation for some details about its work.
 
SEE ALSO
    Release Notes https://github.com/nightroman/FarMongo/blob/master/Release-Notes.md