Dl/glossary: Difference between revisions
From stonehomewiki
Jump to navigationJump to search
Stonezhong (talk | contribs) No edit summary |
Stonezhong (talk | contribs) No edit summary |
||
| Line 25: | Line 25: | ||
* A collection in mongodb | * A collection in mongodb | ||
* A subset of a collection in mongodb -- via a filter | * A subset of a collection in mongodb -- via a filter | ||
</div> | |||
</div> | |||
<p></p> | |||
<p></p> | |||
<div class="toccolours mw-collapsible mw-collapsed expandable"> | |||
<div class="mw-collapsible-preview">Asset URI</div> | |||
<div class="mw-collapsible-content"> | |||
A URI that uniquely identifies an asset, for example: | |||
* <code>s3://bucket_name/foo.parquet</code> -- represent a parquet file stored in AWS S3 | |||
* <code>mysql://myserver/mydb/foo</code> -- represent a table in MySQL, server name is myserver, dbname is mydb, table name is foo | |||
* <code>mysql://myserver/mydb/foo</?batch_id=1&code> -- represent a table in MySQL, server name is myserver, dbname is mydb, table name is foo, with a filter, which batch_id column need to match 1 | |||
</div> | </div> | ||
</div> | </div> | ||