{"id":18608756,"url":"https://github.com/activeviam/bd-poc-renre-directquery","last_synced_at":"2025-11-02T18:30:32.916Z","repository":{"id":243900048,"uuid":"813704927","full_name":"activeviam/bd-poc-renre-directquery","owner":"activeviam","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-03T03:30:34.000Z","size":552,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-12-27T01:09:57.264Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/activeviam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-11T15:25:12.000Z","updated_at":"2024-06-11T16:08:11.000Z","dependencies_parsed_at":"2024-06-11T23:18:32.656Z","dependency_job_id":"0fb1a6ae-a3ab-48c7-a81c-28bb5aef949f","html_url":"https://github.com/activeviam/bd-poc-renre-directquery","commit_stats":null,"previous_names":["activeviam/bd-poc-renre-directquery"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/activeviam%2Fbd-poc-renre-directquery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/activeviam%2Fbd-poc-renre-directquery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/activeviam%2Fbd-poc-renre-directquery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/activeviam%2Fbd-poc-renre-directquery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/activeviam","download_url":"https://codeload.github.com/activeviam/bd-poc-renre-directquery/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239399814,"owners_count":19632022,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T03:04:08.573Z","updated_at":"2025-11-02T18:30:32.859Z","avatar_url":"https://github.com/activeviam.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bd-poc-renre-directquery\n\n## Instructions\n\n### Set up container\nFollow the instructions [here](https://docs.dremio.com/current/get-started/docker-quickstart/) to install the Dremio docker container. Make sure to set up the user name and password in the container as follows: \n```\nusername=\"admin\"\npassword=\"admin01!\"\n```\nIn the top right, click the + button, and add the CSV in utilities/data from this repo. \n\nFinally, to ensure the data types are all correct, run the below SQL:\n```\nSELECT TO_DATE(AsofDate, 'YYYY-MM-DD', 1) AS AsofDate,\nCUSIP, \nSectorCode, \nStrategy, \nCAST(MarketValue as DOUBLE) as MarketValue, \nCAST(EffectiveDuration as DOUBLE) as EffectiveDuration, \nCAST(OptionAdjustedSpread as DOUBLE) as OptionAdjustedSpread, LegalEntity, PortfolioTicker, OwnershipType, \nCAST(PercentWeight as DOUBLE) as PercentWeight\nFROM \"@admin\".SampleData20240104 AS SampleData20240104;\n```\n\n### Run Demo\nRun the `CreateEnvironment.sh` script to install the experimental version of the python API that supports a generic JDBC connector. This uses a Dremio Dialect JAR that is in `utilities/extra_jars`.\n\nFinally, you will need to download the Dremio JDBC driver [here](https://www.dremio.com/drivers/jdbc/).\n\nAfter this, you should be able to run `StartDemo.sh` to start the environment in Jupyter Lab. There are two notebooks, a DQ version and an in-memory version, pulling from the same table.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factiveviam%2Fbd-poc-renre-directquery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Factiveviam%2Fbd-poc-renre-directquery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factiveviam%2Fbd-poc-renre-directquery/lists"}