
metaweb -- command line interface to Metaweb

metaweb my_query.mql
metaweb --username foo --password bar --server http://example.com my_query.mql

The metaweb script provides a basic command line interface to Metaweb databases, including Freebase (http://freebase.com).
This module assumes JSON-formatted queries. Support for Perl-formatted queries will be added later.

If --write is specified, this is a write query. (Default is "read").
Username to login as (no longer required for read access).
Password for login (no longer required for read access).
Server to login to. Defaults to http://freebase.com
Login path relative to the server. Defaults to what Freebase uses.
Metaweb read path relative to the server. Defaults to what Freebase uses.