{"id":29823808,"url":"https://github.com/javier/questdb-playbook","last_synced_at":"2025-07-29T02:08:51.045Z","repository":{"id":235437914,"uuid":"790603341","full_name":"javier/questdb-playbook","owner":"javier","description":"The QuestDB Playbook: Patterns and Snippets for Time-Series Practitioners","archived":false,"fork":false,"pushed_at":"2024-05-21T08:44:36.000Z","size":1527,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-21T09:28:41.486Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/javier.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-04-23T07:26:58.000Z","updated_at":"2024-05-21T08:44:40.000Z","dependencies_parsed_at":"2024-04-23T12:11:06.831Z","dependency_job_id":"8f1907d9-1485-449e-aa7f-fd9b0df5446c","html_url":"https://github.com/javier/questdb-playbook","commit_stats":null,"previous_names":["javier/questdb-playbook"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/javier/questdb-playbook","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javier%2Fquestdb-playbook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javier%2Fquestdb-playbook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javier%2Fquestdb-playbook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javier%2Fquestdb-playbook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/javier","download_url":"https://codeload.github.com/javier/questdb-playbook/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javier%2Fquestdb-playbook/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267617643,"owners_count":24116208,"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","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2025-07-29T02:08:50.843Z","updated_at":"2025-07-29T02:08:51.022Z","avatar_url":"https://github.com/javier.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# questdb-playbook\n\nThis repository contains the source of \"The QuestDB Playbook: Patterns and Snippets for Time-Series Practitioners\" book.\n\nThe most recent version of this book can be found [in this same repository][mostRecentPDF].\n\nIf you prefer to read the book locally, please keep reading.\n\n[mostRecentPdf]: ./book/pandoc/pdf/The-QuestDB-Playbook.pdf\n\n## Requirements\n\nBuilding the book requires to [install Rust] and [mdBook].\n\n[install Rust]: https://www.rust-lang.org/tools/install\n[mdBook]: https://github.com/rust-lang/mdBook\n\n\n```bash\ncargo install mdbook\n```\n\n## Reading a local version of the book\n\nFrom the root directory of this repository, run:\n\n```bash\nmdbook serve --port 3000 --open\n```\n\n## Exporting the book as a static website\n\n\nFrom the root directory of this repository, run:\n\n```\nmdbook build\n```\n\nThe output will be in the `book` subdirectory. Please note if you\nuncomment the PDF output, as seen below, the static site will be\ninstead at `book/html`.\n\nTo open it in your web browser.\n\n_Firefox:_\n```bash\n$ firefox book/index.html                       # Linux\n$ open -a \"Firefox\" book/index.html             # OS X\n$ Start-Process \"firefox.exe\" .\\book\\index.html # Windows (PowerShell)\n$ start firefox.exe .\\book\\index.html           # Windows (Cmd)\n```\n\n_Chrome:_\n```bash\n$ google-chrome book/index.html                 # Linux\n$ open -a \"Google Chrome\" book/index.html       # OS X\n$ Start-Process \"chrome.exe\" .\\book\\index.html  # Windows (PowerShell)\n$ start chrome.exe .\\book\\index.html            # Windows (Cmd)\n```\n\n## Exporting the book as a PDF\n\nExport is done via the `mdbook-pandoc` plugin. You need to install it\nwith\n\n```bash\ncargo install mdbook-pandoc\n```\n\nYou also need to install `Pandoc` and `LaTeX`. You don't need a full distribution\nof LaTeX. For example, Mac users can install `MacTeX` via package or homebrew\nand it will suffice.\n\nOnce you have yout dependencies installed, you need to uncomment the\nblock `[output.pandoc.profile.pdf]` at the `book.toml` file. Then build as\nusual with:\n\n```\nmdbook build\n```\n\nThe output folder will now contain two subfolders, one for html, one for `pandoc`\noutput. The pdf will be available at `book/pandoc/pdf/The-QuestDB-Playbook.pdf`\n\n## Removing the locally generated files\n\nIf you want to delete the output directory, you can execute:\n\n```\nmdbook clean\n```\n\n## License\n\n`The QuestDB Playbook: Patterns and Snippets for Time-Series Practitioners` is licensed under the Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)\n  \u003chttp://www.apache.org/licenses/LICENSE-2.0\u003e)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjavier%2Fquestdb-playbook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjavier%2Fquestdb-playbook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjavier%2Fquestdb-playbook/lists"}