The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

metaweb -- command line interface to Metaweb

SYNOPSIS

metaweb my_query.mql

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

DESCRIPTION

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.

OPTIONS

write

If --write is specified, this is a write query. (Default is "read").

username

Username to login as (no longer required for read access).

password

Password for login (no longer required for read access).

server

Server to login to. Defaults to http://freebase.com

login_path

Login path relative to the server. Defaults to what Freebase uses.

read_path

Metaweb read path relative to the server. Defaults to what Freebase uses.