mydata-iadb/standardized-public-debt-database-3bvi-edbq
Loading...

Query the Data Delivery Network

Query the DDN

The easiest way to query any data on Splitgraph is via the "Data Delivery Network" (DDN). The DDN is a single endpoint that speaks the PostgreSQL wire protocol. Any Splitgraph user can connect to it at data.splitgraph.com:5432 and query any version of over 40,000 datasets that are hosted or proxied by Splitgraph.

For example, you can query the standardized_public_debt_database table in this repository, by referencing it like:

"mydata-iadb/standardized-public-debt-database-3bvi-edbq:latest"."standardized_public_debt_database"

or in a full query, like:

SELECT
    ":id", -- Socrata column ID
    "due_11y_tot_oth", -- Total payments due in 11 years or more made on both principal and interest of debt held by all other holders other than the Central Bank (Millions of USD)
    "due_int_oth", -- Payments due in 11 years or more on interest of debt held by all other holders other than the Central Bank (Millions of USD)
    "due_11y_ppal_oth", -- Payments due in 11 years or more on principal of debt held by all other holders other than the Central Bank (Millions of USD)
    "due_11y_tot_cb", -- Total payments due in 11 years or more made on both principal and interest of debt held by the Central Bank (Millions of USD)
    "due_11y_int_cb", -- Payments due in 11 years or more on interest of debt held by the Central Bank (Millions of USD)
    "due_11y_ppal_cb", -- Payments due in 11 years or more on principal of debt held by the Central Bank (Millions of USD)
    "due_6y_10y_tot_oth", -- Total payments due in 6 to 10 years made on both principal and interest of debt held by all other holders other than the Central Bank (Millions of USD)
    "due_6y_10y_ppal_oth", -- Payments due in 6 to 10 years on principal of debt held by all other holders other than the Central Bank (Millions of USD)
    "due_6y_10y_tot_cb", -- Total payments due in 6 to 10 years made on both principal and interest of debt held by the Central Bank (Millions of USD)
    "due_6y_10y_int_cb", -- Payments due in 6 to 10 years on interest of debt held by the Central Bank (Millions of USD)
    "due_5y_int_oth", -- Payments due in 5 years on interest of debt held by all other holders other than the Central Bank (Millions of USD)
    "due_5y_tot_cb", -- Total payments due in 5 years on both principal and interest of debt held by the Central Bank (Millions of USD)
    "due_5y_ppal_cb", -- Payments due in 5 years on principal of debt held by the Central Bank (Millions of USD)
    "due_4y_tot_oth", -- Total payments due in 4 years on both principal and interest of debt held by all other holders other than the Central Bank (Millions of USD)
    "due_4y_ppal_oth", -- Payments due in 4 years on principal of debt held by all other holders other than the Central Bank (Millions of USD)
    "due_4y_tot_cb", -- Total payments due in 4 years on both principal and interest of debt held by the Central Bank (Millions of USD)
    "due_4y_int_cb", -- Payments due in 4 years on interest of debt held by the Central Bank (Millions of USD)
    "due_3y_tot_oth", -- Total payments due in 3 years on both principal and interest of debt held by all other holders other than the Central Bank (Millions of USD)
    "due_3y_ppal_oth", -- Payments due in 3 years on principal of debt held by all other holders other than the Central Bank (Millions of USD)
    "due_3y_tot_cb", -- Total payments due in 3 years on both principal and interest of debt held by the Central Bank (Millions of USD)
    "due_3y_int_cb", -- Payments due in 3 years on interest of debt held by the Central Bank (Millions of USD)
    "due_3y_ppal_cb", -- Payments due in 3 years on principal of debt held by the Central Bank (Millions of USD)
    "due_2y_tot_oth", -- Total payments due in 2 years on both principal and interest of debt held by all other holders other than the Central Bank (Millions of USD)
    "due_2y_int_oth", -- Payments due in 2 years on interest of debt held by all other holders other than the Central Bank (Millions of USD)
    "due_2y_ppal_oth", -- Payments due in 2 years on principal of debt held by all other holders other than the Central Bank (Millions of USD)
    "due_2y_int_cb", -- Payments due in 2 years on interest of debt held by the Central Bank (Millions of USD)
    "due_2y_ppal_cb", -- Payments due in 2 years on principal of debt held by the Central Bank (Millions of USD)
    "due_1y_tot_oth", -- Total payments due in the current or next year on both principal and interest of debt held by all other holders other than the Central Bank (Millions of USD)
    "due_1y_ppal_oth", -- Payments due in the current or next year on principal of debt held by all other holders other than the Central Bank (Millions of USD)
    "due_1y_tot_cb", -- Total payments due in the current or next year on both principal and interest of debt held by the Central Bank (Millions of USD)
    "due_1y_int_cb", -- Payments due in the current or next year on interest of debt held by the Central Bank (Millions of USD)
    "due_1y_ppal_cb", -- Payments due in the current or next year on principal of debt held by the Central Bank (Millions of USD)
    "due_11y_tot_kind", -- Total payments due in 11 years or more (obtained by adding principal and interest payments) (Millions of USD)
    "due_11y_int_int", -- Payments due in 11 years or more on interest of internal debt (Millions of USD)
    "due_11y_int_ext", -- Payments due in 11 years or more on interest of external debt (Millions of USD)
    "due_11y_ppal_tot", -- Payments due in 11 years or more on principal of internal and external debt (Millions of USD)
    "due_11y_ppal_ext", -- Payments due in 11 years or more on principal of external debt (Millions of USD)
    "due_6y_10y_int_int", -- Payments due in 6 to 10 years on interest of internal debt (Millions of USD)
    "due_6y_10y_int_ext", -- Payments due in 6 to 10 years on interest of external debt (Millions of USD)
    "due_6y_10y_ppal_tot", -- Payments due in 6 to 10 years on principal of internal and external debt (Millions of USD)
    "due_6y_10y_ppal_int", -- Payments due in 6 to 10 years on principal of internal debt (Millions of USD)
    "due_6y_10y_ppal_ext", -- Payments due in 6 to 10 years on principal of external debt (Millions of USD)
    "due_5y_int_ext", -- Payments due in 5 years on interest of external debt (Millions of USD)
    "due_5y_ppal_int", -- Payments due in 5 years on principal of internal debt (Millions of USD)
    "due_5y_ppal_ext", -- Payments due in 5 years on principal of external debt (Millions of USD)
    "due_4y_int_int", -- Payments due in 4 years on interest of internal debt (Millions of USD)
    "due_4y_int_ext", -- Payments due in 4 years on interest of external debt (Millions of USD)
    "due_4y_ppal_int", -- Payments due in 4 years on principal of internal debt (Millions of USD)
    "due_4y_ppal_ext", -- Payments due in 4 years on principal of external debt (Millions of USD)
    "due_3y_tot_kind", -- Total payments due in 3 years (obtained by adding principal and interest payments) (Millions of USD)
    "due_3y_int_tot", -- Payments due in 3 years on interest of internal and external debt (Millions of USD)
    "due_3y_int_ext", -- Payments due in 3 years on interest of external debt (Millions of USD)
    "due_3y_ppal_int", -- Payments due in 3 years on principal of internal debt (Millions of USD)
    "due_3y_ppal_ext", -- Payments due in 3 years on principal of external debt (Millions of USD)
    "due_2y_int_ext", -- Payments due in 2 years on interest of external debt (Millions of USD)
    "due_2y_ppal_tot", -- Payments due in 2 years on principal of internal and external debt (Millions of USD)
    "due_1y_tot_kind", -- Total payments due in the current or next year (obtained by adding principal and interest payments) (Millions of USD)
    "due_1y_int_tot", -- Payments due in the current or next year on interest of internal and external debt (Millions of USD)
    "due_1y_int_ext", -- Payments due in the current or next year on interest of external debt (Millions of USD)
    "due_1y_ppal_tot", -- Payments due in the current or next year on principal of internal and external debt (Millions of USD)
    "due_1y_ppal_int", -- Payments due in the current or next year on principal of internal debt (Millions of USD)
    "due_1y_ppal_ext", -- Payments due in the current or next year on principal of external debt (Millions of USD)
    "bycurr_debt_for", -- Percentage of total debt issued in (non indexed) foreign currency (% of total debt)
    "pay_oth_tot", -- Total payments made of debt held by holders other than the Central Bank (Millions of USD)
    "pay_ppal_oth", -- Payments on principal of debt held by holders other than the Central Bank (Millions of USD)
    "pay_cb_tot", -- Total payments made of debt held by the Central Bank (Millions of USD)
    "pay_ppal_cb", -- Payments on principal of debt held by the Central Bank (Millions of USD)
    "pay_tot_kind", -- Total payments made (obtained by adding principal and interest payments) (Millions of USD)
    "pay_int_tot", -- Payments on interest made on internal and external debt (Millions of USD)
    "pay_int_int", -- Payments on Interest made on internal debt (Millions of USD)
    "pay_ppal_tot", -- Payments on principal made on internal and external debt (Millions of USD)
    "net_debt_4", -- Total debt net of Central Bank's holdings, International Reserves and PPF Assets (Millions of USD)
    "ppfassets", -- Private Pension Funds (PPF) Assets  (Millions of USD)
    "reserves", -- International Reserves at the Central Bank (Millions of USD)
    "net_debt_2", -- Total debt net of Central Bank's holdings (Millions of USD)
    "crossholding", -- Debt held by the Central Bank (non-marketable debt is excluded) (Millions of USD)
    "net_debt_1", -- Net Debt 1 (Millions of USD)
    "liqassetscg", -- Total Liquid Financial Assets of the Central Government  (Millions of USD)
    "heldby_tot", -- Sum of debt by holders (Millions of USD)
    "heldby_cb", -- Debt held by the Central Bank (non-marketable debt is excluded) (Millions of USD)
    "debt_nonindex", -- Total debt under non-indexed currency as % of total debt (% of total debt)
    "debt_index", -- Total debt under indexed currency as % of total debt (% of total debt)
    "dom_i_flr", -- Debt  issued in (indexed) domestic currency with a floating rate (Millions of USD)
    "dom_i_fr", -- Debt  issued in (indexed) domestic currency with a fixed rate (Millions of USD)
    "dom_n_i_flr", -- Debt  issued in (non-indexed) domestic currency with a floating rate (Millions of USD)
    "dom_n_i_fr", -- Debt  issued in (non-indexed) domestic currency with a fixed rate (Millions of USD)
    "tot_debt_for", -- Sum of the foreign currency and rate disaggretations (Millions of USD)
    "for_i_flr", -- Debt  issued in (indexed) foreign currency with a floating rate (Millions of USD)
    "for_i_fr", -- Debt  issued in (indexed) foreign currency with a fixed rate (Millions of USD)
    "for_n_i_fr", -- Debt  issued in (non-indexed) foreign currency with a fixed rate (Millions of USD)
    "avgmat_intcurr", -- Average remaining maturity for debt that has been issued under domestic currency (Years)
    "matandcurr_tot", -- Sum of the maturity and currency disaggregations (Millions of USD)
    "matandcurr_long_tot", -- Total debt  with long (over 5 years) remaining maturity (Millions of USD)
    "long_extcurr", -- Debt  with long remaining maturity (over 5 years) that has been issued under foreign currency (Millions of USD)
    "matandcurr_med_tot", -- Total debt  with medium remaining (1 to 5 years) maturity (Millions of USD)
    "med_intcurr", -- Debt  with medium remaining maturity (1 to 5 years) that has been issued under domestic currency (Millions of USD)
    "med_extcurr", -- Debt  with medium remaining maturity (1 to 5 years) that has been issued under foreign currency (Millions of USD)
    "matandcurr_short_tot", -- Total debt  with short remaining  (less than 1 year)  maturity (Millions of USD)
    "short_intcurr", -- Debt  with short remaining maturity  (less than 1 year)  that has been issued under domestic currency (Millions of USD)
    "avgmat_int", -- Average remaining maturity for debt under internal legislation (Years)
    "avgmat_ext", -- Average remaining maturity for debt under external legislation (Years)
    "totaldebt_long_term_int", -- Debt  with long remaining maturity (over 5 years) that has been issued under internal legislation (Millions of USD)
    "totaldebt_long_term_ext", -- Debt  with long remaining maturity (over 5 years) that has been issued under external legislation (Millions of USD)
    "totaldebt_med_term", -- Total debt  with medium remaining (1 to 5 years) maturity (Millions of USD)
    "totaldebt_med_term_int", -- Debt  with medium remaining maturity (1 to 5 years) that has been issued under internal legislation (Millions of USD)
    "totaldebt_med_term_ext", -- Debt  with medium remaining maturity (1 to 5 years) that has been issued under external legislation (Millions of USD)
    "totaldebt_short_term", -- Total debt  with short remaining  (less than 1 year)  maturity (Millions of USD)
    "totaldebt_short_term_int", -- Debt  with short remaining maturity  (less than 1 year)  that has been issued under internal legislation (Millions of USD)
    "totaldebt_short_term_ext", -- Debt  with short remaining maturity (less than 1 year)  that has been issued under external legislation (Millions of USD)
    "currandleg_total", -- Sum of the 4 currency and legislation disaggregations (Millions of USD)
    "dom_int", -- Total debt under internal legislation issued in domestic currency (Millions of USD)
    "dom_ext", -- Total debt under external legislation issued in domestic currency (Millions of USD)
    "for_int", -- Total debt under internal legislation issued in foreign currency (Millions of USD)
    "for_ext", -- Total debt under external legislation issued in foreign currency (Millions of USD)
    "legandcred_int_tot", -- Internal legislation debt to total debt ratio (% of total debt)
    "legandcred_ext_tot", -- External legislation debt to total debt ratio (% of total debt)
    "legandcred_total", -- Total debt under internal and external legislations (Millions of USD)
    "totaldomestic", -- Total debt under internal legislation (Millions of USD)
    "external", -- Total debt under external legislation (Millions of USD)
    "nonofficialexternaldebt", -- Total non-official debt under external legislation (Millions of USD)
    "officialexternaldebt", -- Official debt under external legislation (Millions of USD)
    "othext", -- Percentage of external legislation debt that is Other debt (% of external debt)
    "marext", -- Percentage of external legislation debt that is Market debt (% of external debt)
    "bankext", -- Percentage of external legislation debt that is Bank debt (% of external debt)
    "offext", -- Percentage of external legislation debt that is Official debt (% of external debt)
    "mardom", -- Sum of all shares of internal legislation debt (% of Internal debt)
    "bankdom", -- Percentage of internal legislation debt that is Bank debt (% of Internal debt)
    "tot_oth", -- Total other non-official debt (Millions of USD)
    "int_oth", -- Other non-official under internal legislation (Millions of USD)
    "ext_oth", -- Other non-official under external legislation (Millions of USD)
    "total_mkt", -- Total Marketable Instrument Debt (Millions of USD)
    "dom_market", -- Marketable Instrument Debt under internal legislation (Millions of USD)
    "int_nonresholders", -- Marketable Instrument Debt under internal legislation  - Non-resident holders (Millions of USD)
    "int_resholders", -- Marketable Instrument Debt under internal legislation - Resident holders (Millions of USD)
    "ext_marketinstrument", -- Marketable Instrument Debt under external legislation (Millions of USD)
    "ext_nonresholders", -- Marketable Instrument Debt under external legislation  - Non-resident holders (Millions of USD)
    "dombanks", -- Bank Loans under internal legislation (Millions of USD)
    "foreignbanks", -- Bank Loans under external legislation (Millions of USD)
    "totalnonofficialdebt", -- Total Non-official debt (Millions of USD)
    "officialdebt", -- Total debt with Official Institutions (multilateral agencies and bilateral loans) (Millions of USD)
    "exttogdp", -- External legislation debt to GDP Ratio (% of GDP)
    "domestogdp", -- Internal legislation debt to GDP Ratio (% of GDP)
    "exchangeratencperusd", -- Exchange Rate (Domestic currency per USD)
    "debt_gdp", -- Total Debt to GDP Ratio (% of GDP)
    "totaldebt", -- Total Gross Public Debt (Millions of USD)
    "debtcb", -- Gross Debt of the Central Bank (Millions of USD)
    "debtccgov", -- Total Central Government Gross Debt (Millions of USD)
    "year", -- Year (Year_I corresonds to the data as of June of that year. Year corresponds to the data as of December)
    "id", -- Identification code
    "country",
    "due_5y_tot_oth", -- Total payments due in 5 years on both principal and interest of debt held by all other holders other than the Central Bank (Millions of USD)
    "due_5y_ppal_oth", -- Payments due in 5 years on principal of debt held by all other holders other than the Central Bank (Millions of USD)
    "due_5y_int_cb", -- Payments due in 5 years on interest of debt held by the Central Bank (Millions of USD)
    "due_4y_int_tot", -- Payments due in 4 years on interest of internal and external debt (Millions of USD)
    "due_4y_int_oth", -- Payments due in 4 years on interest of debt held by all other holders other than the Central Bank (Millions of USD)
    "due_4y_ppal_cb", -- Payments due in 4 years on principal of debt held by the Central Bank (Millions of USD)
    "due_3y_int_oth", -- Payments due in 3 years on interest of debt held by all other holders other than the Central Bank (Millions of USD)
    "due_2y_tot_cb", -- Total payments due in 2 years on both principal and interest of debt held by the Central Bank (Millions of USD)
    "due_1y_int_oth", -- Payments due in the current or next year on interest of debt held by all other holders other than the Central Bank (Millions of USD)
    "due_11y_int_tot", -- Payments due in 11 years or more on interest of internal and external debt (Millions of USD)
    "due_11y_ppal_int", -- Payments due in 11 years or more on principal of internal debt (Millions of USD)
    "due_6y_10y_tot_kind", -- Total payments due in 6 to 10 years (obtained by adding principal and interest payments) (Millions of USD)
    "due_6y_10y_int_tot", -- Payments due in 6 to 10 years on interest of internal and external debt (Millions of USD)
    "due_5y_tot_kind", -- Total payments due in 5 years (obtained by adding principal and interest payments) (Millions of USD)
    "due_5y_int_tot", -- Payments due in 5 years on interest of internal and external debt (Millions of USD)
    "due_5y_int_int", -- Payments due in 5 years on interest of internal debt (Millions of USD)
    "due_5y_ppal_tot", -- Payments due in 5 years on principal of internal and external debt (Millions of USD)
    "due_4y_tot_kind", -- Total payments due in 4 years (obtained by adding principal and interest payments) (Millions of USD)
    "due_4y_ppal_tot", -- Payments due in 4 years on principal of internal and external debt (Millions of USD)
    "due_3y_int_int", -- Payments due in 3 years on interest of internal debt (Millions of USD)
    "due_2y_tot_kind", -- Total payments due in 2 years (obtained by adding principal and interest payments) (Millions of USD)
    "due_2y_int_tot", -- Payments due in 2 years on interest of internal and external debt (Millions of USD)
    "due_2y_int_int", -- Payments due in 2 years on interest of internal debt (Millions of USD)
    "due_2y_ppal_int", -- Payments due in 2 years on principal of internal debt (Millions of USD)
    "due_2y_ppal_ext", -- Payments due in 2 years on principal of external debt (Millions of USD)
    "due_1y_int_int", -- Payments due in the current or next year on interest of internal debt (Millions of USD)
    "bycurr_debt_index", -- Percentage of total debt issued in indexed currency (% of total debt)
    "bycurr_debt_dom", -- Percentage of total debt issued in (non indexed) domestic currency (% of total debt)
    "pay_tot_holders", -- Total payments made (obtained by adding payments by holder) (Millions of USD)
    "pay_int_oth", -- Payments on interest of debt held by holders other than the Central Bank (Millions of USD)
    "pay_int_cb", -- Payments on interest of debt held by the Central Bank (Millions of USD)
    "pay_int_ext", -- Payments on Interest made on external debt (Millions of USD)
    "pay_ppal_int", -- Payments on principal made on internal debt (Millions of USD)
    "pay_ppcal_ext", -- Payments on principal made on external debt (Millions of USD)
    "net_debt_3", -- Total debt net of both Central Bank's holdings and International Reserves. (Millions of USD)
    "heldby_others", -- Debt held by other parties than the Central Bank (official creditors and non-official creditors) (Millions of USD)
    "currandrate_tot", -- Sum of the currency and rate disaggregations (Millions of USD)
    "tot_debt_dom", -- Sum of the domestic currency and rate disaggretations (Millions of USD)
    "for_n_i_flr", -- Debt  issued in (non-indexed) foreign currency with a floating rate (Millions of USD)
    "avgmat_extcurr", -- Average remaining maturity for debt that has been issued under foreign currency (Years)
    "long_intcurr", -- Debt  with long remaining maturity (over 5 years) that has been issued under domestic currency (Millions of USD)
    "short_extcurr", -- Debt  with short remaining maturity (less than 1 year)  that has been issued under foreign currency (Millions of USD)
    "matandleg_total", -- Sum of the maturity and legislation disaggregations (Millions of USD)
    "totaldebt_long_term", -- Total debt  with long (over 5 years) remaining maturity (Millions of USD)
    "credtype_total", -- Sum of debt with official and non-official sources (Millions of USD)
    "credtype_ext_sumshares", -- Sum of all shares of external legislation debt (% of external debt)
    "othdom", -- Percentage of internal legislation debt that is Other debt (% of Internal debt)
    "ext_resholders", -- Marketable Instrument Debt under external legislation - Resident holders (Millions of USD)
    "totalbank", -- Total Debt with banks (Millions of USD)
    "gdp", -- Gross Domestic Product  (Millions of USD)
    "due_6y_10y_ppal_cb", -- Payments due in 6 to 10 years on principal of debt held by the Central Bank (Millions of USD)
    "due_6y_10y_int_oth", -- Payments due in 6 to 10 years on interest of debt held by all other holders other than the Central Bank (Millions of USD)
    "due_3y_ppal_tot", -- Payments due in 3 years on principal of internal and external debt (Millions of USD)
    "avgmat_totaldebt", -- Average remaining maturity for total gross public debt  (Years)
    "credtype_int_sumshares", -- Sum of all shares of internal legislation debt (% of Internal debt)
    "offdom" -- Percentage of internal legislation debt that is Official debt (% of Internal debt)
FROM
    "mydata-iadb/standardized-public-debt-database-3bvi-edbq:latest"."standardized_public_debt_database"
LIMIT 100;

Connecting to the DDN is easy. All you need is an existing SQL client that can connect to Postgres. As long as you have a SQL client ready, you'll be able to query mydata-iadb/standardized-public-debt-database-3bvi-edbq with SQL in under 60 seconds.

Query Your Local Engine

Install Splitgraph Locally
bash -c "$(curl -sL https://github.com/splitgraph/splitgraph/releases/latest/download/install.sh)"
 

Read the installation docs.

Splitgraph Cloud is built around Splitgraph Core (GitHub), which includes a local Splitgraph Engine packaged as a Docker image. Splitgraph Cloud is basically a scaled-up version of that local Engine. When you query the Data Delivery Network or the REST API, we mount the relevant datasets in an Engine on our servers and execute your query on it.

It's possible to run this engine locally. You'll need a Mac, Windows or Linux system to install sgr, and a Docker installation to run the engine. You don't need to know how to actually use Docker; sgrcan manage the image, container and volume for you.

There are a few ways to ingest data into the local engine.

For external repositories, the Splitgraph Engine can "mount" upstream data sources by using sgr mount. This feature is built around Postgres Foreign Data Wrappers (FDW). You can write custom "mount handlers" for any upstream data source. For an example, we blogged about making a custom mount handler for HackerNews stories.

For hosted datasets (like this repository), where the author has pushed Splitgraph Images to the repository, you can "clone" and/or "checkout" the data using sgr cloneand sgr checkout.

Cloning Data

Because mydata-iadb/standardized-public-debt-database-3bvi-edbq:latest is a Splitgraph Image, you can clone the data from Spltgraph Cloud to your local engine, where you can query it like any other Postgres database, using any of your existing tools.

First, install Splitgraph if you haven't already.

Clone the metadata with sgr clone

This will be quick, and does not download the actual data.

sgr clone mydata-iadb/standardized-public-debt-database-3bvi-edbq

Checkout the data

Once you've cloned the data, you need to "checkout" the tag that you want. For example, to checkout the latest tag:

sgr checkout mydata-iadb/standardized-public-debt-database-3bvi-edbq:latest

This will download all the objects for the latest tag of mydata-iadb/standardized-public-debt-database-3bvi-edbq and load them into the Splitgraph Engine. Depending on your connection speed and the size of the data, you will need to wait for the checkout to complete. Once it's complete, you will be able to query the data like you would any other Postgres database.

Alternatively, use "layered checkout" to avoid downloading all the data

The data in mydata-iadb/standardized-public-debt-database-3bvi-edbq:latest is 0 bytes. If this is too big to download all at once, or perhaps you only need to query a subset of it, you can use a layered checkout.:

sgr checkout --layered mydata-iadb/standardized-public-debt-database-3bvi-edbq:latest

This will not download all the data, but it will create a schema comprised of foreign tables, that you can query as you would any other data. Splitgraph will lazily download the required objects as you query the data. In some cases, this might be faster or more efficient than a regular checkout.

Read the layered querying documentation to learn about when and why you might want to use layered queries.

Query the data with your existing tools

Once you've loaded the data into your local Splitgraph Engine, you can query it with any of your existing tools. As far as they're concerned, mydata-iadb/standardized-public-debt-database-3bvi-edbq is just another Postgres schema.

Related Documentation:

Loading...