Read the Docs build information Build id: 600 Project: db Version: latest Commit: 575a13860ef9e5519d060fbfcaafb09c7030a60d Date: 2025-01-29T18:30:34.392736Z State: finished Success: True [rtd-command-info] start-time: 2025-01-29T18:30:43.708925Z, end-time: 2025-01-29T18:30:45.286130Z, duration: 1, exit-code: 0 git clone --depth 1 https://gitlab.c3sl.ufpr.br/team-db/documentation.git . Cloning into '.'... [rtd-command-info] start-time: 2025-01-29T18:30:45.344260Z, end-time: 2025-01-29T18:30:46.326198Z, duration: 0, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/main:refs/remotes/origin/main [rtd-command-info] start-time: 2025-01-29T18:30:46.495998Z, end-time: 2025-01-29T18:30:46.643739Z, duration: 0, exit-code: 0 git checkout --force origin/main Note: switching to 'origin/main'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at 575a138 Update docs/source/pages/Apache-Superset/Superset.md [rtd-command-info] start-time: 2025-01-29T18:30:46.698814Z, end-time: 2025-01-29T18:30:46.793338Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2025-01-29T18:30:46.855257Z, end-time: 2025-01-29T18:30:46.948410Z, duration: 0, exit-code: 0 cat .readthedocs.yaml version: "2" build: os: "ubuntu-22.04" tools: python: "3.10" python: install: - requirements: ./requirements.txt sphinx: configuration: docs/source/conf.py formats: - pdf - htmlzip [rtd-command-info] start-time: 2025-01-29T18:30:52.924719Z, end-time: 2025-01-29T18:33:11.315044Z, duration: 138, exit-code: 0 asdf install python 3.10.13 Downloading python-build... Cloning into '/root/.asdf/plugins/python/pyenv'... python-build 3.10.13 /root/.asdf/installs/python/3.10.13 Downloading Python-3.10.13.tar.xz... -> https://www.python.org/ftp/python/3.10.13/Python-3.10.13.tar.xz Installing Python-3.10.13... Installed Python-3.10.13 to /root/.asdf/installs/python/3.10.13 [rtd-command-info] start-time: 2025-01-29T18:33:11.456706Z, end-time: 2025-01-29T18:33:11.576030Z, duration: 0, exit-code: 0 asdf global python 3.10.13 [rtd-command-info] start-time: 2025-01-29T18:33:12.843569Z, end-time: 2025-01-29T18:33:23.628821Z, duration: 10, exit-code: 0 python -mpip install -U virtualenv setuptools Collecting virtualenv Downloading virtualenv-20.29.1-py3-none-any.whl (4.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 9.1 MB/s eta 0:00:00 Requirement already satisfied: setuptools in ./.asdf/installs/python/3.10.13/lib/python3.10/site-packages (65.5.0) Collecting setuptools Downloading setuptools-75.8.0-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 2.5 MB/s eta 0:00:00 Collecting distlib<1,>=0.3.7 Downloading distlib-0.3.9-py2.py3-none-any.whl (468 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 469.0/469.0 kB 2.8 MB/s eta 0:00:00 Collecting platformdirs<5,>=3.9.1 Downloading platformdirs-4.3.6-py3-none-any.whl (18 kB) Collecting filelock<4,>=3.12.2 Downloading filelock-3.17.0-py3-none-any.whl (16 kB) Installing collected packages: distlib, setuptools, platformdirs, filelock, virtualenv Attempting uninstall: setuptools Found existing installation: setuptools 65.5.0 Uninstalling setuptools-65.5.0: Successfully uninstalled setuptools-65.5.0 Successfully installed distlib-0.3.9 filelock-3.17.0 platformdirs-4.3.6 setuptools-75.8.0 virtualenv-20.29.1 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [notice] A new release of pip is available: 23.0.1 -> 25.0 [notice] To update, run: pip3 install --upgrade pip [rtd-command-info] start-time: 2025-01-29T18:33:23.686131Z, end-time: 2025-01-29T18:33:25.169987Z, duration: 1, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.10.13.final.0-64 in 869ms creator CPython3Posix(dest=/usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/envs/latest, clear=False, no_vcs_ignore=False, global=False) seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/root/.local/share/virtualenv) added seed packages: pip==24.3.1, setuptools==75.8.0, wheel==0.45.1 activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator [rtd-command-info] start-time: 2025-01-29T18:33:25.250351Z, end-time: 2025-01-29T18:33:31.189918Z, duration: 5, exit-code: 0 python -m pip install --upgrade --no-cache-dir pip setuptools Requirement already satisfied: pip in /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/envs/latest/lib/python3.10/site-packages (24.3.1) Collecting pip Downloading pip-25.0-py3-none-any.whl.metadata (3.7 kB) Requirement already satisfied: setuptools in /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/envs/latest/lib/python3.10/site-packages (75.8.0) Downloading pip-25.0-py3-none-any.whl (1.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 35.9 MB/s eta 0:00:00 Installing collected packages: pip Attempting uninstall: pip Found existing installation: pip 24.3.1 Uninstalling pip-24.3.1: Successfully uninstalled pip-24.3.1 Successfully installed pip-25.0 [rtd-command-info] start-time: 2025-01-29T18:33:31.247819Z, end-time: 2025-01-29T18:33:49.401303Z, duration: 18, exit-code: 0 python -m pip install --upgrade --no-cache-dir sphinx readthedocs-sphinx-ext Collecting sphinx Downloading sphinx-8.1.3-py3-none-any.whl.metadata (6.4 kB) Collecting readthedocs-sphinx-ext Downloading readthedocs_sphinx_ext-2.2.5-py2.py3-none-any.whl.metadata (1.5 kB) Collecting sphinxcontrib-applehelp>=1.0.7 (from sphinx) Downloading sphinxcontrib_applehelp-2.0.0-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-devhelp>=1.0.6 (from sphinx) Downloading sphinxcontrib_devhelp-2.0.0-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-htmlhelp>=2.0.6 (from sphinx) Downloading sphinxcontrib_htmlhelp-2.1.0-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-jsmath>=1.0.1 (from sphinx) Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl.metadata (1.4 kB) Collecting sphinxcontrib-qthelp>=1.0.6 (from sphinx) Downloading sphinxcontrib_qthelp-2.0.0-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-serializinghtml>=1.1.9 (from sphinx) Downloading sphinxcontrib_serializinghtml-2.0.0-py3-none-any.whl.metadata (2.4 kB) Collecting Jinja2>=3.1 (from sphinx) Downloading jinja2-3.1.5-py3-none-any.whl.metadata (2.6 kB) Collecting Pygments>=2.17 (from sphinx) Downloading pygments-2.19.1-py3-none-any.whl.metadata (2.5 kB) Collecting docutils<0.22,>=0.20 (from sphinx) Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) Collecting snowballstemmer>=2.2 (from sphinx) Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl.metadata (6.5 kB) Collecting babel>=2.13 (from sphinx) Downloading babel-2.16.0-py3-none-any.whl.metadata (1.5 kB) Collecting alabaster>=0.7.14 (from sphinx) Downloading alabaster-1.0.0-py3-none-any.whl.metadata (2.8 kB) Collecting imagesize>=1.3 (from sphinx) Downloading imagesize-1.4.1-py2.py3-none-any.whl.metadata (1.5 kB) Collecting requests>=2.30.0 (from sphinx) Downloading requests-2.32.3-py3-none-any.whl.metadata (4.6 kB) Collecting packaging>=23.0 (from sphinx) Downloading packaging-24.2-py3-none-any.whl.metadata (3.2 kB) Collecting tomli>=2 (from sphinx) Downloading tomli-2.2.1-py3-none-any.whl.metadata (10 kB) Collecting MarkupSafe>=2.0 (from Jinja2>=3.1->sphinx) Downloading MarkupSafe-3.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB) Collecting charset-normalizer<4,>=2 (from requests>=2.30.0->sphinx) Downloading charset_normalizer-3.4.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (35 kB) Collecting idna<4,>=2.5 (from requests>=2.30.0->sphinx) Downloading idna-3.10-py3-none-any.whl.metadata (10 kB) Collecting urllib3<3,>=1.21.1 (from requests>=2.30.0->sphinx) Downloading urllib3-2.3.0-py3-none-any.whl.metadata (6.5 kB) Collecting certifi>=2017.4.17 (from requests>=2.30.0->sphinx) Downloading certifi-2024.12.14-py3-none-any.whl.metadata (2.3 kB) Downloading sphinx-8.1.3-py3-none-any.whl (3.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.5/3.5 MB 144.4 MB/s eta 0:00:00 Downloading readthedocs_sphinx_ext-2.2.5-py2.py3-none-any.whl (11 kB) Downloading alabaster-1.0.0-py3-none-any.whl (13 kB) Downloading babel-2.16.0-py3-none-any.whl (9.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.6/9.6 MB 366.0 MB/s eta 0:00:00 Downloading docutils-0.21.2-py3-none-any.whl (587 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 349.9 MB/s eta 0:00:00 Downloading imagesize-1.4.1-py2.py3-none-any.whl (8.8 kB) Downloading jinja2-3.1.5-py3-none-any.whl (134 kB) Downloading packaging-24.2-py3-none-any.whl (65 kB) Downloading pygments-2.19.1-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 397.7 MB/s eta 0:00:00 Downloading requests-2.32.3-py3-none-any.whl (64 kB) Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl (93 kB) Downloading sphinxcontrib_applehelp-2.0.0-py3-none-any.whl (119 kB) Downloading sphinxcontrib_devhelp-2.0.0-py3-none-any.whl (82 kB) Downloading sphinxcontrib_htmlhelp-2.1.0-py3-none-any.whl (98 kB) Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB) Downloading sphinxcontrib_qthelp-2.0.0-py3-none-any.whl (88 kB) Downloading sphinxcontrib_serializinghtml-2.0.0-py3-none-any.whl (92 kB) Downloading tomli-2.2.1-py3-none-any.whl (14 kB) Downloading certifi-2024.12.14-py3-none-any.whl (164 kB) Downloading charset_normalizer-3.4.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (146 kB) Downloading idna-3.10-py3-none-any.whl (70 kB) Downloading MarkupSafe-3.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (20 kB) Downloading urllib3-2.3.0-py3-none-any.whl (128 kB) Installing collected packages: snowballstemmer, urllib3, tomli, sphinxcontrib-serializinghtml, sphinxcontrib-qthelp, sphinxcontrib-jsmath, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, Pygments, packaging, MarkupSafe, imagesize, idna, docutils, charset-normalizer, certifi, babel, alabaster, requests, Jinja2, sphinx, readthedocs-sphinx-ext Successfully installed Jinja2-3.1.5 MarkupSafe-3.0.2 Pygments-2.19.1 alabaster-1.0.0 babel-2.16.0 certifi-2024.12.14 charset-normalizer-3.4.1 docutils-0.21.2 idna-3.10 imagesize-1.4.1 packaging-24.2 readthedocs-sphinx-ext-2.2.5 requests-2.32.3 snowballstemmer-2.2.0 sphinx-8.1.3 sphinxcontrib-applehelp-2.0.0 sphinxcontrib-devhelp-2.0.0 sphinxcontrib-htmlhelp-2.1.0 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-2.0.0 sphinxcontrib-serializinghtml-2.0.0 tomli-2.2.1 urllib3-2.3.0 [rtd-command-info] start-time: 2025-01-29T18:33:49.457784Z, end-time: 2025-01-29T18:34:37.121162Z, duration: 47, exit-code: 0 python -m pip install --exists-action=w --no-cache-dir -r requirements.txt Collecting alabaster==0.7.16 (from -r requirements.txt (line 2)) Downloading alabaster-0.7.16-py3-none-any.whl.metadata (2.9 kB) Collecting anyio==4.3.0 (from -r requirements.txt (line 3)) Downloading anyio-4.3.0-py3-none-any.whl.metadata (4.6 kB) Collecting argcomplete==3.3.0 (from -r requirements.txt (line 4)) Downloading argcomplete-3.3.0-py3-none-any.whl.metadata (16 kB) Collecting babel==2.14.0 (from -r requirements.txt (line 5)) Downloading Babel-2.14.0-py3-none-any.whl.metadata (1.6 kB) Collecting beautifulsoup4==4.12.3 (from -r requirements.txt (line 6)) Downloading beautifulsoup4-4.12.3-py3-none-any.whl.metadata (3.8 kB) Collecting certifi==2024.2.2 (from -r requirements.txt (line 7)) Downloading certifi-2024.2.2-py3-none-any.whl.metadata (2.2 kB) Collecting cfgv==3.4.0 (from -r requirements.txt (line 8)) Downloading cfgv-3.4.0-py2.py3-none-any.whl.metadata (8.5 kB) Collecting charset-normalizer==3.3.2 (from -r requirements.txt (line 9)) Downloading charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (33 kB) Collecting click==8.1.7 (from -r requirements.txt (line 10)) Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB) Collecting colorama==0.4.6 (from -r requirements.txt (line 11)) Downloading colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB) Collecting commitizen==3.24.0 (from -r requirements.txt (line 12)) Downloading commitizen-3.24.0-py3-none-any.whl.metadata (7.4 kB) Collecting decli==0.6.1 (from -r requirements.txt (line 13)) Downloading decli-0.6.1-py3-none-any.whl.metadata (17 kB) Collecting distlib==0.3.8 (from -r requirements.txt (line 14)) Downloading distlib-0.3.8-py2.py3-none-any.whl.metadata (5.1 kB) Collecting docutils==0.20.1 (from -r requirements.txt (line 15)) Downloading docutils-0.20.1-py3-none-any.whl.metadata (2.8 kB) Collecting filelock==3.13.4 (from -r requirements.txt (line 16)) Downloading filelock-3.13.4-py3-none-any.whl.metadata (2.8 kB) Collecting furo==2024.1.29 (from -r requirements.txt (line 17)) Downloading furo-2024.1.29-py3-none-any.whl.metadata (5.9 kB) Collecting h11==0.14.0 (from -r requirements.txt (line 18)) Downloading h11-0.14.0-py3-none-any.whl.metadata (8.2 kB) Collecting identify==2.5.36 (from -r requirements.txt (line 19)) Downloading identify-2.5.36-py2.py3-none-any.whl.metadata (4.4 kB) Collecting idna==3.7 (from -r requirements.txt (line 20)) Downloading idna-3.7-py3-none-any.whl.metadata (9.9 kB) Requirement already satisfied: imagesize==1.4.1 in /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/envs/latest/lib/python3.10/site-packages (from -r requirements.txt (line 21)) (1.4.1) Collecting importlib-metadata==7.1.0 (from -r requirements.txt (line 22)) Downloading importlib_metadata-7.1.0-py3-none-any.whl.metadata (4.7 kB) Collecting jinja2==3.1.3 (from -r requirements.txt (line 23)) Downloading Jinja2-3.1.3-py3-none-any.whl.metadata (3.3 kB) Collecting markdown-it-py==3.0.0 (from -r requirements.txt (line 24)) Downloading markdown_it_py-3.0.0-py3-none-any.whl.metadata (6.9 kB) Collecting markupsafe==2.1.5 (from -r requirements.txt (line 25)) Downloading MarkupSafe-2.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB) Collecting mdit-py-plugins==0.4.0 (from -r requirements.txt (line 26)) Downloading mdit_py_plugins-0.4.0-py3-none-any.whl.metadata (2.7 kB) Collecting mdurl==0.1.2 (from -r requirements.txt (line 27)) Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB) Collecting myst-parser==2.0.0 (from -r requirements.txt (line 28)) Downloading myst_parser-2.0.0-py3-none-any.whl.metadata (5.4 kB) Collecting nodeenv==1.8.0 (from -r requirements.txt (line 29)) Downloading nodeenv-1.8.0-py2.py3-none-any.whl.metadata (21 kB) Collecting packaging==24.0 (from -r requirements.txt (line 30)) Downloading packaging-24.0-py3-none-any.whl.metadata (3.2 kB) Collecting platformdirs==4.2.0 (from -r requirements.txt (line 31)) Downloading platformdirs-4.2.0-py3-none-any.whl.metadata (11 kB) Collecting pre-commit==3.7.0 (from -r requirements.txt (line 32)) Downloading pre_commit-3.7.0-py2.py3-none-any.whl.metadata (1.3 kB) Collecting prompt-toolkit==3.0.36 (from -r requirements.txt (line 33)) Downloading prompt_toolkit-3.0.36-py3-none-any.whl.metadata (7.0 kB) Collecting pygments==2.17.2 (from -r requirements.txt (line 34)) Downloading pygments-2.17.2-py3-none-any.whl.metadata (2.6 kB) Collecting pyyaml==6.0.1 (from -r requirements.txt (line 35)) Downloading PyYAML-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB) Collecting questionary==2.0.1 (from -r requirements.txt (line 36)) Downloading questionary-2.0.1-py3-none-any.whl.metadata (5.4 kB) Collecting requests==2.31.0 (from -r requirements.txt (line 37)) Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) Collecting setuptools==69.5.1 (from -r requirements.txt (line 38)) Downloading setuptools-69.5.1-py3-none-any.whl.metadata (6.2 kB) Collecting sniffio==1.3.1 (from -r requirements.txt (line 39)) Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) Requirement already satisfied: snowballstemmer==2.2.0 in /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/envs/latest/lib/python3.10/site-packages (from -r requirements.txt (line 40)) (2.2.0) Collecting soupsieve==2.5 (from -r requirements.txt (line 41)) Downloading soupsieve-2.5-py3-none-any.whl.metadata (4.7 kB) Collecting sphinx==7.3.7 (from -r requirements.txt (line 42)) Downloading sphinx-7.3.7-py3-none-any.whl.metadata (6.0 kB) Collecting sphinx-autobuild==2024.4.16 (from -r requirements.txt (line 43)) Downloading sphinx_autobuild-2024.4.16-py3-none-any.whl.metadata (7.7 kB) Collecting sphinx-basic-ng==1.0.0b2 (from -r requirements.txt (line 44)) Downloading sphinx_basic_ng-1.0.0b2-py3-none-any.whl.metadata (1.5 kB) Collecting sphinx-copybutton==0.5.2 (from -r requirements.txt (line 45)) Downloading sphinx_copybutton-0.5.2-py3-none-any.whl.metadata (3.2 kB) Collecting sphinx-inline-tabs==2023.4.21 (from -r requirements.txt (line 46)) Downloading sphinx_inline_tabs-2023.4.21-py3-none-any.whl.metadata (1.8 kB) Collecting sphinx-tippy==0.4.1 (from -r requirements.txt (line 47)) Downloading sphinx_tippy-0.4.1-py3-none-any.whl.metadata (1.1 kB) Collecting sphinx-togglebutton==0.3.2 (from -r requirements.txt (line 48)) Downloading sphinx_togglebutton-0.3.2-py3-none-any.whl.metadata (2.4 kB) Collecting sphinxcontrib-applehelp==1.0.8 (from -r requirements.txt (line 49)) Downloading sphinxcontrib_applehelp-1.0.8-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-devhelp==1.0.6 (from -r requirements.txt (line 50)) Downloading sphinxcontrib_devhelp-1.0.6-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-htmlhelp==2.0.5 (from -r requirements.txt (line 51)) Downloading sphinxcontrib_htmlhelp-2.0.5-py3-none-any.whl.metadata (2.3 kB) Requirement already satisfied: sphinxcontrib-jsmath==1.0.1 in /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/envs/latest/lib/python3.10/site-packages (from -r requirements.txt (line 52)) (1.0.1) Collecting sphinxcontrib-qthelp==1.0.7 (from -r requirements.txt (line 53)) Downloading sphinxcontrib_qthelp-1.0.7-py3-none-any.whl.metadata (2.2 kB) Collecting sphinxcontrib-serializinghtml==1.1.10 (from -r requirements.txt (line 54)) Downloading sphinxcontrib_serializinghtml-1.1.10-py3-none-any.whl.metadata (2.4 kB) Collecting sphinxcontrib-svgbob==0.2.1 (from -r requirements.txt (line 55)) Downloading sphinxcontrib_svgbob-0.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (9.2 kB) Collecting starlette==0.37.2 (from -r requirements.txt (line 56)) Downloading starlette-0.37.2-py3-none-any.whl.metadata (5.9 kB) Collecting termcolor==2.4.0 (from -r requirements.txt (line 57)) Downloading termcolor-2.4.0-py3-none-any.whl.metadata (6.1 kB) Collecting tomlkit==0.12.4 (from -r requirements.txt (line 58)) Downloading tomlkit-0.12.4-py3-none-any.whl.metadata (2.7 kB) Collecting urllib3==2.2.1 (from -r requirements.txt (line 59)) Downloading urllib3-2.2.1-py3-none-any.whl.metadata (6.4 kB) Collecting uvicorn==0.29.0 (from -r requirements.txt (line 60)) Downloading uvicorn-0.29.0-py3-none-any.whl.metadata (6.3 kB) Collecting virtualenv==20.25.3 (from -r requirements.txt (line 61)) Downloading virtualenv-20.25.3-py3-none-any.whl.metadata (4.4 kB) Collecting watchfiles==0.21.0 (from -r requirements.txt (line 62)) Downloading watchfiles-0.21.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.9 kB) Collecting wcwidth==0.2.13 (from -r requirements.txt (line 63)) Downloading wcwidth-0.2.13-py2.py3-none-any.whl.metadata (14 kB) Collecting websockets==12.0 (from -r requirements.txt (line 64)) Downloading websockets-12.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.6 kB) Collecting wheel==0.43.0 (from -r requirements.txt (line 65)) Downloading wheel-0.43.0-py3-none-any.whl.metadata (2.2 kB) Collecting zipp==3.18.1 (from -r requirements.txt (line 66)) Downloading zipp-3.18.1-py3-none-any.whl.metadata (3.5 kB) Collecting exceptiongroup>=1.0.2 (from anyio==4.3.0->-r requirements.txt (line 3)) Downloading exceptiongroup-1.2.2-py3-none-any.whl.metadata (6.6 kB) Collecting typing-extensions>=4.1 (from anyio==4.3.0->-r requirements.txt (line 3)) Downloading typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB) Requirement already satisfied: tomli>=2 in /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/envs/latest/lib/python3.10/site-packages (from sphinx==7.3.7->-r requirements.txt (line 42)) (2.2.1) Downloading alabaster-0.7.16-py3-none-any.whl (13 kB) Downloading anyio-4.3.0-py3-none-any.whl (85 kB) Downloading argcomplete-3.3.0-py3-none-any.whl (42 kB) Downloading Babel-2.14.0-py3-none-any.whl (11.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.0/11.0 MB 203.1 MB/s eta 0:00:00 Downloading beautifulsoup4-4.12.3-py3-none-any.whl (147 kB) Downloading certifi-2024.2.2-py3-none-any.whl (163 kB) Downloading cfgv-3.4.0-py2.py3-none-any.whl (7.2 kB) Downloading charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (142 kB) Downloading click-8.1.7-py3-none-any.whl (97 kB) Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB) Downloading commitizen-3.24.0-py3-none-any.whl (69 kB) Downloading decli-0.6.1-py3-none-any.whl (7.8 kB) Downloading distlib-0.3.8-py2.py3-none-any.whl (468 kB) Downloading docutils-0.20.1-py3-none-any.whl (572 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 572.7/572.7 kB 338.9 MB/s eta 0:00:00 Downloading filelock-3.13.4-py3-none-any.whl (11 kB) Downloading furo-2024.1.29-py3-none-any.whl (325 kB) Downloading h11-0.14.0-py3-none-any.whl (58 kB) Downloading identify-2.5.36-py2.py3-none-any.whl (98 kB) Downloading idna-3.7-py3-none-any.whl (66 kB) Downloading importlib_metadata-7.1.0-py3-none-any.whl (24 kB) Downloading Jinja2-3.1.3-py3-none-any.whl (133 kB) Downloading markdown_it_py-3.0.0-py3-none-any.whl (87 kB) Downloading MarkupSafe-2.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) Downloading mdit_py_plugins-0.4.0-py3-none-any.whl (54 kB) Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB) Downloading myst_parser-2.0.0-py3-none-any.whl (77 kB) Downloading nodeenv-1.8.0-py2.py3-none-any.whl (22 kB) Downloading packaging-24.0-py3-none-any.whl (53 kB) Downloading platformdirs-4.2.0-py3-none-any.whl (17 kB) Downloading pre_commit-3.7.0-py2.py3-none-any.whl (204 kB) Downloading prompt_toolkit-3.0.36-py3-none-any.whl (386 kB) Downloading pygments-2.17.2-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 414.1 MB/s eta 0:00:00 Downloading PyYAML-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (705 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 705.5/705.5 kB 385.4 MB/s eta 0:00:00 Downloading questionary-2.0.1-py3-none-any.whl (34 kB) Downloading requests-2.31.0-py3-none-any.whl (62 kB) Downloading setuptools-69.5.1-py3-none-any.whl (894 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 894.6/894.6 kB 389.1 MB/s eta 0:00:00 Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) Downloading soupsieve-2.5-py3-none-any.whl (36 kB) Downloading sphinx-7.3.7-py3-none-any.whl (3.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.3/3.3 MB 330.0 MB/s eta 0:00:00 Downloading sphinx_autobuild-2024.4.16-py3-none-any.whl (11 kB) Downloading sphinx_basic_ng-1.0.0b2-py3-none-any.whl (22 kB) Downloading sphinx_copybutton-0.5.2-py3-none-any.whl (13 kB) Downloading sphinx_inline_tabs-2023.4.21-py3-none-any.whl (6.8 kB) Downloading sphinx_tippy-0.4.1-py3-none-any.whl (9.6 kB) Downloading sphinx_togglebutton-0.3.2-py3-none-any.whl (8.2 kB) Downloading sphinxcontrib_applehelp-1.0.8-py3-none-any.whl (120 kB) Downloading sphinxcontrib_devhelp-1.0.6-py3-none-any.whl (83 kB) Downloading sphinxcontrib_htmlhelp-2.0.5-py3-none-any.whl (99 kB) Downloading sphinxcontrib_qthelp-1.0.7-py3-none-any.whl (89 kB) Downloading sphinxcontrib_serializinghtml-1.1.10-py3-none-any.whl (92 kB) Downloading sphinxcontrib_svgbob-0.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (590 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 590.6/590.6 kB 416.4 MB/s eta 0:00:00 Downloading starlette-0.37.2-py3-none-any.whl (71 kB) Downloading termcolor-2.4.0-py3-none-any.whl (7.7 kB) Downloading tomlkit-0.12.4-py3-none-any.whl (37 kB) Downloading urllib3-2.2.1-py3-none-any.whl (121 kB) Downloading uvicorn-0.29.0-py3-none-any.whl (60 kB) Downloading virtualenv-20.25.3-py3-none-any.whl (3.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.9/3.9 MB 238.4 MB/s eta 0:00:00 Downloading watchfiles-0.21.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 368.3 MB/s eta 0:00:00 Downloading wcwidth-0.2.13-py2.py3-none-any.whl (34 kB) Downloading websockets-12.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (130 kB) Downloading wheel-0.43.0-py3-none-any.whl (65 kB) Downloading zipp-3.18.1-py3-none-any.whl (8.2 kB) Downloading exceptiongroup-1.2.2-py3-none-any.whl (16 kB) Downloading typing_extensions-4.12.2-py3-none-any.whl (37 kB) Installing collected packages: wcwidth, distlib, zipp, wheel, websockets, urllib3, typing-extensions, tomlkit, termcolor, sphinxcontrib-serializinghtml, sphinxcontrib-qthelp, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, soupsieve, sniffio, setuptools, pyyaml, pygments, prompt-toolkit, platformdirs, packaging, mdurl, markupsafe, idna, identify, h11, filelock, exceptiongroup, docutils, decli, colorama, click, charset-normalizer, cfgv, certifi, babel, argcomplete, alabaster, virtualenv, uvicorn, requests, questionary, nodeenv, markdown-it-py, jinja2, importlib-metadata, beautifulsoup4, anyio, watchfiles, starlette, sphinx, pre-commit, mdit-py-plugins, commitizen, sphinxcontrib-svgbob, sphinx-togglebutton, sphinx-tippy, sphinx-inline-tabs, sphinx-copybutton, sphinx-basic-ng, sphinx-autobuild, myst-parser, furo Attempting uninstall: wheel Found existing installation: wheel 0.45.1 Uninstalling wheel-0.45.1: Successfully uninstalled wheel-0.45.1 Attempting uninstall: urllib3 Found existing installation: urllib3 2.3.0 Uninstalling urllib3-2.3.0: Successfully uninstalled urllib3-2.3.0 Attempting uninstall: sphinxcontrib-serializinghtml Found existing installation: sphinxcontrib-serializinghtml 2.0.0 Uninstalling sphinxcontrib-serializinghtml-2.0.0: Successfully uninstalled sphinxcontrib-serializinghtml-2.0.0 Attempting uninstall: sphinxcontrib-qthelp Found existing installation: sphinxcontrib-qthelp 2.0.0 Uninstalling sphinxcontrib-qthelp-2.0.0: Successfully uninstalled sphinxcontrib-qthelp-2.0.0 Attempting uninstall: sphinxcontrib-htmlhelp Found existing installation: sphinxcontrib-htmlhelp 2.1.0 Uninstalling sphinxcontrib-htmlhelp-2.1.0: Successfully uninstalled sphinxcontrib-htmlhelp-2.1.0 Attempting uninstall: sphinxcontrib-devhelp Found existing installation: sphinxcontrib-devhelp 2.0.0 Uninstalling sphinxcontrib-devhelp-2.0.0: Successfully uninstalled sphinxcontrib-devhelp-2.0.0 Attempting uninstall: sphinxcontrib-applehelp Found existing installation: sphinxcontrib-applehelp 2.0.0 Uninstalling sphinxcontrib-applehelp-2.0.0: Successfully uninstalled sphinxcontrib-applehelp-2.0.0 Attempting uninstall: setuptools Found existing installation: setuptools 75.8.0 Uninstalling setuptools-75.8.0: Successfully uninstalled setuptools-75.8.0 Attempting uninstall: pygments Found existing installation: Pygments 2.19.1 Uninstalling Pygments-2.19.1: Successfully uninstalled Pygments-2.19.1 Attempting uninstall: packaging Found existing installation: packaging 24.2 Uninstalling packaging-24.2: Successfully uninstalled packaging-24.2 Attempting uninstall: markupsafe Found existing installation: MarkupSafe 3.0.2 Uninstalling MarkupSafe-3.0.2: Successfully uninstalled MarkupSafe-3.0.2 Attempting uninstall: idna Found existing installation: idna 3.10 Uninstalling idna-3.10: Successfully uninstalled idna-3.10 Attempting uninstall: docutils Found existing installation: docutils 0.21.2 Uninstalling docutils-0.21.2: Successfully uninstalled docutils-0.21.2 Attempting uninstall: charset-normalizer Found existing installation: charset-normalizer 3.4.1 Uninstalling charset-normalizer-3.4.1: Successfully uninstalled charset-normalizer-3.4.1 Attempting uninstall: certifi Found existing installation: certifi 2024.12.14 Uninstalling certifi-2024.12.14: Successfully uninstalled certifi-2024.12.14 Attempting uninstall: babel Found existing installation: babel 2.16.0 Uninstalling babel-2.16.0: Successfully uninstalled babel-2.16.0 Attempting uninstall: alabaster Found existing installation: alabaster 1.0.0 Uninstalling alabaster-1.0.0: Successfully uninstalled alabaster-1.0.0 Attempting uninstall: requests Found existing installation: requests 2.32.3 Uninstalling requests-2.32.3: Successfully uninstalled requests-2.32.3 Attempting uninstall: jinja2 Found existing installation: Jinja2 3.1.5 Uninstalling Jinja2-3.1.5: Successfully uninstalled Jinja2-3.1.5 Attempting uninstall: sphinx Found existing installation: Sphinx 8.1.3 Uninstalling Sphinx-8.1.3: Successfully uninstalled Sphinx-8.1.3 Successfully installed alabaster-0.7.16 anyio-4.3.0 argcomplete-3.3.0 babel-2.14.0 beautifulsoup4-4.12.3 certifi-2024.2.2 cfgv-3.4.0 charset-normalizer-3.3.2 click-8.1.7 colorama-0.4.6 commitizen-3.24.0 decli-0.6.1 distlib-0.3.8 docutils-0.20.1 exceptiongroup-1.2.2 filelock-3.13.4 furo-2024.1.29 h11-0.14.0 identify-2.5.36 idna-3.7 importlib-metadata-7.1.0 jinja2-3.1.3 markdown-it-py-3.0.0 markupsafe-2.1.5 mdit-py-plugins-0.4.0 mdurl-0.1.2 myst-parser-2.0.0 nodeenv-1.8.0 packaging-24.0 platformdirs-4.2.0 pre-commit-3.7.0 prompt-toolkit-3.0.36 pygments-2.17.2 pyyaml-6.0.1 questionary-2.0.1 requests-2.31.0 setuptools-69.5.1 sniffio-1.3.1 soupsieve-2.5 sphinx-7.3.7 sphinx-autobuild-2024.4.16 sphinx-basic-ng-1.0.0b2 sphinx-copybutton-0.5.2 sphinx-inline-tabs-2023.4.21 sphinx-tippy-0.4.1 sphinx-togglebutton-0.3.2 sphinxcontrib-applehelp-1.0.8 sphinxcontrib-devhelp-1.0.6 sphinxcontrib-htmlhelp-2.0.5 sphinxcontrib-qthelp-1.0.7 sphinxcontrib-serializinghtml-1.1.10 sphinxcontrib-svgbob-0.2.1 starlette-0.37.2 termcolor-2.4.0 tomlkit-0.12.4 typing-extensions-4.12.2 urllib3-2.2.1 uvicorn-0.29.0 virtualenv-20.25.3 watchfiles-0.21.0 wcwidth-0.2.13 websockets-12.0 wheel-0.43.0 zipp-3.18.1 [rtd-command-info] start-time: 2025-01-29T18:34:37.572652Z, end-time: 2025-01-29T18:34:37.653876Z, duration: 0, exit-code: 0 cat docs/source/conf.py # Configuration file for the Sphinx documentation builder. # # For the full list of built-in configuration values, see the documentation: # https://www.sphinx-doc.org/en/master/usage/configuration.html import os import sys sys.path.append(os.path.abspath("./_ext")) # -- Project information ----------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information project = "Team DB" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration language = "pt" templates_path = ["_templates"] exclude_patterns = [] extensions = [ "sphinx.ext.todo", "sphinx_inline_tabs", "sphinx_copybutton", "sphinx_tippy", "myst_parser", ] myst_enable_extensions = [ "colon_fence", "deflist", "fieldlist", "html_image", ] myst_heading_anchors = 2 copybutton_prompt_text = r">>> |\$ |.+:.+# |.+@.+> |<.+>" copybutton_prompt_is_regexp = True copybutton_line_continuation_character = "\\" copybutton_here_doc_delimiter = "EOF" copybutton_copy_empty_lines = False todo_include_todos = True # -- Options for HTML output ------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output html_theme = "furo" html_static_path = ["_static"] html_logo = "_static/c3db_night.jpg" html_theme_options = { "sidebar_hide_name": True, } ########################################################################### # auto-created readthedocs.org specific configuration # ########################################################################### # # The following code was added during an automated build on readthedocs.org # It is auto created and injected for every build. The result is based on the # conf.py.tmpl file found in the readthedocs.org codebase: # https://github.com/rtfd/readthedocs.org/blob/main/readthedocs/doc_builder/templates/doc_builder/conf.py.tmpl # # Note: this file shouldn't rely on extra dependencies. import importlib import sys import os.path # Borrowed from six. PY3 = sys.version_info[0] == 3 string_types = str if PY3 else basestring from sphinx import version_info # Get suffix for proper linking to GitHub # This is deprecated in Sphinx 1.3+, # as each page can have its own suffix if globals().get('source_suffix', False): if isinstance(source_suffix, string_types): SUFFIX = source_suffix elif isinstance(source_suffix, (list, tuple)): # Sphinx >= 1.3 supports list/tuple to define multiple suffixes SUFFIX = source_suffix[0] elif isinstance(source_suffix, dict): # Sphinx >= 1.8 supports a mapping dictionary for multiple suffixes SUFFIX = list(source_suffix.keys())[0] # make a ``list()`` for py2/py3 compatibility else: # default to .rst SUFFIX = '.rst' else: SUFFIX = '.rst' # Add RTD Static Path. Add to the end because it overwrites previous files. if not 'html_static_path' in globals(): html_static_path = [] if os.path.exists('_static'): html_static_path.append('_static') # Define this variable in case it's not defined by the user. # It defaults to `alabaster` which is the default from Sphinx. # https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_theme html_theme = globals().get('html_theme', 'alabaster') #Add project information to the template context. context = { 'html_theme': html_theme, 'current_version': "latest", 'version_slug': "latest", 'MEDIA_URL': "/media/", 'STATIC_URL': "/static/", 'PRODUCTION_DOMAIN': "docs.c3sl.ufpr.br", 'proxied_static_path': "/_/static/", 'versions': [ ("latest", "/en/latest/"), ], 'downloads': [ ("pdf", "//documentation-db.docs.c3sl.ufpr.br/_/downloads/en/latest/pdf/"), ("html", "//documentation-db.docs.c3sl.ufpr.br/_/downloads/en/latest/htmlzip/"), ], 'subprojects': [ ], 'slug': 'documentation-db', 'name': u'documentation-db', 'rtd_language': u'en', 'programming_language': u'words', 'canonical_url': '', 'analytics_code': 'None', 'single_version': False, 'conf_py_path': '/docs/source/', 'api_host': 'https://docs.c3sl.ufpr.br', 'github_user': 'None', 'proxied_api_host': '/_', 'github_repo': 'None', 'github_version': 'main', 'display_github': False, 'bitbucket_user': 'None', 'bitbucket_repo': 'None', 'bitbucket_version': 'main', 'display_bitbucket': False, 'gitlab_user': 'None', 'gitlab_repo': 'None', 'gitlab_version': 'main', 'display_gitlab': False, 'READTHEDOCS': True, 'using_theme': (html_theme == "default"), 'new_theme': (html_theme == "sphinx_rtd_theme"), 'source_suffix': SUFFIX, 'ad_free': False, 'docsearch_disabled': False, 'user_analytics_code': '', 'global_analytics_code': 'None', 'commit': '575a1386', } # For sphinx >=1.8 we can use html_baseurl to set the canonical URL. # https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_baseurl if version_info >= (1, 8): if not globals().get('html_baseurl'): html_baseurl = context['canonical_url'] context['canonical_url'] = None if 'html_context' in globals(): for key in context: if key not in html_context: html_context[key] = context[key] else: html_context = context # Add custom RTD extension if 'extensions' in globals(): # Insert at the beginning because it can interfere # with other extensions. # See https://github.com/rtfd/readthedocs.org/pull/4054 extensions.insert(0, "readthedocs_ext.readthedocs") else: extensions = ["readthedocs_ext.readthedocs"] # Add External version warning banner to the external version documentation if 'branch' == 'external': extensions.insert(1, "readthedocs_ext.external_version_warning") readthedocs_vcs_url = 'None' readthedocs_build_url = 'https://docs.c3sl.ufpr.br/projects/documentation-db/builds/600/' project_language = 'en' # User's Sphinx configurations language_user = globals().get('language', None) latex_engine_user = globals().get('latex_engine', None) latex_elements_user = globals().get('latex_elements', None) # Remove this once xindy gets installed in Docker image and XINDYOPS # env variable is supported # https://github.com/rtfd/readthedocs-docker-images/pull/98 latex_use_xindy = False chinese = any([ language_user in ('zh_CN', 'zh_TW'), project_language in ('zh_CN', 'zh_TW'), ]) japanese = any([ language_user == 'ja', project_language == 'ja', ]) if chinese: latex_engine = latex_engine_user or 'xelatex' latex_elements_rtd = { 'preamble': '\\usepackage[UTF8]{ctex}\n', } latex_elements = latex_elements_user or latex_elements_rtd elif japanese: latex_engine = latex_engine_user or 'platex' # Make sure our build directory is always excluded exclude_patterns = globals().get('exclude_patterns', []) exclude_patterns.extend(['_build']) [rtd-command-info] start-time: 2025-01-29T18:34:37.707877Z, end-time: 2025-01-29T18:34:54.223271Z, duration: 16, exit-code: 0 python -m sphinx -T -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html Running Sphinx v7.3.7 WARNING: while setting up extension sphinx_tippy: Failed to convert typing.Dict[str, str] to a set or tuple making output directory... done myst v2.0.0: MdParserConfig(commonmark_only=False, gfm_only=False, enable_extensions={'html_image', 'colon_fence', 'fieldlist', 'deflist'}, disable_syntax=[], all_links_external=False, url_schemes=('http', 'https', 'mailto', 'ftp'), ref_domains=None, fence_as_directive=set(), number_code_blocks=[], title_to_header=False, heading_anchors=2, heading_slug_func=None, html_meta={}, footnote_transition=True, words_per_minute=200, substitutions={}, linkify_fuzzy_links=True, dmath_allow_labels=True, dmath_allow_space=True, dmath_allow_digits=True, dmath_double_inline=False, update_mathjax=True, mathjax_classes='tex2jax_process|mathjax_process|math|output_area', enable_checkboxes=False, suppress_warnings=[], highlight_code_blocks=True) building [mo]: targets for 0 po files that are out of date writing output... building [html]: targets for 50 source files that are out of date updating environment: [new config] 50 added, 0 changed, 0 removed reading sources... [ 2%] index reading sources... [ 4%] pages/Apache-Hive/hive reading sources... [ 6%] pages/Apache-NiFi/NIFI reading sources... [ 8%] pages/Apache-NiFi/Nifi-clickhouse reading sources... [ 10%] pages/Apache-NiFi/Nifi-uso reading sources... [ 12%] pages/Apache-Spark/spark reading sources... [ 14%] pages/Apache-Superset/Superset reading sources... [ 16%] pages/Apache-Superset/Superset_maps reading sources... [ 18%] pages/Apache-Superset/Superset_restaurar_backup reading sources... [ 20%] pages/Apache-Superset/Superset_uso reading sources... [ 22%] pages/Apache-Superset/replicacao_sqlite3_postgresql reading sources... [ 24%] pages/Apache-Zeppelin/Zeppelin reading sources... [ 26%] pages/Backup/backup-crontab reading sources... [ 28%] pages/Benchmark/Clickhouse-benchmark reading sources... [ 30%] pages/Benchmark/Raid_benchmarks reading sources... [ 32%] pages/Benchmark/hammerdb reading sources... [ 34%] pages/Clickhouse/Clickhouse reading sources... [ 36%] pages/Clickhouse/Clickhouse_Backup_Restore reading sources... [ 38%] pages/Clickhouse/Clickhouse_Distribuido reading sources... [ 40%] pages/DBT/dbt reading sources... [ 42%] pages/Denial-constraint/denial-constraint reading sources... [ 44%] pages/Discos/L2ARC reading sources... [ 46%] pages/Discos/Smartctl reading sources... [ 48%] pages/Discos/zpool reading sources... [ 50%] pages/Docker/docker reading sources... [ 52%] pages/DuckDB/DuckDB reading sources... [ 54%] pages/Elasticsearch/Elasticsearch reading sources... [ 56%] pages/InfluxDB/influxDB reading sources... [ 58%] pages/Kubernetes/Kubernetes reading sources... [ 60%] pages/Kubernetes/helm reading sources... [ 62%] pages/Kubernetes/openmetadata/README reading sources... [ 64%] pages/MECRED/MECRED reading sources... [ 66%] pages/Metabase/Metabase-Clickhouse reading sources... [ 68%] pages/Metanome/metanome reading sources... [ 70%] pages/Minio/Minio reading sources... [ 72%] pages/MonetDB/monetdb reading sources... [ 74%] pages/Monitoramento/Monitoramento-Prometheus reading sources... [ 76%] pages/Monitoramento/monitoramento-influxDB reading sources... [ 78%] pages/Portal-Transparencia/README reading sources... [ 80%] pages/PostgreSQL/postgresql reading sources... [ 82%] pages/Projetos/MECRED reading sources... [ 84%] pages/README reading sources... [ 86%] pages/Replicacao/Replicacao_clickhouse reading sources... [ 88%] pages/Replicacao/Replicacao_patroni_postgres reading sources... [ 90%] pages/Replicacao/Replicacao_pgpool2_postgres reading sources... [ 92%] pages/Replicacao/Replicacao_postgres reading sources... [ 94%] pages/Replicacao/Replicacao_repmgr_postgres reading sources... [ 96%] pages/Seguranca/seguranca reading sources... [ 98%] pages/Zabbix/Conexao-Grafana reading sources... [100%] pages/Zabbix/Zabbix-monitoramento-Postgres /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Apache-NiFi/NIFI.md:48: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Apache-NiFi/NIFI.md:64: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Apache-NiFi/Nifi-uso.md:28: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Apache-Spark/spark.md:41: WARNING: Non-consecutive header level increase; H3 to H5 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Apache-Spark/spark.md:44: WARNING: Non-consecutive header level increase; H3 to H5 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Apache-Spark/spark.md:59: WARNING: Non-consecutive header level increase; H3 to H5 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Apache-Spark/spark.md:71: WARNING: Non-consecutive header level increase; H3 to H5 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Benchmark/hammerdb.md:30: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Clickhouse/Clickhouse.md:60: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Clickhouse/Clickhouse.md:75: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Clickhouse/Clickhouse.md:99: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Clickhouse/Clickhouse.md:116: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Clickhouse/Clickhouse.md:141: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Clickhouse/Clickhouse.md:192: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Clickhouse/Clickhouse.md:218: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Clickhouse/Clickhouse.md:232: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Clickhouse/Clickhouse_Backup_Restore.md:52: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Clickhouse/Clickhouse_Backup_Restore.md:79: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Clickhouse/Clickhouse_Backup_Restore.md:107: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Clickhouse/Clickhouse_Backup_Restore.md:118: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Clickhouse/Clickhouse_Distribuido.md:24: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Clickhouse/Clickhouse_Distribuido.md:80: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Clickhouse/Clickhouse_Distribuido.md:88: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Clickhouse/Clickhouse_Distribuido.md:119: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/MonetDB/monetdb.md:44: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/MonetDB/monetdb.md:52: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/MonetDB/monetdb.md:71: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/MonetDB/monetdb.md:113: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/MonetDB/monetdb.md:121: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/MonetDB/monetdb.md:128: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/MonetDB/monetdb.md:144: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Monitoramento/Monitoramento-Prometheus.md:31: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Monitoramento/Monitoramento-Prometheus.md:38: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Monitoramento/Monitoramento-Prometheus.md:85: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Monitoramento/Monitoramento-Prometheus.md:107: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Monitoramento/Monitoramento-Prometheus.md:191: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Monitoramento/Monitoramento-Prometheus.md:238: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Monitoramento/Monitoramento-Prometheus.md:247: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Monitoramento/Monitoramento-Prometheus.md:250: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Monitoramento/Monitoramento-Prometheus.md:265: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Portal-Transparencia/README.md:1: WARNING: Document headings start at H3, not H1 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/PostgreSQL/postgresql.md:134: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/PostgreSQL/postgresql.md:153: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/PostgreSQL/postgresql.md:202: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/PostgreSQL/postgresql.md:232: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/PostgreSQL/postgresql.md:236: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/PostgreSQL/postgresql.md:240: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/PostgreSQL/postgresql.md:244: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/PostgreSQL/postgresql.md:248: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/PostgreSQL/postgresql.md:251: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/PostgreSQL/postgresql.md:253: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/PostgreSQL/postgresql.md:255: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/PostgreSQL/postgresql.md:257: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/PostgreSQL/postgresql.md:266: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/PostgreSQL/postgresql.md:275: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/PostgreSQL/postgresql.md:278: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/PostgreSQL/postgresql.md:356: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/PostgreSQL/postgresql.md:359: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/PostgreSQL/postgresql.md:372: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/README.md:14: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/README.md:17: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/README.md:20: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/README.md:24: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Replicacao/Replicacao_clickhouse.md:41: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Replicacao/Replicacao_postgres.md:22: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Replicacao/Replicacao_postgres.md:25: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Replicacao/Replicacao_postgres.md:32: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Replicacao/Replicacao_postgres.md:35: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Replicacao/Replicacao_postgres.md:41: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Replicacao/Replicacao_postgres.md:47: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Replicacao/Replicacao_postgres.md:66: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Replicacao/Replicacao_postgres.md:90: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] looking for now-outdated files... none found pickling environment... done checking consistency... /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Discos/L2ARC.md: WARNING: document isn't included in any toctree /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Discos/Smartctl.md: WARNING: document isn't included in any toctree /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Discos/zpool.md: WARNING: document isn't included in any toctree /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Elasticsearch/Elasticsearch.md: WARNING: document isn't included in any toctree /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Kubernetes/Kubernetes.md: WARNING: document isn't included in any toctree /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Kubernetes/helm.md: WARNING: document isn't included in any toctree /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Kubernetes/openmetadata/README.md: WARNING: document isn't included in any toctree /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Projetos/MECRED.md: WARNING: document isn't included in any toctree /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/README.md: WARNING: document isn't included in any toctree done preparing documents... done copying assets... copying static files... done copying extra files... done done writing output... [ 2%] index writing output... [ 4%] pages/Apache-Hive/hive writing output... [ 6%] pages/Apache-NiFi/NIFI writing output... [ 8%] pages/Apache-NiFi/Nifi-clickhouse writing output... [ 10%] pages/Apache-NiFi/Nifi-uso writing output... [ 12%] pages/Apache-Spark/spark writing output... [ 14%] pages/Apache-Superset/Superset writing output... [ 16%] pages/Apache-Superset/Superset_maps writing output... [ 18%] pages/Apache-Superset/Superset_restaurar_backup writing output... [ 20%] pages/Apache-Superset/Superset_uso writing output... [ 22%] pages/Apache-Superset/replicacao_sqlite3_postgresql writing output... [ 24%] pages/Apache-Zeppelin/Zeppelin writing output... [ 26%] pages/Backup/backup-crontab writing output... [ 28%] pages/Benchmark/Clickhouse-benchmark writing output... [ 30%] pages/Benchmark/Raid_benchmarks writing output... [ 32%] pages/Benchmark/hammerdb writing output... [ 34%] pages/Clickhouse/Clickhouse writing output... [ 36%] pages/Clickhouse/Clickhouse_Backup_Restore writing output... [ 38%] pages/Clickhouse/Clickhouse_Distribuido writing output... [ 40%] pages/DBT/dbt writing output... [ 42%] pages/Denial-constraint/denial-constraint writing output... [ 44%] pages/Discos/L2ARC writing output... [ 46%] pages/Discos/Smartctl writing output... [ 48%] pages/Discos/zpool writing output... [ 50%] pages/Docker/docker writing output... [ 52%] pages/DuckDB/DuckDB writing output... [ 54%] pages/Elasticsearch/Elasticsearch writing output... [ 56%] pages/InfluxDB/influxDB writing output... [ 58%] pages/Kubernetes/Kubernetes writing output... [ 60%] pages/Kubernetes/helm writing output... [ 62%] pages/Kubernetes/openmetadata/README writing output... [ 64%] pages/MECRED/MECRED writing output... [ 66%] pages/Metabase/Metabase-Clickhouse writing output... [ 68%] pages/Metanome/metanome writing output... [ 70%] pages/Minio/Minio writing output... [ 72%] pages/MonetDB/monetdb writing output... [ 74%] pages/Monitoramento/Monitoramento-Prometheus writing output... [ 76%] pages/Monitoramento/monitoramento-influxDB writing output... [ 78%] pages/Portal-Transparencia/README writing output... [ 80%] pages/PostgreSQL/postgresql writing output... [ 82%] pages/Projetos/MECRED writing output... [ 84%] pages/README writing output... [ 86%] pages/Replicacao/Replicacao_clickhouse writing output... [ 88%] pages/Replicacao/Replicacao_patroni_postgres writing output... [ 90%] pages/Replicacao/Replicacao_pgpool2_postgres writing output... [ 92%] pages/Replicacao/Replicacao_postgres writing output... [ 94%] pages/Replicacao/Replicacao_repmgr_postgres writing output... [ 96%] pages/Seguranca/seguranca writing output... [ 98%] pages/Zabbix/Conexao-Grafana writing output... [100%] pages/Zabbix/Zabbix-monitoramento-Postgres /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Apache-NiFi/NIFI.md:45: WARNING: 'myst' cross-reference target not found: 'instalação-local' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Apache-NiFi/NIFI.md:46: WARNING: 'myst' cross-reference target not found: 'instalação-com-docker' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Apache-Superset/Superset_uso.md:44: WARNING: 'myst' cross-reference target not found: 'a-camada-semântica' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Monitoramento/Monitoramento-Prometheus.md:3: WARNING: 'myst' cross-reference target not found: 'prometheus-grafana' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Monitoramento/Monitoramento-Prometheus.md:4: WARNING: 'myst' cross-reference target not found: 'alertas-grafana-discord' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Monitoramento/Monitoramento-Prometheus.md:5: WARNING: 'myst' cross-reference target not found: 'dashboards-grafana' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Monitoramento/Monitoramento-Prometheus.md:57: WARNING: Pygments lexer name 'env' is not known /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Monitoramento/Monitoramento-Prometheus.md:63: WARNING: Pygments lexer name 'service' is not known /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Monitoramento/Monitoramento-Prometheus.md:90: WARNING: Pygments lexer name 'service' is not known /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Monitoramento/Monitoramento-Prometheus.md:168: WARNING: Pygments lexer name 'service' is not known /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Monitoramento/Monitoramento-Prometheus.md:208: WARNING: Pygments lexer name 'conf' is not known /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Monitoramento/Monitoramento-Prometheus.md:269: WARNING: Lexing literal_block '{{ define "alert_severity_prefix_emoji" -}}\n\t{{- if ne .Status "firing" -}}\n\t\t:white_check_mark:\n\t{{- else if eq .CommonLabels.severity "critical" -}}\n\t\t:red_circle:\n\t{{- else if eq .CommonLabels.severity "warning" -}}\n\t\t:warning:\n\t{{- end -}}\n{{- end -}}\n\n\n{{ define "slack.title" -}}\n\t{{ template "alert_severity_prefix_emoji" . }} \n\t[{{- .Status | toUpper -}}{{- if eq .Status "firing" }} x {{ .Alerts.Firing | len -}}{{- end }} | {{ .CommonLabels.env | toUpper -}} ] || {{ .CommonLabels.alertname -}}\n{{- end -}}\n\n{{- define "slack.text" -}}\n{{- range .Alerts -}}\n{{ if gt (len .Annotations) 0 }}\n*Summary*: {{ .Annotations.summary}}\n*Description*: {{ .Annotations.description }}\nLabels: \n{{ range .Labels.SortedPairs }}{{ if or (eq .Name "env") (eq .Name "instance") }}• {{ .Name }}: `{{ .Value }}`\n{{ end }}{{ end }}\n{{ end }}\n{{ end }}\n{{ end }}\n' as "go" resulted in an error at token: '•'. Retrying in relaxed mode. /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/PostgreSQL/postgresql.md:165: WARNING: Lexing literal_block "-- Show users and permissions\n\\du+\n\n-- Create a simple user\nCREATE ROLE LOGIN PASSWORD '123mudar';\n\n-- Grant permissions to a user\n-- !! Connect to the database first !!\nGRANT CONNECT ON DATABASE TO ;\nGRANT USAGE ON SCHEMA TO ;\nGRANT SELECT ON ALL TABLES IN SCHEMA TO ;\n\n-- Revoke permissions to a user\n-- !! Connect to the database first !!\nREVOKE CONNECT ON DATABASE FROM ;\nREVOKE USAGE ON SCHEMA FROM ;\nREVOKE SELECT ON ALL TABLES IN SCHEMA FROM ;\n" as "sql" resulted in an error at token: '\\'. Retrying in relaxed mode. /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/PostgreSQL/postgresql.md:214: WARNING: Lexing literal_block "-- Importing from a CSV file\npostgres=#\\COPY customer FROM '/path/to/file/on/server' WITH (FORMAT CSV, HEADER, DELIMITER ';');\n\n-- Exporting all table\npostgres=#\\COPY customer TO '/path/to/file/on/server' WITH (FORMAT CSV, HEADER, DELIMITER ';');\n\n-- Export a SQL statement\npostgres=#\\COPY (SELECT count(*) FROM customer) TO '/path/to/file/on/server' WITH (FORMAT CSV, HEADER, DELIMITER ';');\n" as "SQL" resulted in an error at token: '\\'. Retrying in relaxed mode. /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/PostgreSQL/postgresql.md:315: WARNING: Lexing literal_block "postgres=# CREATE TABLESPACE fastspace LOCATION '/home/postgres_indexes';\n-- List tablespaces\npostgres=# \\db\n" as "sql" resulted in an error at token: '\\'. Retrying in relaxed mode. /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/PostgreSQL/postgresql.md:347: WARNING: Lexing literal_block 'postgres=# \\dx\n Lista de extensões instaladas\n Nome | Versão | Esquema | Descrição\n---------+--------+------------+------------------------------\n plpgsql | 1.0 | pg_catalog | PL/pgSQL procedural language\n(1 linha)\n' as "SQL" resulted in an error at token: '\\'. Retrying in relaxed mode. /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/PostgreSQL/postgresql.md:381: WARNING: Lexing literal_block 'CREATE TABLE public.goals (\n id bigint PRIMARY KEY GENERATED BY DEFAULT AS IDENTITY,\n owned_user_id UUID,\n goal_title TEXT,\n goal_data JSON,\n enabled BOOL,\n ts timestamp default now()\n);\n\n-- Insert 5000 records at a time into goals table\n\nINSERT INTO public.goals (owned_user_id, goal_title, goal_data, enabled)\nSELECT gen_random_uuid(), \'tiTLE\', \'{"tags": ["tech", "news"]}\', false\nFROM generate_series(1, 5000) AS i;\n\n/* Using psql\'s \\watch keep insert 5000 records every 2 seconds */\npostgres=> \\watch\n--INSERT 0 5000\n--INSERT 0 5000\n--INSERT 0 5000\n' as "sql" resulted in an error at token: '\\'. Retrying in relaxed mode. /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Replicacao/Replicacao_clickhouse.md:19: WARNING: Pygments lexer name 'conf' is not known /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Replicacao/Replicacao_clickhouse.md:33: WARNING: Pygments lexer name 'conf' is not known /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Replicacao/Replicacao_postgres.md:43: WARNING: Pygments lexer name 'conf' is not known /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Replicacao/Replicacao_postgres.md:49: WARNING: Pygments lexer name 'conf' is not known /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:8: WARNING: 'myst' cross-reference target not found: 'Introdução' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:9: WARNING: 'myst' cross-reference target not found: 'Ameaças-e-abordagens-de-mitigação' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:10: WARNING: 'myst' cross-reference target not found: 'Criptografia-de-dados' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:11: WARNING: 'myst' cross-reference target not found: 'Tipos-de-dados' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:12: WARNING: 'myst' cross-reference target not found: 'Dados-em-repouso' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:13: WARNING: 'myst' cross-reference target not found: 'Dados-em-movimento' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:14: WARNING: 'myst' cross-reference target not found: 'Criptografia-transparente-de-dados' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:15: WARNING: 'myst' cross-reference target not found: 'Arquitetura-de-criptografia' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:16: WARNING: 'myst' cross-reference target not found: 'Modelo-de-criptografia' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:17: WARNING: 'myst' cross-reference target not found: 'Abordagem-de-1-nível' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:18: WARNING: 'myst' cross-reference target not found: 'Abordagem-de-2-níveis' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:19: WARNING: 'myst' cross-reference target not found: 'Gerenciamento-de-chaves' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:20: WARNING: 'myst' cross-reference target not found: 'Rotação-da-chave-mestra' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:21: WARNING: 'myst' cross-reference target not found: 'Alvos-de-criptografia' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:22: WARNING: 'myst' cross-reference target not found: 'Criptografia-de-tablespace-e-coluna' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:23: WARNING: 'myst' cross-reference target not found: 'Métodos-de-criptografia-de-dados' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:24: WARNING: 'myst' cross-reference target not found: 'Criptografia-online-versus-offline' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:25: WARNING: 'myst' cross-reference target not found: 'Implementações-de-criptografia-disponíveis' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:26: WARNING: 'myst' cross-reference target not found: 'Opções-de-criptografia-do-MySQL' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:27: WARNING: 'myst' cross-reference target not found: 'MySQL-InnoDB' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:28: WARNING: 'myst' cross-reference target not found: 'MySQL-Enterprise-Edition' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:29: WARNING: 'myst' cross-reference target not found: 'Opções-de-criptografia-do-PostgreSQL' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:30: WARNING: 'myst' cross-reference target not found: 'Pgsql-hackers-TDE' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:31: WARNING: 'myst' cross-reference target not found: 'Cybertech-Postgres-TDE' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:32: WARNING: 'myst' cross-reference target not found: 'EnterpriseDB-Postgres-TDE' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:33: WARNING: 'myst' cross-reference target not found: 'Opções-de-criptografia-do-Oracle' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:34: WARNING: 'myst' cross-reference target not found: 'Oracle-TDE' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:35: WARNING: 'myst' cross-reference target not found: 'Comparação-de-desempenho' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:36: WARNING: 'myst' cross-reference target not found: 'Conclusões' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:37: WARNING: 'myst' cross-reference target not found: 'Apêndice' [myst.xref_missing] generating indices... genindex done writing additional pages... search done copying images... [ 4%] pages/Apache-NiFi/Images/Operate.png copying images... [ 7%] pages/Apache-NiFi/Images/Controladores.png copying images... [ 11%] pages/Apache-NiFi/Images/Processador.jpg copying images... [ 15%] pages/Apache-NiFi/Images/GenerateFlowFile.png copying images... [ 19%] pages/Apache-NiFi/Images/UpdateAttribute.png copying images... [ 22%] pages/Apache-NiFi/Images/ExecuteSql.png copying images... [ 26%] pages/Apache-NiFi/Images/PutDatabaseRecord.png copying images... [ 30%] pages/Apache-NiFi/Images/InvokeHTTP.png copying images... [ 33%] pages/Apache-NiFi/Images/Relacao.png copying images... [ 37%] pages/Apache-NiFi/Images/Filas.png copying images... [ 41%] pages/Apache-NiFi/Images/Regiao.png copying images... [ 44%] pages/Apache-NiFi/Images/Uso-ExecuteSql.png copying images... [ 48%] pages/Apache-NiFi/Images/Uso-PutDatabase.png copying images... [ 52%] pages/Apache-NiFi/Images/Uso-HTTP.png copying images... [ 56%] pages/Apache-NiFi/Images/Transparencia.png copying images... [ 59%] pages/Apache-NiFi/Images/Transparencia-Header.png copying images... [ 63%] pages/Apache-NiFi/Images/Funil.png copying images... [ 67%] pages/Apache-NiFi/Images/Funil-Exemplo.png copying images... [ 70%] pages/Apache-NiFi/Images/template.png copying images... [ 74%] pages/Apache-NiFi/Images/menuTemplates.png copying images... [ 78%] pages/Apache-NiFi/Images/gerenciaTemplate.png copying images... [ 81%] pages/Apache-NiFi/Images/uploadTemplate.png copying images... [ 85%] pages/Apache-NiFi/Images/Label.png copying images... [ 89%] pages/Apache-NiFi/Images/Label-Exemplo.png copying images... [ 93%] pages/Apache-Superset/Imagens/dashboard.png copying images... [ 96%] pages/Apache-Superset/Imagens/SQL_Lab.png copying images... [100%] pages/Apache-Superset/Imagens/SQL_Lab2.png dumping search index in English (code: en)... done dumping object inventory... done Updating searchtools for Read the Docs search... Fetching Wikipedia tips[ 50%] Data_build_tool Fetching Wikipedia tips[100%] Transparent_data_encryption Fetching DOI tips Fetching RTD tips Writing tippy data files[ 2%] index Writing tippy data files[ 4%] pages/Apache-Hive/hive Writing tippy data files[ 6%] pages/Apache-NiFi/NIFI Writing tippy data files[ 8%] pages/Apache-NiFi/Nifi-clickhouse Writing tippy data files[ 10%] pages/Apache-NiFi/Nifi-uso Writing tippy data files[ 12%] pages/Apache-Spark/spark Writing tippy data files[ 14%] pages/Apache-Superset/Superset Writing tippy data files[ 16%] pages/Apache-Superset/Superset_maps Writing tippy data files[ 18%] pages/Apache-Superset/Superset_restaurar_backup Writing tippy data files[ 20%] pages/Apache-Superset/Superset_uso Writing tippy data files[ 22%] pages/Apache-Superset/replicacao_sqlite3_postgresql Writing tippy data files[ 24%] pages/Apache-Zeppelin/Zeppelin Writing tippy data files[ 26%] pages/Backup/backup-crontab Writing tippy data files[ 28%] pages/Benchmark/Clickhouse-benchmark Writing tippy data files[ 30%] pages/Benchmark/Raid_benchmarks Writing tippy data files[ 32%] pages/Benchmark/hammerdb Writing tippy data files[ 34%] pages/Clickhouse/Clickhouse Writing tippy data files[ 36%] pages/Clickhouse/Clickhouse_Backup_Restore Writing tippy data files[ 38%] pages/Clickhouse/Clickhouse_Distribuido Writing tippy data files[ 40%] pages/DBT/dbt Writing tippy data files[ 42%] pages/Denial-constraint/denial-constraint Writing tippy data files[ 44%] pages/Discos/L2ARC Writing tippy data files[ 46%] pages/Discos/Smartctl Writing tippy data files[ 48%] pages/Discos/zpool Writing tippy data files[ 50%] pages/Docker/docker Writing tippy data files[ 52%] pages/DuckDB/DuckDB Writing tippy data files[ 54%] pages/Elasticsearch/Elasticsearch Writing tippy data files[ 56%] pages/InfluxDB/influxDB Writing tippy data files[ 58%] pages/Kubernetes/Kubernetes Writing tippy data files[ 60%] pages/Kubernetes/helm Writing tippy data files[ 62%] pages/Kubernetes/openmetadata/README Writing tippy data files[ 64%] pages/MECRED/MECRED Writing tippy data files[ 66%] pages/Metabase/Metabase-Clickhouse Writing tippy data files[ 68%] pages/Metanome/metanome Writing tippy data files[ 70%] pages/Minio/Minio Writing tippy data files[ 72%] pages/MonetDB/monetdb Writing tippy data files[ 74%] pages/Monitoramento/Monitoramento-Prometheus Writing tippy data files[ 76%] pages/Monitoramento/monitoramento-influxDB Writing tippy data files[ 78%] pages/Portal-Transparencia/README Writing tippy data files[ 80%] pages/PostgreSQL/postgresql Writing tippy data files[ 82%] pages/Projetos/MECRED Writing tippy data files[ 84%] pages/README Writing tippy data files[ 86%] pages/Replicacao/Replicacao_clickhouse Writing tippy data files[ 88%] pages/Replicacao/Replicacao_patroni_postgres Writing tippy data files[ 90%] pages/Replicacao/Replicacao_pgpool2_postgres Writing tippy data files[ 92%] pages/Replicacao/Replicacao_postgres Writing tippy data files[ 94%] pages/Replicacao/Replicacao_repmgr_postgres Writing tippy data files[ 96%] pages/Seguranca/seguranca Writing tippy data files[ 98%] pages/Zabbix/Conexao-Grafana Writing tippy data files[100%] pages/Zabbix/Zabbix-monitoramento-Postgres build succeeded, 133 warnings. The HTML pages are in ../../_readthedocs/html. [rtd-command-info] start-time: 2025-01-29T18:34:54.287023Z, end-time: 2025-01-29T18:35:01.399868Z, duration: 7, exit-code: 0 python -m sphinx -T -b readthedocssinglehtmllocalmedia -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/htmlzip Running Sphinx v7.3.7 WARNING: while setting up extension sphinx_tippy: Failed to convert typing.Dict[str, str] to a set or tuple making output directory... done loading pickled environment... done myst v2.0.0: MdParserConfig(commonmark_only=False, gfm_only=False, enable_extensions={'colon_fence', 'html_image', 'deflist', 'fieldlist'}, disable_syntax=[], all_links_external=False, url_schemes=('http', 'https', 'mailto', 'ftp'), ref_domains=None, fence_as_directive=set(), number_code_blocks=[], title_to_header=False, heading_anchors=2, heading_slug_func=None, html_meta={}, footnote_transition=True, words_per_minute=200, substitutions={}, linkify_fuzzy_links=True, dmath_allow_labels=True, dmath_allow_space=True, dmath_allow_digits=True, dmath_double_inline=False, update_mathjax=True, mathjax_classes='tex2jax_process|mathjax_process|math|output_area', enable_checkboxes=False, suppress_warnings=[], highlight_code_blocks=True) building [mo]: targets for 0 po files that are out of date writing output... building [readthedocssinglehtmllocalmedia]: all documents updating environment: 0 added, 0 changed, 0 removed reading sources... looking for now-outdated files... none found preparing documents... done assembling single document... pages/Apache-Hive/hive pages/Minio/Minio pages/Apache-Zeppelin/Zeppelin pages/Apache-NiFi/NIFI pages/Apache-NiFi/Nifi-clickhouse pages/Apache-NiFi/Nifi-uso pages/Apache-Spark/spark pages/Apache-Superset/Superset pages/Apache-Superset/Superset_maps pages/Apache-Superset/Superset_restaurar_backup pages/Apache-Superset/Superset_uso pages/Apache-Superset/replicacao_sqlite3_postgresql pages/Backup/backup-crontab pages/Benchmark/Clickhouse-benchmark pages/Benchmark/Raid_benchmarks pages/Benchmark/hammerdb pages/Clickhouse/Clickhouse pages/Clickhouse/Clickhouse_Backup_Restore pages/Clickhouse/Clickhouse_Distribuido pages/DBT/dbt pages/Denial-constraint/denial-constraint pages/Docker/docker pages/DuckDB/DuckDB pages/InfluxDB/influxDB pages/Metabase/Metabase-Clickhouse pages/Metanome/metanome pages/MonetDB/monetdb pages/Monitoramento/Monitoramento-Prometheus pages/Monitoramento/monitoramento-influxDB pages/Portal-Transparencia/README pages/PostgreSQL/postgresql pages/Replicacao/Replicacao_clickhouse pages/Replicacao/Replicacao_patroni_postgres pages/Replicacao/Replicacao_pgpool2_postgres pages/Replicacao/Replicacao_postgres pages/Replicacao/Replicacao_repmgr_postgres pages/Seguranca/seguranca pages/Zabbix/Conexao-Grafana pages/Zabbix/Zabbix-monitoramento-Postgres pages/MECRED/MECRED /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Apache-NiFi/NIFI.md:45: WARNING: 'myst' cross-reference target not found: 'instalação-local' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Apache-NiFi/NIFI.md:46: WARNING: 'myst' cross-reference target not found: 'instalação-com-docker' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Apache-Superset/Superset_uso.md:44: WARNING: 'myst' cross-reference target not found: 'a-camada-semântica' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Monitoramento/Monitoramento-Prometheus.md:3: WARNING: 'myst' cross-reference target not found: 'prometheus-grafana' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Monitoramento/Monitoramento-Prometheus.md:4: WARNING: 'myst' cross-reference target not found: 'alertas-grafana-discord' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Monitoramento/Monitoramento-Prometheus.md:5: WARNING: 'myst' cross-reference target not found: 'dashboards-grafana' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:8: WARNING: 'myst' cross-reference target not found: 'Introdução' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:9: WARNING: 'myst' cross-reference target not found: 'Ameaças-e-abordagens-de-mitigação' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:10: WARNING: 'myst' cross-reference target not found: 'Criptografia-de-dados' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:11: WARNING: 'myst' cross-reference target not found: 'Tipos-de-dados' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:12: WARNING: 'myst' cross-reference target not found: 'Dados-em-repouso' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:13: WARNING: 'myst' cross-reference target not found: 'Dados-em-movimento' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:14: WARNING: 'myst' cross-reference target not found: 'Criptografia-transparente-de-dados' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:15: WARNING: 'myst' cross-reference target not found: 'Arquitetura-de-criptografia' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:16: WARNING: 'myst' cross-reference target not found: 'Modelo-de-criptografia' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:17: WARNING: 'myst' cross-reference target not found: 'Abordagem-de-1-nível' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:18: WARNING: 'myst' cross-reference target not found: 'Abordagem-de-2-níveis' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:19: WARNING: 'myst' cross-reference target not found: 'Gerenciamento-de-chaves' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:20: WARNING: 'myst' cross-reference target not found: 'Rotação-da-chave-mestra' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:21: WARNING: 'myst' cross-reference target not found: 'Alvos-de-criptografia' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:22: WARNING: 'myst' cross-reference target not found: 'Criptografia-de-tablespace-e-coluna' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:23: WARNING: 'myst' cross-reference target not found: 'Métodos-de-criptografia-de-dados' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:24: WARNING: 'myst' cross-reference target not found: 'Criptografia-online-versus-offline' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:25: WARNING: 'myst' cross-reference target not found: 'Implementações-de-criptografia-disponíveis' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:26: WARNING: 'myst' cross-reference target not found: 'Opções-de-criptografia-do-MySQL' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:27: WARNING: 'myst' cross-reference target not found: 'MySQL-InnoDB' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:28: WARNING: 'myst' cross-reference target not found: 'MySQL-Enterprise-Edition' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:29: WARNING: 'myst' cross-reference target not found: 'Opções-de-criptografia-do-PostgreSQL' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:30: WARNING: 'myst' cross-reference target not found: 'Pgsql-hackers-TDE' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:31: WARNING: 'myst' cross-reference target not found: 'Cybertech-Postgres-TDE' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:32: WARNING: 'myst' cross-reference target not found: 'EnterpriseDB-Postgres-TDE' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:33: WARNING: 'myst' cross-reference target not found: 'Opções-de-criptografia-do-Oracle' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:34: WARNING: 'myst' cross-reference target not found: 'Oracle-TDE' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:35: WARNING: 'myst' cross-reference target not found: 'Comparação-de-desempenho' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:36: WARNING: 'myst' cross-reference target not found: 'Conclusões' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:37: WARNING: 'myst' cross-reference target not found: 'Apêndice' [myst.xref_missing] done writing... /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Monitoramento/Monitoramento-Prometheus.md:57: WARNING: Pygments lexer name 'env' is not known /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Monitoramento/Monitoramento-Prometheus.md:63: WARNING: Pygments lexer name 'service' is not known /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Monitoramento/Monitoramento-Prometheus.md:90: WARNING: Pygments lexer name 'service' is not known /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Monitoramento/Monitoramento-Prometheus.md:168: WARNING: Pygments lexer name 'service' is not known /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Monitoramento/Monitoramento-Prometheus.md:208: WARNING: Pygments lexer name 'conf' is not known /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Monitoramento/Monitoramento-Prometheus.md:269: WARNING: Lexing literal_block '{{ define "alert_severity_prefix_emoji" -}}\n\t{{- if ne .Status "firing" -}}\n\t\t:white_check_mark:\n\t{{- else if eq .CommonLabels.severity "critical" -}}\n\t\t:red_circle:\n\t{{- else if eq .CommonLabels.severity "warning" -}}\n\t\t:warning:\n\t{{- end -}}\n{{- end -}}\n\n\n{{ define "slack.title" -}}\n\t{{ template "alert_severity_prefix_emoji" . }} \n\t[{{- .Status | toUpper -}}{{- if eq .Status "firing" }} x {{ .Alerts.Firing | len -}}{{- end }} | {{ .CommonLabels.env | toUpper -}} ] || {{ .CommonLabels.alertname -}}\n{{- end -}}\n\n{{- define "slack.text" -}}\n{{- range .Alerts -}}\n{{ if gt (len .Annotations) 0 }}\n*Summary*: {{ .Annotations.summary}}\n*Description*: {{ .Annotations.description }}\nLabels: \n{{ range .Labels.SortedPairs }}{{ if or (eq .Name "env") (eq .Name "instance") }}• {{ .Name }}: `{{ .Value }}`\n{{ end }}{{ end }}\n{{ end }}\n{{ end }}\n{{ end }}\n' as "go" resulted in an error at token: '•'. Retrying in relaxed mode. /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/PostgreSQL/postgresql.md:165: WARNING: Lexing literal_block "-- Show users and permissions\n\\du+\n\n-- Create a simple user\nCREATE ROLE LOGIN PASSWORD '123mudar';\n\n-- Grant permissions to a user\n-- !! Connect to the database first !!\nGRANT CONNECT ON DATABASE TO ;\nGRANT USAGE ON SCHEMA TO ;\nGRANT SELECT ON ALL TABLES IN SCHEMA TO ;\n\n-- Revoke permissions to a user\n-- !! Connect to the database first !!\nREVOKE CONNECT ON DATABASE FROM ;\nREVOKE USAGE ON SCHEMA FROM ;\nREVOKE SELECT ON ALL TABLES IN SCHEMA FROM ;\n" as "sql" resulted in an error at token: '\\'. Retrying in relaxed mode. /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/PostgreSQL/postgresql.md:214: WARNING: Lexing literal_block "-- Importing from a CSV file\npostgres=#\\COPY customer FROM '/path/to/file/on/server' WITH (FORMAT CSV, HEADER, DELIMITER ';');\n\n-- Exporting all table\npostgres=#\\COPY customer TO '/path/to/file/on/server' WITH (FORMAT CSV, HEADER, DELIMITER ';');\n\n-- Export a SQL statement\npostgres=#\\COPY (SELECT count(*) FROM customer) TO '/path/to/file/on/server' WITH (FORMAT CSV, HEADER, DELIMITER ';');\n" as "SQL" resulted in an error at token: '\\'. Retrying in relaxed mode. /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/PostgreSQL/postgresql.md:315: WARNING: Lexing literal_block "postgres=# CREATE TABLESPACE fastspace LOCATION '/home/postgres_indexes';\n-- List tablespaces\npostgres=# \\db\n" as "sql" resulted in an error at token: '\\'. Retrying in relaxed mode. /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/PostgreSQL/postgresql.md:347: WARNING: Lexing literal_block 'postgres=# \\dx\n Lista de extensões instaladas\n Nome | Versão | Esquema | Descrição\n---------+--------+------------+------------------------------\n plpgsql | 1.0 | pg_catalog | PL/pgSQL procedural language\n(1 linha)\n' as "SQL" resulted in an error at token: '\\'. Retrying in relaxed mode. /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/PostgreSQL/postgresql.md:381: WARNING: Lexing literal_block 'CREATE TABLE public.goals (\n id bigint PRIMARY KEY GENERATED BY DEFAULT AS IDENTITY,\n owned_user_id UUID,\n goal_title TEXT,\n goal_data JSON,\n enabled BOOL,\n ts timestamp default now()\n);\n\n-- Insert 5000 records at a time into goals table\n\nINSERT INTO public.goals (owned_user_id, goal_title, goal_data, enabled)\nSELECT gen_random_uuid(), \'tiTLE\', \'{"tags": ["tech", "news"]}\', false\nFROM generate_series(1, 5000) AS i;\n\n/* Using psql\'s \\watch keep insert 5000 records every 2 seconds */\npostgres=> \\watch\n--INSERT 0 5000\n--INSERT 0 5000\n--INSERT 0 5000\n' as "sql" resulted in an error at token: '\\'. Retrying in relaxed mode. /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Replicacao/Replicacao_clickhouse.md:19: WARNING: Pygments lexer name 'conf' is not known /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Replicacao/Replicacao_clickhouse.md:33: WARNING: Pygments lexer name 'conf' is not known /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Replicacao/Replicacao_postgres.md:43: WARNING: Pygments lexer name 'conf' is not known /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Replicacao/Replicacao_postgres.md:49: WARNING: Pygments lexer name 'conf' is not known done writing additional files... done copying images... [ 4%] pages/Apache-NiFi/Images/Operate.png copying images... [ 7%] pages/Apache-NiFi/Images/Controladores.png copying images... [ 11%] pages/Apache-NiFi/Images/Processador.jpg copying images... [ 15%] pages/Apache-NiFi/Images/GenerateFlowFile.png copying images... [ 19%] pages/Apache-NiFi/Images/UpdateAttribute.png copying images... [ 22%] pages/Apache-NiFi/Images/ExecuteSql.png copying images... [ 26%] pages/Apache-NiFi/Images/PutDatabaseRecord.png copying images... [ 30%] pages/Apache-NiFi/Images/InvokeHTTP.png copying images... [ 33%] pages/Apache-NiFi/Images/Relacao.png copying images... [ 37%] pages/Apache-NiFi/Images/Filas.png copying images... [ 41%] pages/Apache-NiFi/Images/Regiao.png copying images... [ 44%] pages/Apache-NiFi/Images/Uso-ExecuteSql.png copying images... [ 48%] pages/Apache-NiFi/Images/Uso-PutDatabase.png copying images... [ 52%] pages/Apache-NiFi/Images/Uso-HTTP.png copying images... [ 56%] pages/Apache-NiFi/Images/Transparencia.png copying images... [ 59%] pages/Apache-NiFi/Images/Transparencia-Header.png copying images... [ 63%] pages/Apache-NiFi/Images/Funil.png copying images... [ 67%] pages/Apache-NiFi/Images/Funil-Exemplo.png copying images... [ 70%] pages/Apache-NiFi/Images/template.png copying images... [ 74%] pages/Apache-NiFi/Images/menuTemplates.png copying images... [ 78%] pages/Apache-NiFi/Images/gerenciaTemplate.png copying images... [ 81%] pages/Apache-NiFi/Images/uploadTemplate.png copying images... [ 85%] pages/Apache-NiFi/Images/Label.png copying images... [ 89%] pages/Apache-NiFi/Images/Label-Exemplo.png copying images... [ 93%] pages/Apache-Superset/Imagens/dashboard.png copying images... [ 96%] pages/Apache-Superset/Imagens/SQL_Lab.png copying images... [100%] pages/Apache-Superset/Imagens/SQL_Lab2.png copying static files... done copying extra files... done dumping object inventory... done Updating searchtools for Read the Docs search... Fetching Wikipedia tips[ 50%] Data_build_tool Fetching Wikipedia tips[100%] Transparent_data_encryption Fetching DOI tips Fetching RTD tips Writing tippy data files[100%] index build succeeded, 52 warnings. The HTML page is in ../../_readthedocs/htmlzip. [rtd-command-info] start-time: 2025-01-29T18:35:02.094363Z, end-time: 2025-01-29T18:35:07.554291Z, duration: 5, exit-code: 0 python -m sphinx -T -b latex -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/pdf Running Sphinx v7.3.7 WARNING: while setting up extension sphinx_tippy: Failed to convert typing.Dict[str, str] to a set or tuple making output directory... done loading pickled environment... done myst v2.0.0: MdParserConfig(commonmark_only=False, gfm_only=False, enable_extensions={'html_image', 'fieldlist', 'colon_fence', 'deflist'}, disable_syntax=[], all_links_external=False, url_schemes=('http', 'https', 'mailto', 'ftp'), ref_domains=None, fence_as_directive=set(), number_code_blocks=[], title_to_header=False, heading_anchors=2, heading_slug_func=None, html_meta={}, footnote_transition=True, words_per_minute=200, substitutions={}, linkify_fuzzy_links=True, dmath_allow_labels=True, dmath_allow_space=True, dmath_allow_digits=True, dmath_double_inline=False, update_mathjax=True, mathjax_classes='tex2jax_process|mathjax_process|math|output_area', enable_checkboxes=False, suppress_warnings=[], highlight_code_blocks=True) building [mo]: targets for 0 po files that are out of date writing output... building [latex]: all documents updating environment: 0 added, 0 changed, 0 removed reading sources... looking for now-outdated files... none found copying TeX support files... copying TeX support files... done processing teamdb.tex... index pages/Apache-Hive/hive pages/Minio/Minio pages/Apache-Zeppelin/Zeppelin pages/Apache-NiFi/NIFI pages/Apache-NiFi/Nifi-clickhouse pages/Apache-NiFi/Nifi-uso pages/Apache-Spark/spark pages/Apache-Superset/Superset pages/Apache-Superset/Superset_maps pages/Apache-Superset/Superset_restaurar_backup pages/Apache-Superset/Superset_uso pages/Apache-Superset/replicacao_sqlite3_postgresql pages/Backup/backup-crontab pages/Benchmark/Clickhouse-benchmark pages/Benchmark/Raid_benchmarks pages/Benchmark/hammerdb pages/Clickhouse/Clickhouse pages/Clickhouse/Clickhouse_Backup_Restore pages/Clickhouse/Clickhouse_Distribuido pages/DBT/dbt pages/Denial-constraint/denial-constraint pages/Docker/docker pages/DuckDB/DuckDB pages/InfluxDB/influxDB pages/Metabase/Metabase-Clickhouse pages/Metanome/metanome pages/MonetDB/monetdb pages/Monitoramento/Monitoramento-Prometheus pages/Monitoramento/monitoramento-influxDB pages/Portal-Transparencia/README pages/PostgreSQL/postgresql pages/Replicacao/Replicacao_clickhouse pages/Replicacao/Replicacao_patroni_postgres pages/Replicacao/Replicacao_pgpool2_postgres pages/Replicacao/Replicacao_postgres pages/Replicacao/Replicacao_repmgr_postgres pages/Seguranca/seguranca pages/Zabbix/Conexao-Grafana pages/Zabbix/Zabbix-monitoramento-Postgres pages/MECRED/MECRED resolving references... /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Apache-NiFi/NIFI.md:45: WARNING: 'myst' cross-reference target not found: 'instalação-local' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Apache-NiFi/NIFI.md:46: WARNING: 'myst' cross-reference target not found: 'instalação-com-docker' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Apache-Superset/Superset_uso.md:44: WARNING: 'myst' cross-reference target not found: 'a-camada-semântica' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Monitoramento/Monitoramento-Prometheus.md:3: WARNING: 'myst' cross-reference target not found: 'prometheus-grafana' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Monitoramento/Monitoramento-Prometheus.md:4: WARNING: 'myst' cross-reference target not found: 'alertas-grafana-discord' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Monitoramento/Monitoramento-Prometheus.md:5: WARNING: 'myst' cross-reference target not found: 'dashboards-grafana' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:8: WARNING: 'myst' cross-reference target not found: 'Introdução' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:9: WARNING: 'myst' cross-reference target not found: 'Ameaças-e-abordagens-de-mitigação' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:10: WARNING: 'myst' cross-reference target not found: 'Criptografia-de-dados' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:11: WARNING: 'myst' cross-reference target not found: 'Tipos-de-dados' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:12: WARNING: 'myst' cross-reference target not found: 'Dados-em-repouso' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:13: WARNING: 'myst' cross-reference target not found: 'Dados-em-movimento' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:14: WARNING: 'myst' cross-reference target not found: 'Criptografia-transparente-de-dados' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:15: WARNING: 'myst' cross-reference target not found: 'Arquitetura-de-criptografia' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:16: WARNING: 'myst' cross-reference target not found: 'Modelo-de-criptografia' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:17: WARNING: 'myst' cross-reference target not found: 'Abordagem-de-1-nível' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:18: WARNING: 'myst' cross-reference target not found: 'Abordagem-de-2-níveis' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:19: WARNING: 'myst' cross-reference target not found: 'Gerenciamento-de-chaves' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:20: WARNING: 'myst' cross-reference target not found: 'Rotação-da-chave-mestra' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:21: WARNING: 'myst' cross-reference target not found: 'Alvos-de-criptografia' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:22: WARNING: 'myst' cross-reference target not found: 'Criptografia-de-tablespace-e-coluna' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:23: WARNING: 'myst' cross-reference target not found: 'Métodos-de-criptografia-de-dados' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:24: WARNING: 'myst' cross-reference target not found: 'Criptografia-online-versus-offline' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:25: WARNING: 'myst' cross-reference target not found: 'Implementações-de-criptografia-disponíveis' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:26: WARNING: 'myst' cross-reference target not found: 'Opções-de-criptografia-do-MySQL' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:27: WARNING: 'myst' cross-reference target not found: 'MySQL-InnoDB' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:28: WARNING: 'myst' cross-reference target not found: 'MySQL-Enterprise-Edition' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:29: WARNING: 'myst' cross-reference target not found: 'Opções-de-criptografia-do-PostgreSQL' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:30: WARNING: 'myst' cross-reference target not found: 'Pgsql-hackers-TDE' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:31: WARNING: 'myst' cross-reference target not found: 'Cybertech-Postgres-TDE' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:32: WARNING: 'myst' cross-reference target not found: 'EnterpriseDB-Postgres-TDE' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:33: WARNING: 'myst' cross-reference target not found: 'Opções-de-criptografia-do-Oracle' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:34: WARNING: 'myst' cross-reference target not found: 'Oracle-TDE' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:35: WARNING: 'myst' cross-reference target not found: 'Comparação-de-desempenho' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:36: WARNING: 'myst' cross-reference target not found: 'Conclusões' [myst.xref_missing] /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Seguranca/seguranca.md:37: WARNING: 'myst' cross-reference target not found: 'Apêndice' [myst.xref_missing] WARNING: Could not fetch remote image: https://codimd.c3sl.ufpr.br/uploads/upload_a721d8a0d6e5a3819deb373f3a084501.png [HTTPSConnectionPool(host='codimd.c3sl.ufpr.br', port=443): Max retries exceeded with url: /uploads/upload_a721d8a0d6e5a3819deb373f3a084501.png (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1007)')))] WARNING: Could not fetch remote image: https://codimd.c3sl.ufpr.br/uploads/upload_e6739d46ca3c644ac28a2be6c79977b9.png [HTTPSConnectionPool(host='codimd.c3sl.ufpr.br', port=443): Max retries exceeded with url: /uploads/upload_e6739d46ca3c644ac28a2be6c79977b9.png (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1007)')))] WARNING: Could not fetch remote image: https://codimd.c3sl.ufpr.br/uploads/upload_90c272686c5bce8c190a747c0b46e2fd.png [HTTPSConnectionPool(host='codimd.c3sl.ufpr.br', port=443): Max retries exceeded with url: /uploads/upload_90c272686c5bce8c190a747c0b46e2fd.png (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1007)')))] done writing... /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Monitoramento/Monitoramento-Prometheus.md:57: WARNING: Pygments lexer name 'env' is not known /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Monitoramento/Monitoramento-Prometheus.md:63: WARNING: Pygments lexer name 'service' is not known /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Monitoramento/Monitoramento-Prometheus.md:90: WARNING: Pygments lexer name 'service' is not known /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Monitoramento/Monitoramento-Prometheus.md:168: WARNING: Pygments lexer name 'service' is not known /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Monitoramento/Monitoramento-Prometheus.md:208: WARNING: Pygments lexer name 'conf' is not known /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Monitoramento/Monitoramento-Prometheus.md:269: WARNING: Lexing literal_block '{{ define "alert_severity_prefix_emoji" -}}\n\t{{- if ne .Status "firing" -}}\n\t\t:white_check_mark:\n\t{{- else if eq .CommonLabels.severity "critical" -}}\n\t\t:red_circle:\n\t{{- else if eq .CommonLabels.severity "warning" -}}\n\t\t:warning:\n\t{{- end -}}\n{{- end -}}\n\n\n{{ define "slack.title" -}}\n\t{{ template "alert_severity_prefix_emoji" . }} \n\t[{{- .Status | toUpper -}}{{- if eq .Status "firing" }} x {{ .Alerts.Firing | len -}}{{- end }} | {{ .CommonLabels.env | toUpper -}} ] || {{ .CommonLabels.alertname -}}\n{{- end -}}\n\n{{- define "slack.text" -}}\n{{- range .Alerts -}}\n{{ if gt (len .Annotations) 0 }}\n*Summary*: {{ .Annotations.summary}}\n*Description*: {{ .Annotations.description }}\nLabels: \n{{ range .Labels.SortedPairs }}{{ if or (eq .Name "env") (eq .Name "instance") }}• {{ .Name }}: `{{ .Value }}`\n{{ end }}{{ end }}\n{{ end }}\n{{ end }}\n{{ end }}\n' as "go" resulted in an error at token: '•'. Retrying in relaxed mode. /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/PostgreSQL/postgresql.md:165: WARNING: Lexing literal_block "-- Show users and permissions\n\\du+\n\n-- Create a simple user\nCREATE ROLE LOGIN PASSWORD '123mudar';\n\n-- Grant permissions to a user\n-- !! Connect to the database first !!\nGRANT CONNECT ON DATABASE TO ;\nGRANT USAGE ON SCHEMA TO ;\nGRANT SELECT ON ALL TABLES IN SCHEMA TO ;\n\n-- Revoke permissions to a user\n-- !! Connect to the database first !!\nREVOKE CONNECT ON DATABASE FROM ;\nREVOKE USAGE ON SCHEMA FROM ;\nREVOKE SELECT ON ALL TABLES IN SCHEMA FROM ;\n" as "sql" resulted in an error at token: '\\'. Retrying in relaxed mode. /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/PostgreSQL/postgresql.md:214: WARNING: Lexing literal_block "-- Importing from a CSV file\npostgres=#\\COPY customer FROM '/path/to/file/on/server' WITH (FORMAT CSV, HEADER, DELIMITER ';');\n\n-- Exporting all table\npostgres=#\\COPY customer TO '/path/to/file/on/server' WITH (FORMAT CSV, HEADER, DELIMITER ';');\n\n-- Export a SQL statement\npostgres=#\\COPY (SELECT count(*) FROM customer) TO '/path/to/file/on/server' WITH (FORMAT CSV, HEADER, DELIMITER ';');\n" as "SQL" resulted in an error at token: '\\'. Retrying in relaxed mode. /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/PostgreSQL/postgresql.md:315: WARNING: Lexing literal_block "postgres=# CREATE TABLESPACE fastspace LOCATION '/home/postgres_indexes';\n-- List tablespaces\npostgres=# \\db\n" as "sql" resulted in an error at token: '\\'. Retrying in relaxed mode. /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/PostgreSQL/postgresql.md:347: WARNING: Lexing literal_block 'postgres=# \\dx\n Lista de extensões instaladas\n Nome | Versão | Esquema | Descrição\n---------+--------+------------+------------------------------\n plpgsql | 1.0 | pg_catalog | PL/pgSQL procedural language\n(1 linha)\n' as "SQL" resulted in an error at token: '\\'. Retrying in relaxed mode. /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/PostgreSQL/postgresql.md:381: WARNING: Lexing literal_block 'CREATE TABLE public.goals (\n id bigint PRIMARY KEY GENERATED BY DEFAULT AS IDENTITY,\n owned_user_id UUID,\n goal_title TEXT,\n goal_data JSON,\n enabled BOOL,\n ts timestamp default now()\n);\n\n-- Insert 5000 records at a time into goals table\n\nINSERT INTO public.goals (owned_user_id, goal_title, goal_data, enabled)\nSELECT gen_random_uuid(), \'tiTLE\', \'{"tags": ["tech", "news"]}\', false\nFROM generate_series(1, 5000) AS i;\n\n/* Using psql\'s \\watch keep insert 5000 records every 2 seconds */\npostgres=> \\watch\n--INSERT 0 5000\n--INSERT 0 5000\n--INSERT 0 5000\n' as "sql" resulted in an error at token: '\\'. Retrying in relaxed mode. /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Replicacao/Replicacao_clickhouse.md:19: WARNING: Pygments lexer name 'conf' is not known /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Replicacao/Replicacao_clickhouse.md:33: WARNING: Pygments lexer name 'conf' is not known /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Replicacao/Replicacao_postgres.md:43: WARNING: Pygments lexer name 'conf' is not known /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/docs/source/pages/Replicacao/Replicacao_postgres.md:49: WARNING: Pygments lexer name 'conf' is not known done copying images... [ 3%] pages/Apache-NiFi/Images/Operate.png copying images... [ 7%] pages/Apache-NiFi/Images/Controladores.png copying images... [ 10%] pages/Apache-NiFi/Images/Processador.jpg copying images... [ 14%] pages/Apache-NiFi/Images/GenerateFlowFile.png copying images... [ 17%] pages/Apache-NiFi/Images/UpdateAttribute.png copying images... [ 21%] pages/Apache-NiFi/Images/ExecuteSql.png copying images... [ 24%] pages/Apache-NiFi/Images/PutDatabaseRecord.png copying images... [ 28%] pages/Apache-NiFi/Images/InvokeHTTP.png copying images... [ 31%] pages/Apache-NiFi/Images/Relacao.png copying images... [ 34%] pages/Apache-NiFi/Images/Filas.png copying images... [ 38%] pages/Apache-NiFi/Images/Regiao.png copying images... [ 41%] pages/Apache-NiFi/Images/Uso-ExecuteSql.png copying images... [ 45%] pages/Apache-NiFi/Images/Uso-PutDatabase.png copying images... [ 48%] pages/Apache-NiFi/Images/Uso-HTTP.png copying images... [ 52%] pages/Apache-NiFi/Images/Transparencia.png copying images... [ 55%] pages/Apache-NiFi/Images/Transparencia-Header.png copying images... [ 59%] pages/Apache-NiFi/Images/Funil.png copying images... [ 62%] pages/Apache-NiFi/Images/Funil-Exemplo.png copying images... [ 66%] pages/Apache-NiFi/Images/template.png copying images... [ 69%] pages/Apache-NiFi/Images/menuTemplates.png copying images... [ 72%] pages/Apache-NiFi/Images/gerenciaTemplate.png copying images... [ 76%] pages/Apache-NiFi/Images/uploadTemplate.png copying images... [ 79%] pages/Apache-NiFi/Images/Label.png copying images... [ 83%] pages/Apache-NiFi/Images/Label-Exemplo.png copying images... [ 86%] pages/Apache-Superset/Imagens/dashboard.png copying images... [ 90%] pages/Apache-Superset/Imagens/SQL_Lab.png copying images... [ 93%] pages/Apache-Superset/Imagens/SQL_Lab2.png copying images... [ 97%] https://wallpapercave.com/wp/wp8203288.jpg copying images... [100%] https://gitlab.c3sl.ufpr.br/team-db/documentation/-/raw/main/docs/source/pages/MECRED/images/diagrama.drawio.png Missing searchtools: /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/checkouts/latest/_readthedocs/pdf/_static/searchtools.js build succeeded, 55 warnings. The LaTeX files are in ../../_readthedocs/pdf. Run 'make' in that directory to run these through (pdf)latex (use `make latexpdf' here to do that automatically). [rtd-command-info] start-time: 2025-01-29T18:35:13.363652Z, end-time: 2025-01-29T18:35:13.467359Z, duration: 0, exit-code: 0 cat latexmkrc $latex = 'latex ' . $ENV{'LATEXOPTS'} . ' %O %S'; $pdflatex = 'pdflatex ' . $ENV{'LATEXOPTS'} . ' %O %S'; $lualatex = 'lualatex ' . $ENV{'LATEXOPTS'} . ' %O %S'; $xelatex = 'xelatex --no-pdf ' . $ENV{'LATEXOPTS'} . ' %O %S'; $makeindex = 'makeindex -s python.ist %O -o %D %S'; add_cus_dep( "glo", "gls", 0, "makeglo" ); sub makeglo { return system( "makeindex -s gglo.ist -o '$_[0].gls' '$_[0].glo'" ); } [rtd-command-info] start-time: 2025-01-29T18:35:13.525388Z, end-time: 2025-01-29T18:35:32.879933Z, duration: 19, exit-code: 0 latexmk -r latexmkrc -pdf -f -dvi- -ps- -jobname=documentation-db -interaction=nonstopmode Use of uninitialized value in concatenation (.) or string at (eval 10) line 1. Use of uninitialized value in concatenation (.) or string at (eval 10) line 2. Use of uninitialized value in concatenation (.) or string at (eval 10) line 3. Use of uninitialized value in concatenation (.) or string at (eval 10) line 4. Subroutine makeglo redefined at (eval 11) line 7. Use of uninitialized value in concatenation (.) or string at (eval 11) line 1. Use of uninitialized value in concatenation (.) or string at (eval 11) line 2. Use of uninitialized value in concatenation (.) or string at (eval 11) line 3. Use of uninitialized value in concatenation (.) or string at (eval 11) line 4. Rc files read: /etc/LatexMk latexmkrc latexmkrc Latexmk: This is Latexmk, John Collins, 20 November 2021, version: 4.76. Rule 'pdflatex': File changes, etc: Changed files, or newly in use since previous run(s): 'teamdb.tex' ------------ Run number 1 of rule 'pdflatex' ------------ Latexmk: applying rule 'pdflatex'... ------------ Running 'pdflatex -interaction=nonstopmode -recorder --jobname="documentation-db" "teamdb.tex"' ------------ This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2022/dev/Debian) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (./teamdb.tex LaTeX2e <2021-11-15> patch level 1 L3 programming layer <2022-01-21> (./sphinxmanual.cls Document Class: sphinxmanual 2019/12/01 v2.3.0 Document class (Sphinx manual) (/usr/share/texlive/texmf-dist/tex/latex/base/report.cls Document Class: report 2021/10/04 v1.4n Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo))) (/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty) (/usr/share/texlive/texmf-dist/tex/latex/cmap/cmap.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty<>) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty For additional information on amsmath, use the `?' option. (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty)) (/usr/share/texlive/texmf-dist/tex/generic/babel/babel.sty (/usr/share/texlive/texmf-dist/tex/generic/babel/txtbabel.def) (/usr/share/texlive/texmf-dist/tex/generic/babel-english/english.ldf)) (/usr/share/texmf/tex/latex/tex-gyre/tgtermes.sty (/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty) (/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty) (/usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty))) (/usr/share/texmf/tex/latex/tex-gyre/tgheros.sty) (/usr/share/texlive/texmf-dist/tex/latex/fncychap/fncychap.sty) (./sphinx.sty (/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg) (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def)) (./sphinxoptionshyperref.sty) (./sphinxoptionsgeometry.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty) (/usr/share/texlive/texmf-dist/tex/latex/float/float.sty) (/usr/share/texlive/texmf-dist/tex/latex/wrapfig/wrapfig.sty) (/usr/share/texlive/texmf-dist/tex/latex/capt-of/capt-of.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/multicol.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg))) (./sphinxlatexgraphics.sty) (./sphinxpackageboxes.sty (/usr/share/texlive/texmf-dist/tex/latex/pict2e/pict2e.sty (/usr/share/texlive/texmf-dist/tex/latex/pict2e/pict2e.cfg) (/usr/share/texlive/texmf-dist/tex/latex/pict2e/p2e-pdftex.def)) (/usr/share/texlive/texmf-dist/tex/latex/ellipse/ellipse.sty)) (./sphinxlatexadmonitions.sty (/usr/share/texlive/texmf-dist/tex/latex/framed/framed.sty)) (./sphinxlatexliterals.sty (/usr/share/texlive/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/alltt.sty) (/usr/share/texlive/texmf-dist/tex/latex/upquote/upquote.sty) (/usr/share/texlive/texmf-dist/tex/latex/needspace/needspace.sty)) (./sphinxlatexshadowbox.sty) (./sphinxlatexcontainers.sty) (./sphinxhighlight.sty) (./sphinxlatextables.sty (/usr/share/texlive/texmf-dist/tex/latex/tabulary/tabulary.sty (/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty)) (/usr/share/texlive/texmf-dist/tex/latex/tools/longtable.sty) (/usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty) (/usr/share/texlive/texmf-dist/tex/latex/colortbl/colortbl.sty) (/usr/share/texlive/texmf-dist/tex/latex/booktabs/booktabs.sty)) (./sphinxlatexnumfig.sty) (./sphinxlatexlists.sty) (./sphinxpackagefootnote.sty ) (./sphinxlatexindbibtoc.sty (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty)) (./sphinxlatexstylepage.sty (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip.sty (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip-2001-04-09.sty)) (/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty)) (./sphinxlatexstyleheadings.sty (/usr/share/texlive/texmf-dist/tex/latex/titlesec/titlesec.sty)) (./sphinxlatexstyletext.sty) (./sphinxlatexobjects.sty)) (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty (/usr/share/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty (/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty))) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty (/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty)) (/usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty) (/usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty) (/usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty) (/usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty) (/usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref-langpatches.def) (/usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty) (/usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def) (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty) (/usr/share/texlive/texmf-dist/tex/generic/bitset/bitset.sty (/usr/share/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty)) (/usr/share/texlive/texmf-dist/tex/latex/base/atbegshi-ltx.sty)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def (/usr/share/texlive/texmf-dist/tex/latex/base/atveryend-ltx.sty) (/usr/share/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty (/usr/share/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty))) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/hypcap.sty) (./sphinxmessages.sty) Writing index file documentation-db.idx (/usr/share/texmf/tex/latex/tex-gyre/t1qtm.fd) (/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def) (./documentation-db.aux) (/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii [Loading MPS to PDF converter (version 2006.09.02).] ) (/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg)) *geometry* driver: auto-detecting *geometry* detected driver: pdftex (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty) (/usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty)) (/usr/share/texmf/tex/latex/tex-gyre/t1qhv.fd)<><><><> (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd) [1{/var/lib/texmf/fo nts/map/pdftex/updmap/pdftex.map}] [2] [1] [2] Chapter 1. (/usr/share/texlive/texmf-dist/tex/latex/txfonts/t1txtt.fd) (/usr/share/texlive/texmf-dist/tex/latex/txfonts/ts1txtt.fd) [1] [2] [3] [4] Chapter 2. [5] [6] Chapter 3. Overfull \hbox (204.04001pt too wide) in paragraph at lines 285--287 []\T1/qtm/m/n/10 [3] Setup Spark for zep-pelin: [][]$https : / / medium . com / @mehrdad . al . 2023 / run-[]your-[]^^\rst-[]analysis-[]project-[]on-[]apache- []zeppelin-[]using-[]scala-[]spark-[]shell-[]and-[]sql-[]e1b86a9fadd0$[][] (/usr/share/texmf/tex/latex/tex-gyre/ts1qtm.fd) Underfull \hbox (badness 10000) in paragraph at lines 300--303 \T1/qtm/m/n/10 tem como \T1/txtt/m/n/10 environment \T1/qtm/m/n/10 a con-fig-u- ra��o [] \T1/txtt/m/n/10 SPARK_MODE=worker \T1/qtm/m/n/10 e [] \T1/txtt/m/n/10 SPARK_MASTER_URL=spark:// [7] [8] Chapter 4. Underfull \hbox (badness 10000) in paragraph at lines 358--360 []\T1/qtm/m/n/10 [8] Tu-to-rial para fazer merge de dois ar-quivos csv: [][]$ht tps : / / medium . com / @surajnagendra / [9] LaTeX Warning: Hyper reference `pages/Apache-NiFi/NIFI:instala_C3_A7_C3_A3o-loc al' on page 10 undefined on input line 404. LaTeX Warning: Hyper reference `pages/Apache-NiFi/NIFI:instala_C3_A7_C3_A3o-com -docker' on page 10 undefined on input line 408. [10] Chapter 5. [11] [12] Chapter 6. Underfull \hbox (badness 10000) in paragraph at lines 593--600 \T1/qtm/m/n/10 [3] GET HTTP Pag-i-nado: [][]$https : / / github . com / pvillar d31 / my-[]blog / blob / main / 2016 / Overfull \hbox (71.53494pt too wide) in paragraph at lines 593--600 \T1/qtm/m/n/10 [4] REST-API: [][]$https : / / shubham-[]kanungo95 . medium . co m / exploring-[]ni^^\-[]rest-[]api-[]with-[]stopping-[]and-[]starting-[]a-[]pro cessor-[]cfeac9073c1c$[][] Overfull \hbox (24.53981pt too wide) in paragraph at lines 593--600 \T1/qtm/m/n/10 [6] Erro de Log cheio: [][]$https : / / stackover^^]ow . com / q uestions / 56220024 / apache-[]ni^^\-[]recovering-[]from-[]^^]ow^^\le-[]reposit ory-[]issue$[][] [13] Underfull \hbox (badness 10000) in paragraph at lines 615--618 []\T1/qtm/m/n/10 Nesta aba � pos-s�vel adi-cionar e con-fig-u-rar con-tro-lador es de servi�o ao NiFi. Ex-em-plo de con- Underfull \hbox (badness 10000) in paragraph at lines 615--618 \T1/qtm/m/n/10 tro-ladores s�o o DBCP-Con-nec-tion-Pool para conectar-se a um B D(para mais in-for-ma��es so-bre Underfull \hbox (badness 10000) in paragraph at lines 615--618 \T1/qtm/m/n/10 como conec-tar um banco con-ferir ar-quivo Nifi-clickhouse.md ne ste mesmo di-ret�rio) e o Json- Underfull \hbox (badness 7685) in paragraph at lines 615--618 \T1/qtm/m/n/10 TreeReader e Json-Record-SetWriter cu-jas fun��es s�o re-spec-ti -va-mente ler e es-cr-ever um ar-quivo Json. [14 <./Operate.png> <./Controladores.png> <./Processador.jpg>] [15 <./GenerateF lowFile.png> <./UpdateAttribute.png>] [16 <./ExecuteSql.png>] [17 <./PutDatabas eRecord.png> <./InvokeHTTP.png>] [18 <./Relacao.png> <./Filas.png>] [19] [20 <./Regiao.png> <./Uso-ExecuteSql.png>] [21 <./Uso-PutDatabase.png> <./Uso-H TTP.png> <./Transparencia.png>] Underfull \hbox (badness 10000) in paragraph at lines 741--744 []\T1/qtm/m/n/10 No campo HTTP URL foi es-crito: [][]https://api.portaldatransp arencia.gov.br/api-de-dados/despesas/plano- [22] [23 <./Transparencia-Header.png> <./Funil.png>] [24 <./Funil-Exemplo.png ( PNG copy)> <./template.png>] [25 <./menuTemplates.png> <./gerenciaTemplate.png> ] [26 <./uploadTemplate.png> <./Label.png>] Overfull \hbox (10.81494pt too wide) in paragraph at lines 806--811 [][]$\T1/qtm/m/n/10 https : / / shubham-[]kanungo95 . medium . com / exploring- []ni^^\-[]rest-[]api-[]with-[]stopping-[]and-[]starting-[]a-[]processor-[]cfeac 9073c1c$[][] [27 <./Label-Exemplo.png>] [28] Chapter 7. [29] [30] [31] [32] Chapter 8. [33] [34] [35] [36] Chapter 9. [37] [38] [39] [40] Chapter 10. [41] [42] Chapter 11. Underfull \hbox (badness 6364) in paragraph at lines 1593--1595 []\T1/qtm/m/n/10 Na m�quina nova, [][]in-stale a ver-s�o de pro-du��o[][] do Su -per-set. Antes de ro-dar \T1/txtt/m/n/10 docker compose []f [43] [44] Chapter 12. [45] [46 <./dashboard.png> <./SQL_Lab.png>] LaTeX Warning: Hyper reference `pages/Apache-Superset/Superset_uso:a-camada-sem _C3_A2ntica' on page 47 undefined on input line 1663. LaTeX Warning: Hyper reference `pages/Apache-Superset/Superset_uso:links' on pa ge 47 undefined on input line 1669. LaTeX Warning: Hyper reference `pages/Apache-Superset/Superset_uso:links' on pa ge 47 undefined on input line 1675. LaTeX Warning: Hyper reference `pages/Apache-Superset/Superset_uso:links' on pa ge 47 undefined on input line 1675. [47 <./SQL_Lab2.png>] [48] Chapter 13. Overfull \hbox (11.70996pt too wide) in paragraph at lines 1747--1752 \T1/qtm/m/n/10 [2] Mi-grando Su-per-set para Post-gres: [][]$https : / / medium . com / @aaronbannin / migrating-[]superset-[]to-[]postgres-[]63d2c96c5102$[][ ] Underfull \hbox (badness 10000) in paragraph at lines 1747--1752 \T1/qtm/m/n/10 [4] Im-por-tando da-dos em CSV para o Post-gres: [][]$https : / / www . postgresqltutorial . com / postgresql-[]tutorial / [49] [50] [51] [52] Chapter 14. [53] [54] Chapter 15. [55] [56] Chapter 16. [57] [58] Chapter 17. [59] [60] Chapter 18. [61] [62] [63] [64] [65] [66] [67] [68] Chapter 19. [69] [70] [71] [72] Chapter 20. Underfull \hbox (badness 5970) in paragraph at lines 2962--2966 \T1/qtm/m/n/10 OBS: Neste tu-to-rial n�o ser� necess�rio ed-i-tar os ar-quivos em \T1/txtt/m/n/10 /etc/clickhouse[]keeper/* \T1/qtm/m/n/10 e \T1/txtt/m/n/10 / etc/ [73] [74] Underfull \hbox (badness 10000) in paragraph at lines 3033--3035 \T1/qtm/m/n/10 Ap�s con-fig-u-rar to-dos os ar-quivos de con-fig-u-ra��o e rein i-ciar o servi�o com \T1/txtt/m/n/10 systemctl Underfull \hbox (badness 10000) in paragraph at lines 3033--3035 \T1/txtt/m/n/10 restart clickhouse[]server \T1/qtm/m/n/10 � pos-s�vel tes-tar a conex�o en-tre os nodes com o client do keeper [75] [76] [77] [78] Chapter 21. ! LaTeX Error: Unicode character ┌ (U+250C) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3188 ... ┌───────────┐ ! LaTeX Error: Unicode character ┐ (U+2510) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3188 ... ┌───────────┐ ! LaTeX Error: Unicode character ┬ (U+252C) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3190 ... └─────┬─────┘ ! LaTeX Error: Unicode character ┘ (U+2518) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3190 ... └─────┬─────┘ ! LaTeX Error: Unicode character ┌ (U+250C) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3192 ...�──┼─────────┐ ! LaTeX Error: Unicode character ┼ (U+253C) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3192 ...�──┼─────────┐ ! LaTeX Error: Unicode character ┐ (U+2510) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3192 ...�──┼─────────┐ ! LaTeX Error: Unicode character ┌ (U+250C) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3194 ...───┐ ┌───┴───┐ ! LaTeX Error: Unicode character ┴ (U+2534) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3194 ...───┐ ┌───┴───┐ ! LaTeX Error: Unicode character ┐ (U+2510) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3194 ...───┐ ┌───┴───┐ ! LaTeX Error: Unicode character ┌ (U+250C) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3194 ...───┐ ┌───┴───┐ ! LaTeX Error: Unicode character ┴ (U+2534) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3194 ...───┐ ┌───┴───┐ ! LaTeX Error: Unicode character ┐ (U+2510) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3194 ...───┐ ┌───┴───┐ ! LaTeX Error: Unicode character ┌ (U+250C) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3194 ...───┐ ┌───┴───┐ ! LaTeX Error: Unicode character ┴ (U+2534) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3194 ...───┐ ┌───┴───┐ ! LaTeX Error: Unicode character ┐ (U+2510) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3194 ...───┐ ┌───┴───┐ ! LaTeX Error: Unicode character ┘ (U+2518) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3196 ...───┘ └───────┘ ! LaTeX Error: Unicode character ┘ (U+2518) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3196 ...───┘ └───────┘ ! LaTeX Error: Unicode character ┘ (U+2518) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3196 ...───┘ └───────┘ [79] [80] Chapter 22. Underfull \hbox (badness 10000) in paragraph at lines 3220--3225 \T1/qtm/m/n/10 [2] In-sta-la��o: [][]$https : / / docs . getdbt . com / guides / manual-[]install$[][], [][]$https : / / docs . getdbt . com / docs / core / [81] [82 <./wp8203288.jpg>] Chapter 23. [83] ! LaTeX Error: Unicode character ≤ (U+2264) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3464 ...o de relações (=, !=, \textless{}, ≤ , \textgreater{}, ≥) ! LaTeX Error: Unicode character ≥ (U+2265) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3464 ...=, \textless{}, ≤, \textgreater{}, ≥ ) ! LaTeX Error: Unicode character ∈ (U+2208) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3468 ...do no formato tx.Ai o ty.Aj | Ai, Aj ∈ R; tx, ty ∈ r; o ∈ O ! LaTeX Error: Unicode character ∈ (U+2208) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3468 ...tx.Ai o ty.Aj | Ai, Aj ∈ R; tx, ty ∈ r; o ∈ O ! LaTeX Error: Unicode character ∈ (U+2208) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3468 ...y.Aj | Ai, Aj ∈ R; tx, ty ∈ r; o ∈ O ! LaTeX Error: Unicode character ∈ (U+2208) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3476 ...atisfazem, ou seja, etx,ty = \{p | p ∈ P, tx, ty |= p\} ! LaTeX Error: Unicode character ∀ (U+2200) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3480 ...nces de r, ou seja, Er = \{etx, ty | ∀ tx, ty ∈ r\} ! LaTeX Error: Unicode character ∈ (U+2208) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3480 ... ou seja, Er = \{etx, ty | ∀tx, ty ∈ r\} ! LaTeX Error: Unicode character φ (U+03C6) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3488 Uma denial constraint φ sobre a instância de relação r possui a s... ! LaTeX Error: Unicode character φ (U+03C6) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3491 ...∀tx, ty ∈ r, ¬(p1 ∧ . . . ∧ pm) ! LaTeX Error: Unicode character ∀ (U+2200) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3491 ...∀tx, ty ∈ r, ¬(p1 ∧ . . . ∧ pm) ! LaTeX Error: Unicode character ∈ (U+2208) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3491 ...∀tx, ty ∈ r, ¬(p1 ∧ . . . ∧ pm) ! LaTeX Error: Unicode character ∧ (U+2227) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3491 ...∀tx, ty ∈ r, ¬(p1 ∧ . . . ∧ pm) ! LaTeX Error: Unicode character ∧ (U+2227) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3491 ...∀tx, ty ∈ r, ¬(p1 ∧ . . . ∧ pm) ! LaTeX Error: Unicode character φ (U+03C6) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3495 onde φ é verdadeiro se e apenas se algum dos predicados p1, …, pm... ! LaTeX Error: Unicode character φ (U+03C6) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3498 tx, ty |= φ é usado para dizer que o par tx, ty satisfazem φ, e tx... ! LaTeX Error: Unicode character φ (U+03C6) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3498 ...ara dizer que o par tx, ty satisfazem φ , e tx, ty 6 |!= φ caso c... ! LaTeX Error: Unicode character φ (U+03C6) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3498 ... tx, ty satisfazem φ, e tx, ty 6 |!= φ caso contrário. ! LaTeX Error: Unicode character φ (U+03C6) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3504 Uma DC φ 1 é mínima se não existir nenhum outro φ2 tal que ambos ... ! LaTeX Error: Unicode character φ (U+03C6) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3504 ... mínima se não existir nenhum outro φ 2 tal que ambos são satis... ! LaTeX Error: Unicode character φ (U+03C6) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3504 ... satisfeitos por r e os predicados de φ 2 for um subconjunto dos p... ! LaTeX Error: Unicode character φ (U+03C6) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3504 ... for um subconjunto dos predicados de φ 1. [84] ! LaTeX Error: Unicode character φ (U+03C6) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3510 ... .Phone ∧ tx.Position != ty .Position) ! LaTeX Error: Unicode character ∧ (U+2227) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3510 ... .Phone ∧ tx.Position != ty .Position) ! LaTeX Error: Unicode character ∧ (U+2227) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3510 ... .Phone ∧ tx.Position != ty .Position) ! LaTeX Error: Unicode character φ (U+03C6) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3514 ...red ∧ tx.Salary \PYGZlt{} ty .Salary)) ! LaTeX Error: Unicode character ∧ (U+2227) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3514 ...red ∧ tx.Salary \PYGZlt{} ty .Salary)) ! LaTeX Error: Unicode character ∧ (U+2227) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3514 ...red ∧ tx.Salary \PYGZlt{} ty .Salary)) ! LaTeX Error: Unicode character φ (U+03C6) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3518 ... não satisfeita. O mesmo vale para o φ 2, em que se o salário de... ! LaTeX Error: Unicode character φ (U+03C6) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3527 ...y) |!= φ\PYGZcb{}| / |r| · (|r| − 1) ! LaTeX Error: Unicode character ∈ (U+2208) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3527 ...y) |!= φ\PYGZcb{}| / |r| · (|r| − 1) ! LaTeX Error: Unicode character φ (U+03C6) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3527 ...y) |!= φ\PYGZcb{}| / |r| · (|r| − 1) ! LaTeX Error: Unicode character − (U+2212) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3527 ...y) |!= φ\PYGZcb{}| / |r| · (|r| − 1) ! LaTeX Error: Unicode character ε (U+03B5) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3534 Dado um erro ε , 0 ≤ ε \textless{} 1, uma denial constraint φ é ... ! LaTeX Error: Unicode character ≤ (U+2264) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3534 Dado um erro ε, 0 ≤ ε \textless{} 1, uma denial constraint φ é ... ! LaTeX Error: Unicode character ε (U+03B5) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3534 Dado um erro ε, 0 ≤ ε \textless{} 1, uma denial constraint φ é ... ! LaTeX Error: Unicode character φ (U+03C6) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3534 ... \textless{} 1, uma denial constraint φ é ε\sphinxhyphen{}appro... ! LaTeX Error: Unicode character ε (U+03B5) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3534 ...less{} 1, uma denial constraint φ é ε \sphinxhyphen{}approximate... ! LaTeX Error: Unicode character φ (U+03C6) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3534 ...approximate em r se, e somente se, g1(φ ,r) for menor que ε. ! LaTeX Error: Unicode character ε (U+03B5) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3534 ... e somente se, g1(φ,r) for menor que ε . ! LaTeX Error: Unicode character ≤ (U+2264) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3662 \end{tabulary} ! LaTeX Error: Unicode character ≥ (U+2265) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3662 \end{tabulary} ! LaTeX Error: Unicode character ≤ (U+2264) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3662 \end{tabulary} ! LaTeX Error: Unicode character ≥ (U+2265) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3662 \end{tabulary} ! LaTeX Error: Unicode character ≤ (U+2264) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3662 \end{tabulary} ! LaTeX Error: Unicode character ≥ (U+2265) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3662 \end{tabulary} ! LaTeX Error: Unicode character ≤ (U+2264) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3662 \end{tabulary} ! LaTeX Error: Unicode character ≥ (U+2265) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3662 \end{tabulary} [85] ! LaTeX Error: Unicode character 〈 (U+3008) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3670 ...s em comuns. Considere o cluster c = 〈 k, l〉, onde k é um valo... ! LaTeX Error: Unicode character 〉 (U+3009) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3670 ...muns. Considere o cluster c = 〈k, l〉 , onde k é um valor para ... [86] Chapter 24. Underfull \hbox (badness 10000) in paragraph at lines 3702--3706 \T1/qtm/m/n/10 [2] Mu-dar di-ret�rio: [][]$https : / / www . ibm . com / docs / en / z-[]logdata-[]analytics / 5 . 1 . 0 ? topic = [87] [88] [89] [90] Chapter 25. [91] [92] Chapter 26. [93] [94] Chapter 27. Underfull \hbox (badness 10000) in paragraph at lines 3999--4001 []\T1/qtm/m/n/10 Fa�a o down-load do driver do click-house para o Metabase em [ ][]$https : / / github . com / ClickHouse / Underfull \hbox (badness 10000) in paragraph at lines 4011--4013 []\T1/qtm/m/n/10 Mesma coisa dos �l-ti-mos t�pi-cos mas em bash, (METABASE_VERS ION e [95] [96] Chapter 28. [97] Underfull \hbox (badness 10000) in paragraph at lines 4143--4148 \T1/qtm/m/n/10 Para adi-cionar os ar-quivos a serem tra-bal-ha-dos, coloque o a r-quivo em: /Metanome/backend/WEB- [98] Chapter 29. [99] [100] [101] ! LaTeX Error: Unicode character   (U+3000) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.4373 ...count}\PYG{+w}{ }\PYG{k}{DESC}\PYG{p}{;} [102] Chapter 30. LaTeX Warning: Hyper reference `pages/Monitoramento/Monitoramento-Prometheus:pr ometheus-grafana' on page 103 undefined on input line 4383. LaTeX Warning: Hyper reference `pages/Monitoramento/Monitoramento-Prometheus:al ertas-grafana-discord' on page 103 undefined on input line 4387. LaTeX Warning: Hyper reference `pages/Monitoramento/Monitoramento-Prometheus:da shboards-grafana' on page 103 undefined on input line 4391. Overfull \hbox (144.66995pt too wide) in paragraph at lines 4404--4410 \T1/qtm/m/n/10 [1] Prometheus: [][]$https : / / schh . medium . com / monitorin g-[]postgresql-[]databases-[]using-[]postgres-[]exporter-[]along-[]with-[]prome theus-[]and-[]grafana-[]1d68209ca687$[][] Overfull \hbox (21.72992pt too wide) in paragraph at lines 4404--4410 \T1/qtm/m/n/10 [5] Grafana alert tem-plate: [][]$https : / / faun . pub / overv iew-[]of-[]grafana-[]alerting-[]and-[]message-[]templating-[]for-[]slack-[]6bb7 40ec44af$[][] [103] [104] [105] Underfull \vbox (badness 1226) detected at line 4629 [106] [107] [108] [109] [110] Chapter 31. Overfull \hbox (4.36993pt too wide) in paragraph at lines 4809--4816 \T1/qtm/m/n/10 [2] Tele-graf setup: [][]$https : / / www . in^^]uxdata . com / blog / monitoring-[]your-[]postgresql-[]database-[]with-[]telegraf-[]and-[]in^^ ]uxdb/$[][] [111] [112] Chapter 32. [113] [114] Chapter 33. [115] [116] [117] [118] [119] Underfull \hbox (badness 10000) in paragraph at lines 5138--5140 [120] [121] [122] [123] [124] Chapter 34. Underfull \hbox (badness 10000) in paragraph at lines 5424--5427 \T1/qtm/m/n/10 [2] [ex-per-i-men-tal] Ma-te-ri-al-ized-Post-greSQL: [][]$https : / / clickhouse . com / docs / en / engines / database-[]engines / [125] [126] Chapter 35. [127] [128] Chapter 36. [129] [130] Chapter 37. Overfull \hbox (6.64983pt too wide) in paragraph at lines 5594--5600 \T1/qtm/m/n/10 [2] Repli-ca-tion Failover: [][]$https : / / www . highgo . ca / 2023 / 04 / 10 / setting-[]up-[]postgresql-[]failover-[]and-[]failback-[]the-[ ]right-[]way/$[][] Overfull \hbox (135.9291pt too wide) in paragraph at lines 5594--5600 \T1/qtm/m/n/10 [4] En-ter-priseDB log ship-ping: [][]$https : / / www . enterpr isedb . com / blog / how-[]set-[]streaming-[]replication-[]keep-[]your-[]postgr esql-[]database-[]performant-[]and-[]date$[][] [131] [132] [133] [134] Chapter 38. Underfull \hbox (badness 6380) in paragraph at lines 5743--5749 \T1/qtm/m/n/10 [4] [][]$https : / / raw . githubusercontent . com / 2ndQuadrant / repmgr / master / repmgr . conf . sample$[][] (ex-pli-ca��o de to-das as Overfull \hbox (8.3699pt too wide) in paragraph at lines 5743--5749 \T1/qtm/m/n/10 [5] Setup com-pleto: [][]$https : / / medium . com / @victor . b oissiere / how-[]to-[]setup-[]postgresql-[]cluster-[]with-[]repmgr-[]febc2f10c2 43$[][] [135] [136] [137] [138] Chapter 39. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Introdu_C3_A7_C3_A3o' on page 139 undefined on input line 5970. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Amea_C3_A7as-e-aborda gens-de-mitiga_C3_A7_C3_A3o' on page 139 undefined on input line 5974. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Criptografia-de-dados ' on page 139 undefined on input line 5978. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Tipos-de-dados' on pa ge 139 undefined on input line 5982. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Dados-em-repouso' on page 139 undefined on input line 5986. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Dados-em-movimento' o n page 139 undefined on input line 5990. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Criptografia-transpar ente-de-dados' on page 139 undefined on input line 5996. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Arquitetura-de-cripto grafia' on page 139 undefined on input line 6002. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Modelo-de-criptografi a' on page 139 undefined on input line 6006. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Abordagem-de-1-n_C3_A Dvel' on page 139 undefined on input line 6010. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Abordagem-de-2-n_C3_A Dveis' on page 139 undefined on input line 6014. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Gerenciamento-de-chav es' on page 139 undefined on input line 6020. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Rota_C3_A7_C3_A3o-da- chave-mestra' on page 139 undefined on input line 6024. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Alvos-de-criptografia ' on page 139 undefined on input line 6028. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Criptografia-de-table space-e-coluna' on page 139 undefined on input line 6032. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:M_C3_A9todos-de-cript ografia-de-dados' on page 139 undefined on input line 6040. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Criptografia-online-v ersus-offline' on page 139 undefined on input line 6044. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Implementa_C3_A7_C3_B 5es-de-criptografia-dispon_C3_ADveis' on page 139 undefined on input line 6050. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Op_C3_A7_C3_B5es-de-c riptografia-do-MySQL' on page 139 undefined on input line 6054. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:MySQL-InnoDB' on page 139 undefined on input line 6058. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:MySQL-Enterprise-Edit ion' on page 139 undefined on input line 6062. [139] LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Op_C3_A7_C3_B5es-de-c riptografia-do-PostgreSQL' on page 140 undefined on input line 6068. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Pgsql-hackers-TDE' on page 140 undefined on input line 6072. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Cybertech-Postgres-TD E' on page 140 undefined on input line 6076. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:EnterpriseDB-Postgres -TDE' on page 140 undefined on input line 6080. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Op_C3_A7_C3_B5es-de-c riptografia-do-Oracle' on page 140 undefined on input line 6086. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Oracle-TDE' on page 1 40 undefined on input line 6090. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Compara_C3_A7_C3_A3o- de-desempenho' on page 140 undefined on input line 6098. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Conclus_C3_B5es' on p age 140 undefined on input line 6102. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Ap_C3_AAndice' on pag e 140 undefined on input line 6106. [140] [141] [142] [143] [144] [145] [146] [147] [148] [149] Underfull \hbox (badness 10000) in paragraph at lines 7088--7090 []\T1/qtm/m/n/10 Ad-vanced Se-cu-rity Guide ^^V docs.oracle.com. [][]$https : / / docs . oracle . com / en / database / Underfull \hbox (badness 10000) in paragraph at lines 7088--7090 \T1/qtm/m/n/10 oracle / oracle-[]database / 19 / asoag / introduction-[]to-[]tr ansparent-[]data-[]encryption . html # Underfull \hbox (badness 10000) in paragraph at lines 7100--7102 []\T1/qtm/m/n/10 Data Pro-tec-tion: Data In tran-sit vs. Data At Rest ^^V dig-i -tal-guardian.com. Underfull \hbox (badness 10000) in paragraph at lines 7100--7102 [][]\T1/qtm/m/n/10 https://www.digitalguardian.com/blog/data-protection-data-in -transit-vs-data-at-rest#:~:text=Data at rest is [150] Underfull \hbox (badness 10000) in paragraph at lines 7136--7138 []\T1/qtm/m/n/10 What is TDE? ^^V docs.delphix.com. [][]$https : / / docs . del phix . com / docs609 / datasets / [151] [152] Chapter 40. [153] [154] Chapter 41. [155] [156] Chapter 42. [157] [158] Chapter 43. [159] [160] Chapter 44. [161] [162] Chapter 45. [163 <./diagrama.drawio.png>] [164] Chapter 46. Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 NOT NULL, Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 \T1/qtm/m/n/10 UNIQUE, PRI- Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 VAR- Overfull \hbox (13.72525pt too wide) in paragraph at lines 7713--7713 \T1/qtm/m/n/10 CHAR(255)| Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 VAR- Overfull \hbox (13.72525pt too wide) in paragraph at lines 7713--7713 \T1/qtm/m/n/10 CHAR(255)| Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 NOT NULL, Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 VAR- Overfull \hbox (13.72525pt too wide) in paragraph at lines 7713--7713 \T1/qtm/m/n/10 CHAR(255)| Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 VAR- Overfull \hbox (13.72525pt too wide) in paragraph at lines 7713--7713 \T1/qtm/m/n/10 CHAR(255)| Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 NOT NULL, Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 TIMES- Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 up- Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 TIMES- Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 de-scrip- Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 TIMES- Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 VAR- Overfull \hbox (13.72525pt too wide) in paragraph at lines 7713--7713 \T1/qtm/m/n/10 CHAR(255)| Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 con- Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 TIMES- Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 con-fir-ma- Overfull \hbox (5.01634pt too wide) in paragraph at lines 7713--7713 \T1/qtm/m/n/10 tion_sent_at| Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 TIMES- Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 TIMES- Overfull \hbox (11.80525pt too wide) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 BOOLEAN| Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 re-ac-ti- Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 TIMES- Overfull \hbox (8.19635pt too wide) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 user_stats_id| Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 NOT NULL, Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 \T1/qtm/m/n/10 UNIQUE, [165] Underfull \hbox (badness 10000) in paragraph at lines 7887--7887 []\T1/qtm/m/n/10 NOT NULL, PRI- Underfull \hbox (badness 10000) in paragraph at lines 7887--7887 []\T1/qtm/m/n/10 NU- Underfull \hbox (badness 10000) in paragraph at lines 7887--7887 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 7887--7887 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 7887--7887 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 7887--7887 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 7887--7887 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 7887--7887 []\T1/qtm/m/n/10 sub-mit- Underfull \hbox (badness 10000) in paragraph at lines 7887--7887 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 7887--7887 []\T1/qtm/m/n/10 ap- Overfull \hbox (7.07484pt too wide) in paragraph at lines 7887--7887 \T1/qtm/m/n/10 proved_resources| Underfull \hbox (badness 10000) in paragraph at lines 7887--7887 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 7887--7887 []\T1/qtm/m/n/10 re- Overfull \hbox (4.14487pt too wide) in paragraph at lines 7887--7887 \T1/qtm/m/n/10 viewd_resources| Underfull \hbox (badness 10000) in paragraph at lines 7887--7887 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 7887--7887 []\T1/qtm/m/n/10 IN-TE- [166] Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qhv/m/n/10 Atrib- Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 SE- Underfull \hbox (badness 5022) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 NOT NULL, PRI- Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 \T1/qtm/m/n/10 MARY KEY, Overfull \hbox (13.058pt too wide) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 bucket_key| Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 VAR- Overfull \hbox (17.4743pt too wide) in paragraph at lines 8126--8126 \T1/qtm/m/n/10 CHAR(255)| Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 VAR- Overfull \hbox (17.4743pt too wide) in paragraph at lines 8126--8126 \T1/qtm/m/n/10 CHAR(255)| Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 thumb- Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 VAR- Overfull \hbox (17.4743pt too wide) in paragraph at lines 8126--8126 \T1/qtm/m/n/10 CHAR(255)| Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 VAR- Overfull \hbox (17.4743pt too wide) in paragraph at lines 8126--8126 \T1/qtm/m/n/10 CHAR(255)| Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 VAR- Overfull \hbox (17.4743pt too wide) in paragraph at lines 8126--8126 \T1/qtm/m/n/10 CHAR(255)| Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 de- Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 \T1/qtm/m/n/10 scrip- Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 cre- Overfull \hbox (1.3643pt too wide) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 TIMES- Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 up- Overfull \hbox (1.738pt too wide) in paragraph at lines 8126--8126 \T1/qtm/m/n/10 dated_at| Overfull \hbox (1.3643pt too wide) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 TIMES- Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 sub- Overfull \hbox (2.858pt too wide) in paragraph at lines 8126--8126 \T1/qtm/m/n/10 mited_at| Overfull \hbox (1.3643pt too wide) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 TIMES- Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 pub- Overfull \hbox (3.968pt too wide) in paragraph at lines 8126--8126 \T1/qtm/m/n/10 lished_at| Overfull \hbox (1.3643pt too wide) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 TIMES- Overfull \hbox (8.95801pt too wide) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 deleted_at| Overfull \hbox (1.3643pt too wide) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 TIMES- Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 UNIQUE, NOT Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 ob- Overfull \hbox (17.298pt too wide) in paragraph at lines 8126--8126 \T1/qtm/m/n/10 ject_type_id| Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 UNIQUE, Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 \T1/qtm/m/n/10 NOT NULL, Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 li- Overfull \hbox (2.848pt too wide) in paragraph at lines 8126--8126 \T1/qtm/m/n/10 cense_id| Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 UNIQUE, Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 \T1/qtm/m/n/10 NOT NULL, Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 re- Overfull \hbox (29.36801pt too wide) in paragraph at lines 8126--8126 \T1/qtm/m/n/10 source_stats_id| Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 NOT NULL, Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 \T1/qtm/m/n/10 UNIQUE, [167] Underfull \hbox (badness 10000) in paragraph at lines 8248--8248 []\T1/qhv/m/n/10 Atrib- Underfull \hbox (badness 10000) in paragraph at lines 8248--8248 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 8248--8248 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 8248--8248 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 8248--8248 []\T1/qtm/m/n/10 down- Underfull \hbox (badness 10000) in paragraph at lines 8248--8248 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 8248--8248 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 8248--8248 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 8248--8248 []\T1/qtm/m/n/10 NU- [168] Underfull \hbox (badness 10000) in paragraph at lines 8409--8409 []\T1/qtm/m/n/10 NOT NULL, Underfull \hbox (badness 10000) in paragraph at lines 8409--8409 \T1/qtm/m/n/10 UNIQUE, PRI- Underfull \hbox (badness 10000) in paragraph at lines 8409--8409 []\T1/qtm/m/n/10 VAR- Overfull \hbox (14.32556pt too wide) in paragraph at lines 8409--8409 \T1/qtm/m/n/10 CHAR(255)| Underfull \hbox (badness 10000) in paragraph at lines 8409--8409 []\T1/qtm/m/n/10 de-scrip- Overfull \hbox (3.50598pt too wide) in paragraph at lines 8409--8409 []\T1/qtm/m/n/10 is_private| Overfull \hbox (12.40556pt too wide) in paragraph at lines 8409--8409 []\T1/qtm/m/n/10 BOOLEAN| Underfull \hbox (badness 10000) in paragraph at lines 8409--8409 []\T1/qtm/m/n/10 cre- Underfull \hbox (badness 10000) in paragraph at lines 8409--8409 []\T1/qtm/m/n/10 TIMES- Underfull \hbox (badness 10000) in paragraph at lines 8409--8409 []\T1/qtm/m/n/10 up- Underfull \hbox (badness 10000) in paragraph at lines 8409--8409 []\T1/qtm/m/n/10 TIMES- Overfull \hbox (5.216pt too wide) in paragraph at lines 8409--8409 []\T1/qtm/m/n/10 deleted_at| Underfull \hbox (badness 10000) in paragraph at lines 8409--8409 []\T1/qtm/m/n/10 TIMES- Underfull \hbox (badness 10000) in paragraph at lines 8409--8409 []\T1/qtm/m/n/10 thumb- Underfull \hbox (badness 10000) in paragraph at lines 8409--8409 []\T1/qtm/m/n/10 VAR- Overfull \hbox (14.32556pt too wide) in paragraph at lines 8409--8409 \T1/qtm/m/n/10 CHAR(255)| Underfull \hbox (badness 10000) in paragraph at lines 8409--8409 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 8409--8409 []\T1/qtm/m/n/10 NOT NULL, Underfull \hbox (badness 10000) in paragraph at lines 8409--8409 \T1/qtm/m/n/10 UNIQUE, Underfull \hbox (badness 10000) in paragraph at lines 8409--8409 []\T1/qtm/m/n/10 col- Overfull \hbox (22.306pt too wide) in paragraph at lines 8409--8409 \T1/qtm/m/n/10 letion_stats_id| Underfull \hbox (badness 10000) in paragraph at lines 8409--8409 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 8409--8409 []\T1/qtm/m/n/10 NOT NULL, Underfull \hbox (badness 10000) in paragraph at lines 8409--8409 \T1/qtm/m/n/10 UNIQUE, [169] Underfull \hbox (badness 10000) in paragraph at lines 8531--8531 []\T1/qhv/m/n/10 Atrib- Underfull \hbox (badness 10000) in paragraph at lines 8531--8531 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 8531--8531 []\T1/qtm/m/n/10 down- Underfull \hbox (badness 10000) in paragraph at lines 8531--8531 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 8531--8531 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 8531--8531 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 8531--8531 []\T1/qtm/m/n/10 NU- Underfull \hbox (badness 10000) in paragraph at lines 8531--8531 []\T1/qtm/m/n/10 IN-TE- [170] Underfull \hbox (badness 10000) in paragraph at lines 8588--8588 []\T1/qhv/m/n/10 Atrib- Underfull \hbox (badness 10000) in paragraph at lines 8588--8588 []\T1/qtm/m/n/10 VAR- Underfull \hbox (badness 10000) in paragraph at lines 8671--8671 []\T1/qhv/m/n/10 Atrib- Underfull \hbox (badness 10000) in paragraph at lines 8671--8671 []\T1/qtm/m/n/10 VAR- Underfull \hbox (badness 10000) in paragraph at lines 8671--8671 []\T1/qtm/m/n/10 de- Underfull \hbox (badness 10000) in paragraph at lines 8671--8671 []\T1/qtm/m/n/10 VAR- Underfull \hbox (badness 10000) in paragraph at lines 8741--8741 []\T1/qhv/m/n/10 Atrib- Underfull \hbox (badness 10000) in paragraph at lines 8741--8741 []\T1/qtm/m/n/10 VAR- Underfull \hbox (badness 10000) in paragraph at lines 8741--8741 []\T1/qtm/m/n/10 VAR- Underfull \hbox (badness 10000) in paragraph at lines 8741--8741 []\T1/qtm/m/n/10 C�digo da lin-guagem (ex: pt(Portugu�s), [171] Underfull \hbox (badness 10000) in paragraph at lines 8798--8798 []\T1/qhv/m/n/10 Atrib- Underfull \hbox (badness 10000) in paragraph at lines 8798--8798 []\T1/qtm/m/n/10 VAR- Underfull \hbox (badness 10000) in paragraph at lines 8855--8855 []\T1/qhv/m/n/10 Atrib- Underfull \hbox (badness 10000) in paragraph at lines 8855--8855 []\T1/qtm/m/n/10 VAR- Overfull \hbox (8.29337pt too wide) in paragraph at lines 9055--9055 []\T1/qtm/m/n/10 is_accepted| Overfull \hbox (4.25497pt too wide) in paragraph at lines 9055--9055 []\T1/qtm/m/n/10 BOOLEAN| Underfull \hbox (badness 10000) in paragraph at lines 9055--9055 []\T1/qtm/m/n/10 jus-ti-fi-ca- Underfull \hbox (badness 10000) in paragraph at lines 9055--9055 []\T1/qtm/m/n/10 re- Overfull \hbox (0.52336pt too wide) in paragraph at lines 9055--9055 \T1/qtm/m/n/10 source_id| Underfull \hbox (badness 10000) in paragraph at lines 9055--9055 []\T1/qtm/m/n/10 NOT NULL, FOR-EIGN Underfull \hbox (badness 10000) in paragraph at lines 9055--9055 []\T1/qtm/m/n/10 sub-mit- Underfull \hbox (badness 10000) in paragraph at lines 9055--9055 []\T1/qtm/m/n/10 NOT NULL, FOR-EIGN Underfull \hbox (badness 10000) in paragraph at lines 9055--9055 []\T1/qtm/m/n/10 cu-ra- Underfull \hbox (badness 10000) in paragraph at lines 9055--9055 []\T1/qtm/m/n/10 cre- Underfull \hbox (badness 10000) in paragraph at lines 9055--9055 []\T1/qtm/m/n/10 TIMES- Underfull \hbox (badness 10000) in paragraph at lines 9055--9055 []\T1/qtm/m/n/10 up- Underfull \hbox (badness 10000) in paragraph at lines 9055--9055 []\T1/qtm/m/n/10 TIMES- Underfull \hbox (badness 10000) in paragraph at lines 9055--9055 []\T1/qtm/m/n/10 an- Overfull \hbox (1.88335pt too wide) in paragraph at lines 9055--9055 \T1/qtm/m/n/10 swered_at| Underfull \hbox (badness 10000) in paragraph at lines 9055--9055 []\T1/qtm/m/n/10 TIMES- Overfull \hbox (4.25497pt too wide) in paragraph at lines 9055--9055 []\T1/qtm/m/n/10 BOOLEAN| Overfull \hbox (4.25497pt too wide) in paragraph at lines 9055--9055 []\T1/qtm/m/n/10 BOOLEAN| Overfull \hbox (4.25497pt too wide) in paragraph at lines 9055--9055 []\T1/qtm/m/n/10 BOOLEAN| Overfull \hbox (4.25497pt too wide) in paragraph at lines 9055--9055 []\T1/qtm/m/n/10 BOOLEAN| [172] Underfull \hbox (badness 10000) in paragraph at lines 9255--9255 []\T1/qtm/m/n/10 de- Underfull \hbox (badness 10000) in paragraph at lines 9255--9255 []\T1/qtm/m/n/10 NOT NULL, FOR-EIGN Underfull \hbox (badness 10000) in paragraph at lines 9255--9255 []\T1/qtm/m/n/10 re- Underfull \hbox (badness 10000) in paragraph at lines 9255--9255 []\T1/qtm/m/n/10 col-lec- Underfull \hbox (badness 10000) in paragraph at lines 9255--9255 []\T1/qtm/m/n/10 eval-u- Underfull \hbox (badness 10000) in paragraph at lines 9255--9255 []\T1/qtm/m/n/10 TIMES- Underfull \hbox (badness 10000) in paragraph at lines 9255--9255 []\T1/qtm/m/n/10 TIMES- [173] Underfull \hbox (badness 10000) in paragraph at lines 9351--9351 []\T1/qhv/m/n/10 Atrib- Underfull \hbox (badness 10000) in paragraph at lines 9351--9351 []\T1/qtm/m/n/10 PRI-MARY KEY, Underfull \hbox (badness 10000) in paragraph at lines 9351--9351 []\T1/qtm/m/n/10 NOT NULL, Underfull \hbox (badness 10000) in paragraph at lines 9351--9351 []\T1/qtm/m/n/10 de-scrip- Underfull \hbox (badness 10000) in paragraph at lines 9351--9351 []\T1/qtm/m/n/10 cre- Underfull \hbox (badness 10000) in paragraph at lines 9351--9351 []\T1/qtm/m/n/10 TIMES-TAMP WITH-OUT Underfull \hbox (badness 10000) in paragraph at lines 9351--9351 []\T1/qtm/m/n/10 up- Overfull \hbox (1.19969pt too wide) in paragraph at lines 9351--9351 \T1/qtm/m/n/10 dated_at| Underfull \hbox (badness 10000) in paragraph at lines 9351--9351 []\T1/qtm/m/n/10 TIMES-TAMP WITH-OUT [174] Underfull \hbox (badness 7925) in paragraph at lines 9486--9486 []\T1/qtm/m/n/10 PRI-MARY KEY, NOT Underfull \hbox (badness 10000) in paragraph at lines 9486--9486 []\T1/qtm/m/n/10 de-scrip- Underfull \hbox (badness 10000) in paragraph at lines 9486--9486 []\T1/qtm/m/n/10 cre- Underfull \hbox (badness 10000) in paragraph at lines 9486--9486 []\T1/qtm/m/n/10 up- Underfull \hbox (badness 10000) in paragraph at lines 9647--9647 []\T1/qtm/m/n/10 PRI-MARY KEY, Underfull \hbox (badness 10000) in paragraph at lines 9647--9647 []\T1/qtm/m/n/10 re- Overfull \hbox (16.04749pt too wide) in paragraph at lines 9647--9647 \T1/qtm/m/n/10 ward_experience| Underfull \hbox (badness 10000) in paragraph at lines 9647--9647 []\T1/qtm/m/n/10 re- Underfull \hbox (badness 10000) in paragraph at lines 9647--9647 []\T1/qtm/m/n/10 TIMES-TAMP WITH-OUT Underfull \hbox (badness 10000) in paragraph at lines 9647--9647 []\T1/qtm/m/n/10 TIMES-TAMP WITH-OUT [175] Underfull \hbox (badness 10000) in paragraph at lines 9782--9782 []\T1/qtm/m/n/10 NOT NULL, FOR-EIGN Underfull \hbox (badness 10000) in paragraph at lines 9782--9782 []\T1/qtm/m/n/10 NOT NULL, FOR-EIGN Underfull \hbox (badness 10000) in paragraph at lines 9782--9782 []\T1/qtm/m/n/10 tar- Overfull \hbox (2.75192pt too wide) in paragraph at lines 9782--9782 \T1/qtm/m/n/10 get_resource_id| Underfull \hbox (badness 10000) in paragraph at lines 9782--9782 []\T1/qtm/m/n/10 tar- Overfull \hbox (8.32191pt too wide) in paragraph at lines 9782--9782 \T1/qtm/m/n/10 get_collection_id| Underfull \hbox (badness 10000) in paragraph at lines 9782--9782 []\T1/qtm/m/n/10 TIMES- Underfull \hbox (badness 10000) in paragraph at lines 9782--9782 []\T1/qtm/m/n/10 TIMES- Underfull \hbox (badness 10000) in paragraph at lines 9904--9904 []\T1/qtm/m/n/10 VAR- Underfull \hbox (badness 10000) in paragraph at lines 9904--9904 []\T1/qtm/m/n/10 VAR- Underfull \hbox (badness 10000) in paragraph at lines 9904--9904 []\T1/qtm/m/n/10 up- [176] Underfull \hbox (badness 10000) in paragraph at lines 9987--9987 []\T1/qtm/m/n/10 NOT NULL, PRI-MARY KEY, Underfull \hbox (badness 10000) in paragraph at lines 9987--9987 []\T1/qtm/m/n/10 VAR- Underfull \hbox (badness 10000) in paragraph at lines 9987--9987 []\T1/qtm/m/n/10 cre- Underfull \hbox (badness 10000) in paragraph at lines 9987--9987 []\T1/qtm/m/n/10 up- [177] [178] Chapter 47. Underfull \hbox (badness 10000) in paragraph at lines 10161--10161 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 10161--10161 []\T1/qtm/m/n/10 NOT NULL, FOR-EIGN Underfull \hbox (badness 10000) in paragraph at lines 10161--10161 []\T1/qtm/m/n/10 Refer-�n-cia ao iden-ti-fi-cador �nico da tabela Underfull \hbox (badness 10000) in paragraph at lines 10161--10161 []\T1/qtm/m/n/10 lan- Underfull \hbox (badness 10000) in paragraph at lines 10161--10161 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 10161--10161 []\T1/qtm/m/n/10 NOT NULL, FOR-EIGN Underfull \hbox (badness 10000) in paragraph at lines 10161--10161 []\T1/qtm/m/n/10 Refer-�n-cia ao iden-ti-fi-cador �nico da tabela [179] Underfull \hbox (badness 10000) in paragraph at lines 10275--10275 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 10275--10275 []\T1/qtm/m/n/10 NOT NULL, FOR-EIGN Underfull \hbox (badness 10000) in paragraph at lines 10275--10275 []\T1/qtm/m/n/10 achieve- Underfull \hbox (badness 10000) in paragraph at lines 10275--10275 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 10275--10275 []\T1/qtm/m/n/10 NOT NULL, FOR-EIGN Underfull \hbox (badness 10000) in paragraph at lines 10275--10275 []\T1/qtm/m/n/10 Refer-�n-cia ao iden-ti-fi-cador �nico da tabela Underfull \hbox (badness 10000) in paragraph at lines 10389--10389 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 10389--10389 []\T1/qtm/m/n/10 NOT NULL, FOR-EIGN Underfull \hbox (badness 10000) in paragraph at lines 10389--10389 []\T1/qtm/m/n/10 in-sti-tu- Underfull \hbox (badness 10000) in paragraph at lines 10389--10389 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 10389--10389 []\T1/qtm/m/n/10 NOT NULL, FOR-EIGN [180] Underfull \hbox (badness 10000) in paragraph at lines 10447--10447 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 10447--10447 []\T1/qtm/m/n/10 NOT NULL, FOR-EIGN Underfull \hbox (badness 10000) in paragraph at lines 10447--10447 []\T1/qtm/m/n/10 re- Underfull \hbox (badness 10000) in paragraph at lines 10447--10447 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 10447--10447 []\T1/qtm/m/n/10 NOT NULL, FOR-EIGN Underfull \hbox (badness 10000) in paragraph at lines 10447--10447 []\T1/qtm/m/n/10 Refer-�n-cia ao iden-ti-fi-cador �nico da tabela Underfull \hbox (badness 10000) in paragraph at lines 10505--10505 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 10505--10505 []\T1/qtm/m/n/10 NOT NULL, FOR-EIGN Underfull \hbox (badness 10000) in paragraph at lines 10505--10505 []\T1/qtm/m/n/10 re- Underfull \hbox (badness 10000) in paragraph at lines 10505--10505 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 10505--10505 []\T1/qtm/m/n/10 NOT NULL, FOR-EIGN Underfull \hbox (badness 10000) in paragraph at lines 10505--10505 []\T1/qtm/m/n/10 Refer-�n-cia ao iden-ti-fi-cador �nico da tabela Underfull \hbox (badness 10000) in paragraph at lines 10562--10562 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 10562--10562 []\T1/qtm/m/n/10 ed-u-ca- Underfull \hbox (badness 10000) in paragraph at lines 10562--10562 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 10562--10562 []\T1/qtm/m/n/10 Refer-�n-cia ao iden-ti-fi-cador �nico da tabela Underfull \hbox (badness 10000) in paragraph at lines 10619--10619 []\T1/qtm/m/n/10 col-lec- Underfull \hbox (badness 10000) in paragraph at lines 10619--10619 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 10619--10619 []\T1/qtm/m/n/10 NOT NULL, FOR-EIGN Underfull \hbox (badness 10000) in paragraph at lines 10619--10619 []\T1/qtm/m/n/10 Refer-�n-cia ao iden-ti-fi-cador �nico da tabela Underfull \hbox (badness 10000) in paragraph at lines 10619--10619 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 10619--10619 []\T1/qtm/m/n/10 NOT NULL, FOR-EIGN [181] [182] Chapter 48. [183] Underfull \vbox (badness 10000) detected at line 10950 Underfull \vbox (badness 10000) detected at line 10950 [184] Underfull \vbox (badness 10000) detected at line 10950 Underfull \vbox (badness 10000) detected at line 10950 [185] Underfull \vbox (badness 10000) detected at line 10950 Underfull \vbox (badness 10000) detected at line 10950 [186] Underfull \vbox (badness 10000) detected at line 10950 Underfull \vbox (badness 10000) detected at line 10950 [187] Underfull \vbox (badness 10000) detected at line 10950 Underfull \vbox (badness 10000) detected at line 10950 [188] No file documentation-db.ind. [189] (./documentation-db.aux) LaTeX Warning: There were undefined references. LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right. Package rerunfilecheck Warning: File `documentation-db.out' has changed. (rerunfilecheck) Rerun to get outlines right (rerunfilecheck) or use package `bookmark'. ) (see the transcript file for additional information){/usr/share/texmf/fonts/enc /dvips/tex-gyre/q-ec.enc}{/usr/share/texlive/texmf-dist/fonts/enc/dvips/base/8r .enc}{/usr/share/texmf/fonts/enc/dvips/tex-gyre/q-ts1.enc} Output written on documentation-db.pdf (193 pages, 2930815 bytes). Transcript written on documentation-db.log. Latexmk: Index file 'documentation-db.idx' was written Latexmk: Missing input file 'documentation-db.ind' (or dependence on it) from following: 'No file documentation-db.ind.' Latexmk: References changed. Latexmk: References changed. Latexmk: Log file says output to 'documentation-db.pdf' Rule 'makeindex documentation-db.idx': File changes, etc: Changed files, or newly in use since previous run(s): 'documentation-db.idx' ------------ Run number 1 of rule 'makeindex documentation-db.idx' ------------ Latexmk: Examining 'documentation-db.log' === TeX engine is 'pdfTeX' Latexmk: applying rule 'makeindex documentation-db.idx'... ------------ Running 'makeindex -s python.ist -o "documentation-db.ind" "documentation-db.idx"' ------------ This is makeindex, version 2.15 [TeX Live 2022/dev] (kpathsea + Thai support). Scanning style file ./python.ist.......done (7 attributes redefined, 0 ignored). Scanning input file documentation-db.idx...done (0 entries accepted, 0 rejected). Nothing written in documentation-db.ind. Transcript written in documentation-db.ilg. Rule 'pdflatex': File changes, etc: Changed files, or newly in use since previous run(s): 'documentation-db.aux' 'documentation-db.ind' 'documentation-db.out' ------------ Run number 2 of rule 'pdflatex' ------------ ------------ Running 'pdflatex -interaction=nonstopmode -recorder --jobname="documentation-db" "teamdb.tex"' ------------ Latexmk: applying rule 'pdflatex'... This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2022/dev/Debian) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (./teamdb.tex LaTeX2e <2021-11-15> patch level 1 L3 programming layer <2022-01-21> (./sphinxmanual.cls Document Class: sphinxmanual 2019/12/01 v2.3.0 Document class (Sphinx manual) (/usr/share/texlive/texmf-dist/tex/latex/base/report.cls Document Class: report 2021/10/04 v1.4n Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo))) (/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty) (/usr/share/texlive/texmf-dist/tex/latex/cmap/cmap.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty<>) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty For additional information on amsmath, use the `?' option. (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty)) (/usr/share/texlive/texmf-dist/tex/generic/babel/babel.sty (/usr/share/texlive/texmf-dist/tex/generic/babel/txtbabel.def) (/usr/share/texlive/texmf-dist/tex/generic/babel-english/english.ldf)) (/usr/share/texmf/tex/latex/tex-gyre/tgtermes.sty (/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty) (/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty) (/usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty))) (/usr/share/texmf/tex/latex/tex-gyre/tgheros.sty) (/usr/share/texlive/texmf-dist/tex/latex/fncychap/fncychap.sty) (./sphinx.sty (/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg) (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def)) (./sphinxoptionshyperref.sty) (./sphinxoptionsgeometry.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty) (/usr/share/texlive/texmf-dist/tex/latex/float/float.sty) (/usr/share/texlive/texmf-dist/tex/latex/wrapfig/wrapfig.sty) (/usr/share/texlive/texmf-dist/tex/latex/capt-of/capt-of.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/multicol.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg))) (./sphinxlatexgraphics.sty) (./sphinxpackageboxes.sty (/usr/share/texlive/texmf-dist/tex/latex/pict2e/pict2e.sty (/usr/share/texlive/texmf-dist/tex/latex/pict2e/pict2e.cfg) (/usr/share/texlive/texmf-dist/tex/latex/pict2e/p2e-pdftex.def)) (/usr/share/texlive/texmf-dist/tex/latex/ellipse/ellipse.sty)) (./sphinxlatexadmonitions.sty (/usr/share/texlive/texmf-dist/tex/latex/framed/framed.sty)) (./sphinxlatexliterals.sty (/usr/share/texlive/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/alltt.sty) (/usr/share/texlive/texmf-dist/tex/latex/upquote/upquote.sty) (/usr/share/texlive/texmf-dist/tex/latex/needspace/needspace.sty)) (./sphinxlatexshadowbox.sty) (./sphinxlatexcontainers.sty) (./sphinxhighlight.sty) (./sphinxlatextables.sty (/usr/share/texlive/texmf-dist/tex/latex/tabulary/tabulary.sty (/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty)) (/usr/share/texlive/texmf-dist/tex/latex/tools/longtable.sty) (/usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty) (/usr/share/texlive/texmf-dist/tex/latex/colortbl/colortbl.sty) (/usr/share/texlive/texmf-dist/tex/latex/booktabs/booktabs.sty)) (./sphinxlatexnumfig.sty) (./sphinxlatexlists.sty) (./sphinxpackagefootnote.sty ) (./sphinxlatexindbibtoc.sty (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty)) (./sphinxlatexstylepage.sty (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip.sty (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip-2001-04-09.sty)) (/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty)) (./sphinxlatexstyleheadings.sty (/usr/share/texlive/texmf-dist/tex/latex/titlesec/titlesec.sty)) (./sphinxlatexstyletext.sty) (./sphinxlatexobjects.sty)) (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty (/usr/share/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty (/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty))) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty (/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty)) (/usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty) (/usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty) (/usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty) (/usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty) (/usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref-langpatches.def) (/usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty) (/usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def) (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty) (/usr/share/texlive/texmf-dist/tex/generic/bitset/bitset.sty (/usr/share/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty)) (/usr/share/texlive/texmf-dist/tex/latex/base/atbegshi-ltx.sty)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def (/usr/share/texlive/texmf-dist/tex/latex/base/atveryend-ltx.sty) (/usr/share/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty (/usr/share/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty))) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/hypcap.sty) (./sphinxmessages.sty) Writing index file documentation-db.idx (/usr/share/texmf/tex/latex/tex-gyre/t1qtm.fd) (/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def) (./documentation-db.aux) (/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii [Loading MPS to PDF converter (version 2006.09.02).] ) (/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg)) *geometry* driver: auto-detecting *geometry* detected driver: pdftex (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty) (/usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty)) (./documentation-db.out) (./documentation-db.out) (/usr/share/texmf/tex/latex/tex-gyre/t1qhv.fd)<><><><> (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd) [1{/var/lib/texmf/fo nts/map/pdftex/updmap/pdftex.map}] [2] (./documentation-db.toc [1] [2] [3] [4] [5] [6]) [7] [8] Chapter 1. (/usr/share/texlive/texmf-dist/tex/latex/txfonts/t1txtt.fd) (/usr/share/texlive/texmf-dist/tex/latex/txfonts/ts1txtt.fd) [1] [2] [3] [4] Chapter 2. [5] [6] Chapter 3. Overfull \hbox (204.04001pt too wide) in paragraph at lines 285--287 []\T1/qtm/m/n/10 [3] Setup Spark for zep-pelin: [][]$https : / / medium . com / @mehrdad . al . 2023 / run-[]your-[]^^\rst-[]analysis-[]project-[]on-[]apache- []zeppelin-[]using-[]scala-[]spark-[]shell-[]and-[]sql-[]e1b86a9fadd0$[][] (/usr/share/texmf/tex/latex/tex-gyre/ts1qtm.fd) Underfull \hbox (badness 10000) in paragraph at lines 300--303 \T1/qtm/m/n/10 tem como \T1/txtt/m/n/10 environment \T1/qtm/m/n/10 a con-fig-u- ra��o [] \T1/txtt/m/n/10 SPARK_MODE=worker \T1/qtm/m/n/10 e [] \T1/txtt/m/n/10 SPARK_MASTER_URL=spark:// [7] [8] Chapter 4. Underfull \hbox (badness 10000) in paragraph at lines 358--360 []\T1/qtm/m/n/10 [8] Tu-to-rial para fazer merge de dois ar-quivos csv: [][]$ht tps : / / medium . com / @surajnagendra / [9] LaTeX Warning: Hyper reference `pages/Apache-NiFi/NIFI:instala_C3_A7_C3_A3o-loc al' on page 10 undefined on input line 404. LaTeX Warning: Hyper reference `pages/Apache-NiFi/NIFI:instala_C3_A7_C3_A3o-com -docker' on page 10 undefined on input line 408. [10] Chapter 5. [11] [12] Chapter 6. Underfull \hbox (badness 10000) in paragraph at lines 593--600 \T1/qtm/m/n/10 [3] GET HTTP Pag-i-nado: [][]$https : / / github . com / pvillar d31 / my-[]blog / blob / main / 2016 / Overfull \hbox (71.53494pt too wide) in paragraph at lines 593--600 \T1/qtm/m/n/10 [4] REST-API: [][]$https : / / shubham-[]kanungo95 . medium . co m / exploring-[]ni^^\-[]rest-[]api-[]with-[]stopping-[]and-[]starting-[]a-[]pro cessor-[]cfeac9073c1c$[][] Overfull \hbox (24.53981pt too wide) in paragraph at lines 593--600 \T1/qtm/m/n/10 [6] Erro de Log cheio: [][]$https : / / stackover^^]ow . com / q uestions / 56220024 / apache-[]ni^^\-[]recovering-[]from-[]^^]ow^^\le-[]reposit ory-[]issue$[][] [13] Underfull \hbox (badness 10000) in paragraph at lines 615--618 []\T1/qtm/m/n/10 Nesta aba � pos-s�vel adi-cionar e con-fig-u-rar con-tro-lador es de servi�o ao NiFi. Ex-em-plo de con- Underfull \hbox (badness 10000) in paragraph at lines 615--618 \T1/qtm/m/n/10 tro-ladores s�o o DBCP-Con-nec-tion-Pool para conectar-se a um B D(para mais in-for-ma��es so-bre Underfull \hbox (badness 10000) in paragraph at lines 615--618 \T1/qtm/m/n/10 como conec-tar um banco con-ferir ar-quivo Nifi-clickhouse.md ne ste mesmo di-ret�rio) e o Json- Underfull \hbox (badness 7685) in paragraph at lines 615--618 \T1/qtm/m/n/10 TreeReader e Json-Record-SetWriter cu-jas fun��es s�o re-spec-ti -va-mente ler e es-cr-ever um ar-quivo Json. [14 <./Operate.png> <./Controladores.png> <./Processador.jpg>] [15 <./GenerateF lowFile.png> <./UpdateAttribute.png>] [16 <./ExecuteSql.png>] [17 <./PutDatabas eRecord.png> <./InvokeHTTP.png>] [18 <./Relacao.png> <./Filas.png>] [19] [20 <./Regiao.png> <./Uso-ExecuteSql.png>] [21 <./Uso-PutDatabase.png> <./Uso-H TTP.png> <./Transparencia.png>] Underfull \hbox (badness 10000) in paragraph at lines 741--744 []\T1/qtm/m/n/10 No campo HTTP URL foi es-crito: [][]https://api.portaldatransp arencia.gov.br/api-de-dados/despesas/plano- [22] [23 <./Transparencia-Header.png> <./Funil.png>] [24 <./Funil-Exemplo.png ( PNG copy)> <./template.png>] [25 <./menuTemplates.png> <./gerenciaTemplate.png> ] [26 <./uploadTemplate.png> <./Label.png>] Overfull \hbox (10.81494pt too wide) in paragraph at lines 806--811 [][]$\T1/qtm/m/n/10 https : / / shubham-[]kanungo95 . medium . com / exploring- []ni^^\-[]rest-[]api-[]with-[]stopping-[]and-[]starting-[]a-[]processor-[]cfeac 9073c1c$[][] [27 <./Label-Exemplo.png>] [28] Chapter 7. [29] [30] [31] [32] Chapter 8. [33] [34] [35] [36] Chapter 9. [37] [38] [39] [40] Chapter 10. [41] [42] Chapter 11. Underfull \hbox (badness 6364) in paragraph at lines 1593--1595 []\T1/qtm/m/n/10 Na m�quina nova, [][]in-stale a ver-s�o de pro-du��o[][] do Su -per-set. Antes de ro-dar \T1/txtt/m/n/10 docker compose []f [43] [44] Chapter 12. [45] [46 <./dashboard.png> <./SQL_Lab.png>] LaTeX Warning: Hyper reference `pages/Apache-Superset/Superset_uso:a-camada-sem _C3_A2ntica' on page 47 undefined on input line 1663. [47 <./SQL_Lab2.png>] [48] Chapter 13. Overfull \hbox (11.70996pt too wide) in paragraph at lines 1747--1752 \T1/qtm/m/n/10 [2] Mi-grando Su-per-set para Post-gres: [][]$https : / / medium . com / @aaronbannin / migrating-[]superset-[]to-[]postgres-[]63d2c96c5102$[][ ] Underfull \hbox (badness 10000) in paragraph at lines 1747--1752 \T1/qtm/m/n/10 [4] Im-por-tando da-dos em CSV para o Post-gres: [][]$https : / / www . postgresqltutorial . com / postgresql-[]tutorial / [49] [50] [51] [52] Chapter 14. [53] [54] Chapter 15. [55] [56] Chapter 16. [57] [58] Chapter 17. [59] [60] Chapter 18. [61] [62] [63] [64] [65] [66] [67] [68] Chapter 19. [69] [70] [71] [72] Chapter 20. Underfull \hbox (badness 5970) in paragraph at lines 2962--2966 \T1/qtm/m/n/10 OBS: Neste tu-to-rial n�o ser� necess�rio ed-i-tar os ar-quivos em \T1/txtt/m/n/10 /etc/clickhouse[]keeper/* \T1/qtm/m/n/10 e \T1/txtt/m/n/10 / etc/ [73] [74] Underfull \hbox (badness 10000) in paragraph at lines 3033--3035 \T1/qtm/m/n/10 Ap�s con-fig-u-rar to-dos os ar-quivos de con-fig-u-ra��o e rein i-ciar o servi�o com \T1/txtt/m/n/10 systemctl Underfull \hbox (badness 10000) in paragraph at lines 3033--3035 \T1/txtt/m/n/10 restart clickhouse[]server \T1/qtm/m/n/10 � pos-s�vel tes-tar a conex�o en-tre os nodes com o client do keeper [75] [76] [77] [78] Chapter 21. ! LaTeX Error: Unicode character ┌ (U+250C) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3188 ... ┌───────────┐ ! LaTeX Error: Unicode character ┐ (U+2510) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3188 ... ┌───────────┐ ! LaTeX Error: Unicode character ┬ (U+252C) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3190 ... └─────┬─────┘ ! LaTeX Error: Unicode character ┘ (U+2518) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3190 ... └─────┬─────┘ ! LaTeX Error: Unicode character ┌ (U+250C) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3192 ...�──┼─────────┐ ! LaTeX Error: Unicode character ┼ (U+253C) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3192 ...�──┼─────────┐ ! LaTeX Error: Unicode character ┐ (U+2510) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3192 ...�──┼─────────┐ ! LaTeX Error: Unicode character ┌ (U+250C) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3194 ...───┐ ┌───┴───┐ ! LaTeX Error: Unicode character ┴ (U+2534) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3194 ...───┐ ┌───┴───┐ ! LaTeX Error: Unicode character ┐ (U+2510) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3194 ...───┐ ┌───┴───┐ ! LaTeX Error: Unicode character ┌ (U+250C) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3194 ...───┐ ┌───┴───┐ ! LaTeX Error: Unicode character ┴ (U+2534) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3194 ...───┐ ┌───┴───┐ ! LaTeX Error: Unicode character ┐ (U+2510) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3194 ...───┐ ┌───┴───┐ ! LaTeX Error: Unicode character ┌ (U+250C) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3194 ...───┐ ┌───┴───┐ ! LaTeX Error: Unicode character ┴ (U+2534) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3194 ...───┐ ┌───┴───┐ ! LaTeX Error: Unicode character ┐ (U+2510) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3194 ...───┐ ┌───┴───┐ ! LaTeX Error: Unicode character ┘ (U+2518) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3196 ...───┘ └───────┘ ! LaTeX Error: Unicode character ┘ (U+2518) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3196 ...───┘ └───────┘ ! LaTeX Error: Unicode character ┘ (U+2518) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3196 ...───┘ └───────┘ [79] [80] Chapter 22. Underfull \hbox (badness 10000) in paragraph at lines 3220--3225 \T1/qtm/m/n/10 [2] In-sta-la��o: [][]$https : / / docs . getdbt . com / guides / manual-[]install$[][], [][]$https : / / docs . getdbt . com / docs / core / [81] [82 <./wp8203288.jpg>] Chapter 23. [83] ! LaTeX Error: Unicode character ≤ (U+2264) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3464 ...o de relações (=, !=, \textless{}, ≤ , \textgreater{}, ≥) ! LaTeX Error: Unicode character ≥ (U+2265) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3464 ...=, \textless{}, ≤, \textgreater{}, ≥ ) ! LaTeX Error: Unicode character ∈ (U+2208) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3468 ...do no formato tx.Ai o ty.Aj | Ai, Aj ∈ R; tx, ty ∈ r; o ∈ O ! LaTeX Error: Unicode character ∈ (U+2208) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3468 ...tx.Ai o ty.Aj | Ai, Aj ∈ R; tx, ty ∈ r; o ∈ O ! LaTeX Error: Unicode character ∈ (U+2208) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3468 ...y.Aj | Ai, Aj ∈ R; tx, ty ∈ r; o ∈ O ! LaTeX Error: Unicode character ∈ (U+2208) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3476 ...atisfazem, ou seja, etx,ty = \{p | p ∈ P, tx, ty |= p\} ! LaTeX Error: Unicode character ∀ (U+2200) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3480 ...nces de r, ou seja, Er = \{etx, ty | ∀ tx, ty ∈ r\} ! LaTeX Error: Unicode character ∈ (U+2208) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3480 ... ou seja, Er = \{etx, ty | ∀tx, ty ∈ r\} ! LaTeX Error: Unicode character φ (U+03C6) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3488 Uma denial constraint φ sobre a instância de relação r possui a s... ! LaTeX Error: Unicode character φ (U+03C6) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3491 ...∀tx, ty ∈ r, ¬(p1 ∧ . . . ∧ pm) ! LaTeX Error: Unicode character ∀ (U+2200) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3491 ...∀tx, ty ∈ r, ¬(p1 ∧ . . . ∧ pm) ! LaTeX Error: Unicode character ∈ (U+2208) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3491 ...∀tx, ty ∈ r, ¬(p1 ∧ . . . ∧ pm) ! LaTeX Error: Unicode character ∧ (U+2227) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3491 ...∀tx, ty ∈ r, ¬(p1 ∧ . . . ∧ pm) ! LaTeX Error: Unicode character ∧ (U+2227) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3491 ...∀tx, ty ∈ r, ¬(p1 ∧ . . . ∧ pm) ! LaTeX Error: Unicode character φ (U+03C6) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3495 onde φ é verdadeiro se e apenas se algum dos predicados p1, …, pm... ! LaTeX Error: Unicode character φ (U+03C6) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3498 tx, ty |= φ é usado para dizer que o par tx, ty satisfazem φ, e tx... ! LaTeX Error: Unicode character φ (U+03C6) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3498 ...ara dizer que o par tx, ty satisfazem φ , e tx, ty 6 |!= φ caso c... ! LaTeX Error: Unicode character φ (U+03C6) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3498 ... tx, ty satisfazem φ, e tx, ty 6 |!= φ caso contrário. ! LaTeX Error: Unicode character φ (U+03C6) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3504 Uma DC φ 1 é mínima se não existir nenhum outro φ2 tal que ambos ... ! LaTeX Error: Unicode character φ (U+03C6) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3504 ... mínima se não existir nenhum outro φ 2 tal que ambos são satis... ! LaTeX Error: Unicode character φ (U+03C6) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3504 ... satisfeitos por r e os predicados de φ 2 for um subconjunto dos p... ! LaTeX Error: Unicode character φ (U+03C6) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3504 ... for um subconjunto dos predicados de φ 1. [84] ! LaTeX Error: Unicode character φ (U+03C6) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3510 ... .Phone ∧ tx.Position != ty .Position) ! LaTeX Error: Unicode character ∧ (U+2227) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3510 ... .Phone ∧ tx.Position != ty .Position) ! LaTeX Error: Unicode character ∧ (U+2227) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3510 ... .Phone ∧ tx.Position != ty .Position) ! LaTeX Error: Unicode character φ (U+03C6) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3514 ...red ∧ tx.Salary \PYGZlt{} ty .Salary)) ! LaTeX Error: Unicode character ∧ (U+2227) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3514 ...red ∧ tx.Salary \PYGZlt{} ty .Salary)) ! LaTeX Error: Unicode character ∧ (U+2227) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3514 ...red ∧ tx.Salary \PYGZlt{} ty .Salary)) ! LaTeX Error: Unicode character φ (U+03C6) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3518 ... não satisfeita. O mesmo vale para o φ 2, em que se o salário de... ! LaTeX Error: Unicode character φ (U+03C6) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3527 ...y) |!= φ\PYGZcb{}| / |r| · (|r| − 1) ! LaTeX Error: Unicode character ∈ (U+2208) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3527 ...y) |!= φ\PYGZcb{}| / |r| · (|r| − 1) ! LaTeX Error: Unicode character φ (U+03C6) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3527 ...y) |!= φ\PYGZcb{}| / |r| · (|r| − 1) ! LaTeX Error: Unicode character − (U+2212) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3527 ...y) |!= φ\PYGZcb{}| / |r| · (|r| − 1) ! LaTeX Error: Unicode character ε (U+03B5) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3534 Dado um erro ε , 0 ≤ ε \textless{} 1, uma denial constraint φ é ... ! LaTeX Error: Unicode character ≤ (U+2264) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3534 Dado um erro ε, 0 ≤ ε \textless{} 1, uma denial constraint φ é ... ! LaTeX Error: Unicode character ε (U+03B5) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3534 Dado um erro ε, 0 ≤ ε \textless{} 1, uma denial constraint φ é ... ! LaTeX Error: Unicode character φ (U+03C6) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3534 ... \textless{} 1, uma denial constraint φ é ε\sphinxhyphen{}appro... ! LaTeX Error: Unicode character ε (U+03B5) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3534 ...less{} 1, uma denial constraint φ é ε \sphinxhyphen{}approximate... ! LaTeX Error: Unicode character φ (U+03C6) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3534 ...approximate em r se, e somente se, g1(φ ,r) for menor que ε. ! LaTeX Error: Unicode character ε (U+03B5) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3534 ... e somente se, g1(φ,r) for menor que ε . ! LaTeX Error: Unicode character ≤ (U+2264) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3662 \end{tabulary} ! LaTeX Error: Unicode character ≥ (U+2265) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3662 \end{tabulary} ! LaTeX Error: Unicode character ≤ (U+2264) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3662 \end{tabulary} ! LaTeX Error: Unicode character ≥ (U+2265) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3662 \end{tabulary} ! LaTeX Error: Unicode character ≤ (U+2264) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3662 \end{tabulary} ! LaTeX Error: Unicode character ≥ (U+2265) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3662 \end{tabulary} ! LaTeX Error: Unicode character ≤ (U+2264) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3662 \end{tabulary} ! LaTeX Error: Unicode character ≥ (U+2265) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3662 \end{tabulary} [85] ! LaTeX Error: Unicode character 〈 (U+3008) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3670 ...s em comuns. Considere o cluster c = 〈 k, l〉, onde k é um valo... ! LaTeX Error: Unicode character 〉 (U+3009) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3670 ...muns. Considere o cluster c = 〈k, l〉 , onde k é um valor para ... [86] Chapter 24. Underfull \hbox (badness 10000) in paragraph at lines 3702--3706 \T1/qtm/m/n/10 [2] Mu-dar di-ret�rio: [][]$https : / / www . ibm . com / docs / en / z-[]logdata-[]analytics / 5 . 1 . 0 ? topic = [87] [88] [89] [90] Chapter 25. [91] [92] Chapter 26. [93] [94] Chapter 27. Underfull \hbox (badness 10000) in paragraph at lines 3999--4001 []\T1/qtm/m/n/10 Fa�a o down-load do driver do click-house para o Metabase em [ ][]$https : / / github . com / ClickHouse / Underfull \hbox (badness 10000) in paragraph at lines 4011--4013 []\T1/qtm/m/n/10 Mesma coisa dos �l-ti-mos t�pi-cos mas em bash, (METABASE_VERS ION e [95] [96] Chapter 28. [97] Underfull \hbox (badness 10000) in paragraph at lines 4143--4148 \T1/qtm/m/n/10 Para adi-cionar os ar-quivos a serem tra-bal-ha-dos, coloque o a r-quivo em: /Metanome/backend/WEB- [98] Chapter 29. [99] [100] [101] ! LaTeX Error: Unicode character   (U+3000) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.4373 ...count}\PYG{+w}{ }\PYG{k}{DESC}\PYG{p}{;} [102] Chapter 30. Overfull \hbox (144.66995pt too wide) in paragraph at lines 4404--4410 \T1/qtm/m/n/10 [1] Prometheus: [][]$https : / / schh . medium . com / monitorin g-[]postgresql-[]databases-[]using-[]postgres-[]exporter-[]along-[]with-[]prome theus-[]and-[]grafana-[]1d68209ca687$[][] Overfull \hbox (21.72992pt too wide) in paragraph at lines 4404--4410 \T1/qtm/m/n/10 [5] Grafana alert tem-plate: [][]$https : / / faun . pub / overv iew-[]of-[]grafana-[]alerting-[]and-[]message-[]templating-[]for-[]slack-[]6bb7 40ec44af$[][] [103] [104] [105] Underfull \vbox (badness 1226) detected at line 4629 [106] [107] [108] [109] [110] Chapter 31. Overfull \hbox (4.36993pt too wide) in paragraph at lines 4809--4816 \T1/qtm/m/n/10 [2] Tele-graf setup: [][]$https : / / www . in^^]uxdata . com / blog / monitoring-[]your-[]postgresql-[]database-[]with-[]telegraf-[]and-[]in^^ ]uxdb/$[][] [111] [112] Chapter 32. [113] [114] Chapter 33. [115] [116] [117] [118] [119] Underfull \hbox (badness 10000) in paragraph at lines 5138--5140 [120] [121] [122] [123] [124] Chapter 34. Underfull \hbox (badness 10000) in paragraph at lines 5424--5427 \T1/qtm/m/n/10 [2] [ex-per-i-men-tal] Ma-te-ri-al-ized-Post-greSQL: [][]$https : / / clickhouse . com / docs / en / engines / database-[]engines / [125] [126] Chapter 35. [127] [128] Chapter 36. [129] [130] Chapter 37. Overfull \hbox (6.64983pt too wide) in paragraph at lines 5594--5600 \T1/qtm/m/n/10 [2] Repli-ca-tion Failover: [][]$https : / / www . highgo . ca / 2023 / 04 / 10 / setting-[]up-[]postgresql-[]failover-[]and-[]failback-[]the-[ ]right-[]way/$[][] Overfull \hbox (135.9291pt too wide) in paragraph at lines 5594--5600 \T1/qtm/m/n/10 [4] En-ter-priseDB log ship-ping: [][]$https : / / www . enterpr isedb . com / blog / how-[]set-[]streaming-[]replication-[]keep-[]your-[]postgr esql-[]database-[]performant-[]and-[]date$[][] [131] [132] [133] [134] Chapter 38. Underfull \hbox (badness 6380) in paragraph at lines 5743--5749 \T1/qtm/m/n/10 [4] [][]$https : / / raw . githubusercontent . com / 2ndQuadrant / repmgr / master / repmgr . conf . sample$[][] (ex-pli-ca��o de to-das as Overfull \hbox (8.3699pt too wide) in paragraph at lines 5743--5749 \T1/qtm/m/n/10 [5] Setup com-pleto: [][]$https : / / medium . com / @victor . b oissiere / how-[]to-[]setup-[]postgresql-[]cluster-[]with-[]repmgr-[]febc2f10c2 43$[][] [135] [136] [137] [138] Chapter 39. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Introdu_C3_A7_C3_A3o' on page 139 undefined on input line 5970. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Amea_C3_A7as-e-aborda gens-de-mitiga_C3_A7_C3_A3o' on page 139 undefined on input line 5974. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Criptografia-de-dados ' on page 139 undefined on input line 5978. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Tipos-de-dados' on pa ge 139 undefined on input line 5982. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Dados-em-repouso' on page 139 undefined on input line 5986. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Dados-em-movimento' o n page 139 undefined on input line 5990. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Criptografia-transpar ente-de-dados' on page 139 undefined on input line 5996. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Arquitetura-de-cripto grafia' on page 139 undefined on input line 6002. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Modelo-de-criptografi a' on page 139 undefined on input line 6006. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Abordagem-de-1-n_C3_A Dvel' on page 139 undefined on input line 6010. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Abordagem-de-2-n_C3_A Dveis' on page 139 undefined on input line 6014. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Gerenciamento-de-chav es' on page 139 undefined on input line 6020. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Rota_C3_A7_C3_A3o-da- chave-mestra' on page 139 undefined on input line 6024. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Alvos-de-criptografia ' on page 139 undefined on input line 6028. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Criptografia-de-table space-e-coluna' on page 139 undefined on input line 6032. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:M_C3_A9todos-de-cript ografia-de-dados' on page 139 undefined on input line 6040. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Criptografia-online-v ersus-offline' on page 139 undefined on input line 6044. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Implementa_C3_A7_C3_B 5es-de-criptografia-dispon_C3_ADveis' on page 139 undefined on input line 6050. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Op_C3_A7_C3_B5es-de-c riptografia-do-MySQL' on page 139 undefined on input line 6054. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:MySQL-InnoDB' on page 139 undefined on input line 6058. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:MySQL-Enterprise-Edit ion' on page 139 undefined on input line 6062. [139] LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Op_C3_A7_C3_B5es-de-c riptografia-do-PostgreSQL' on page 140 undefined on input line 6068. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Pgsql-hackers-TDE' on page 140 undefined on input line 6072. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Cybertech-Postgres-TD E' on page 140 undefined on input line 6076. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:EnterpriseDB-Postgres -TDE' on page 140 undefined on input line 6080. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Op_C3_A7_C3_B5es-de-c riptografia-do-Oracle' on page 140 undefined on input line 6086. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Oracle-TDE' on page 1 40 undefined on input line 6090. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Compara_C3_A7_C3_A3o- de-desempenho' on page 140 undefined on input line 6098. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Conclus_C3_B5es' on p age 140 undefined on input line 6102. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Ap_C3_AAndice' on pag e 140 undefined on input line 6106. [140] [141] [142] [143] [144] [145] [146] [147] [148] [149] Underfull \hbox (badness 10000) in paragraph at lines 7088--7090 []\T1/qtm/m/n/10 Ad-vanced Se-cu-rity Guide ^^V docs.oracle.com. [][]$https : / / docs . oracle . com / en / database / Underfull \hbox (badness 10000) in paragraph at lines 7088--7090 \T1/qtm/m/n/10 oracle / oracle-[]database / 19 / asoag / introduction-[]to-[]tr ansparent-[]data-[]encryption . html # Underfull \hbox (badness 10000) in paragraph at lines 7100--7102 []\T1/qtm/m/n/10 Data Pro-tec-tion: Data In tran-sit vs. Data At Rest ^^V dig-i -tal-guardian.com. Underfull \hbox (badness 10000) in paragraph at lines 7100--7102 [][]\T1/qtm/m/n/10 https://www.digitalguardian.com/blog/data-protection-data-in -transit-vs-data-at-rest#:~:text=Data at rest is [150] Underfull \hbox (badness 10000) in paragraph at lines 7136--7138 []\T1/qtm/m/n/10 What is TDE? ^^V docs.delphix.com. [][]$https : / / docs . del phix . com / docs609 / datasets / [151] [152] Chapter 40. [153] [154] Chapter 41. [155] [156] Chapter 42. [157] [158] Chapter 43. [159] [160] Chapter 44. [161] [162] Chapter 45. [163 <./diagrama.drawio.png>] [164] Chapter 46. Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 NOT NULL, Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 \T1/qtm/m/n/10 UNIQUE, PRI- Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 VAR- Overfull \hbox (13.72525pt too wide) in paragraph at lines 7713--7713 \T1/qtm/m/n/10 CHAR(255)| Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 VAR- Overfull \hbox (13.72525pt too wide) in paragraph at lines 7713--7713 \T1/qtm/m/n/10 CHAR(255)| Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 NOT NULL, Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 VAR- Overfull \hbox (13.72525pt too wide) in paragraph at lines 7713--7713 \T1/qtm/m/n/10 CHAR(255)| Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 VAR- Overfull \hbox (13.72525pt too wide) in paragraph at lines 7713--7713 \T1/qtm/m/n/10 CHAR(255)| Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 NOT NULL, Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 TIMES- Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 up- Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 TIMES- Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 de-scrip- Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 TIMES- Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 VAR- Overfull \hbox (13.72525pt too wide) in paragraph at lines 7713--7713 \T1/qtm/m/n/10 CHAR(255)| Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 con- Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 TIMES- Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 con-fir-ma- Overfull \hbox (5.01634pt too wide) in paragraph at lines 7713--7713 \T1/qtm/m/n/10 tion_sent_at| Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 TIMES- Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 TIMES- Overfull \hbox (11.80525pt too wide) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 BOOLEAN| Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 re-ac-ti- Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 TIMES- Overfull \hbox (8.19635pt too wide) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 user_stats_id| Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 NOT NULL, Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 \T1/qtm/m/n/10 UNIQUE, [165] Underfull \hbox (badness 10000) in paragraph at lines 7887--7887 []\T1/qtm/m/n/10 NOT NULL, PRI- Underfull \hbox (badness 10000) in paragraph at lines 7887--7887 []\T1/qtm/m/n/10 NU- Underfull \hbox (badness 10000) in paragraph at lines 7887--7887 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 7887--7887 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 7887--7887 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 7887--7887 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 7887--7887 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 7887--7887 []\T1/qtm/m/n/10 sub-mit- Underfull \hbox (badness 10000) in paragraph at lines 7887--7887 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 7887--7887 []\T1/qtm/m/n/10 ap- Overfull \hbox (7.07484pt too wide) in paragraph at lines 7887--7887 \T1/qtm/m/n/10 proved_resources| Underfull \hbox (badness 10000) in paragraph at lines 7887--7887 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 7887--7887 []\T1/qtm/m/n/10 re- Overfull \hbox (4.14487pt too wide) in paragraph at lines 7887--7887 \T1/qtm/m/n/10 viewd_resources| Underfull \hbox (badness 10000) in paragraph at lines 7887--7887 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 7887--7887 []\T1/qtm/m/n/10 IN-TE- [166] Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qhv/m/n/10 Atrib- Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 SE- Underfull \hbox (badness 5022) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 NOT NULL, PRI- Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 \T1/qtm/m/n/10 MARY KEY, Overfull \hbox (13.058pt too wide) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 bucket_key| Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 VAR- Overfull \hbox (17.4743pt too wide) in paragraph at lines 8126--8126 \T1/qtm/m/n/10 CHAR(255)| Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 VAR- Overfull \hbox (17.4743pt too wide) in paragraph at lines 8126--8126 \T1/qtm/m/n/10 CHAR(255)| Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 thumb- Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 VAR- Overfull \hbox (17.4743pt too wide) in paragraph at lines 8126--8126 \T1/qtm/m/n/10 CHAR(255)| Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 VAR- Overfull \hbox (17.4743pt too wide) in paragraph at lines 8126--8126 \T1/qtm/m/n/10 CHAR(255)| Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 VAR- Overfull \hbox (17.4743pt too wide) in paragraph at lines 8126--8126 \T1/qtm/m/n/10 CHAR(255)| Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 de- Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 \T1/qtm/m/n/10 scrip- Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 cre- Overfull \hbox (1.3643pt too wide) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 TIMES- Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 up- Overfull \hbox (1.738pt too wide) in paragraph at lines 8126--8126 \T1/qtm/m/n/10 dated_at| Overfull \hbox (1.3643pt too wide) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 TIMES- Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 sub- Overfull \hbox (2.858pt too wide) in paragraph at lines 8126--8126 \T1/qtm/m/n/10 mited_at| Overfull \hbox (1.3643pt too wide) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 TIMES- Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 pub- Overfull \hbox (3.968pt too wide) in paragraph at lines 8126--8126 \T1/qtm/m/n/10 lished_at| Overfull \hbox (1.3643pt too wide) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 TIMES- Overfull \hbox (8.95801pt too wide) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 deleted_at| Overfull \hbox (1.3643pt too wide) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 TIMES- Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 UNIQUE, NOT Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 ob- Overfull \hbox (17.298pt too wide) in paragraph at lines 8126--8126 \T1/qtm/m/n/10 ject_type_id| Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 UNIQUE, Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 \T1/qtm/m/n/10 NOT NULL, Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 li- Overfull \hbox (2.848pt too wide) in paragraph at lines 8126--8126 \T1/qtm/m/n/10 cense_id| Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 UNIQUE, Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 \T1/qtm/m/n/10 NOT NULL, Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 re- Overfull \hbox (29.36801pt too wide) in paragraph at lines 8126--8126 \T1/qtm/m/n/10 source_stats_id| Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 NOT NULL, Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 \T1/qtm/m/n/10 UNIQUE, [167] Underfull \hbox (badness 10000) in paragraph at lines 8248--8248 []\T1/qhv/m/n/10 Atrib- Underfull \hbox (badness 10000) in paragraph at lines 8248--8248 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 8248--8248 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 8248--8248 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 8248--8248 []\T1/qtm/m/n/10 down- Underfull \hbox (badness 10000) in paragraph at lines 8248--8248 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 8248--8248 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 8248--8248 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 8248--8248 []\T1/qtm/m/n/10 NU- [168] Underfull \hbox (badness 10000) in paragraph at lines 8409--8409 []\T1/qtm/m/n/10 NOT NULL, Underfull \hbox (badness 10000) in paragraph at lines 8409--8409 \T1/qtm/m/n/10 UNIQUE, PRI- Underfull \hbox (badness 10000) in paragraph at lines 8409--8409 []\T1/qtm/m/n/10 VAR- Overfull \hbox (14.32556pt too wide) in paragraph at lines 8409--8409 \T1/qtm/m/n/10 CHAR(255)| Underfull \hbox (badness 10000) in paragraph at lines 8409--8409 []\T1/qtm/m/n/10 de-scrip- Overfull \hbox (3.50598pt too wide) in paragraph at lines 8409--8409 []\T1/qtm/m/n/10 is_private| Overfull \hbox (12.40556pt too wide) in paragraph at lines 8409--8409 []\T1/qtm/m/n/10 BOOLEAN| Underfull \hbox (badness 10000) in paragraph at lines 8409--8409 []\T1/qtm/m/n/10 cre- Underfull \hbox (badness 10000) in paragraph at lines 8409--8409 []\T1/qtm/m/n/10 TIMES- Underfull \hbox (badness 10000) in paragraph at lines 8409--8409 []\T1/qtm/m/n/10 up- Underfull \hbox (badness 10000) in paragraph at lines 8409--8409 []\T1/qtm/m/n/10 TIMES- Overfull \hbox (5.216pt too wide) in paragraph at lines 8409--8409 []\T1/qtm/m/n/10 deleted_at| Underfull \hbox (badness 10000) in paragraph at lines 8409--8409 []\T1/qtm/m/n/10 TIMES- Underfull \hbox (badness 10000) in paragraph at lines 8409--8409 []\T1/qtm/m/n/10 thumb- Underfull \hbox (badness 10000) in paragraph at lines 8409--8409 []\T1/qtm/m/n/10 VAR- Overfull \hbox (14.32556pt too wide) in paragraph at lines 8409--8409 \T1/qtm/m/n/10 CHAR(255)| Underfull \hbox (badness 10000) in paragraph at lines 8409--8409 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 8409--8409 []\T1/qtm/m/n/10 NOT NULL, Underfull \hbox (badness 10000) in paragraph at lines 8409--8409 \T1/qtm/m/n/10 UNIQUE, Underfull \hbox (badness 10000) in paragraph at lines 8409--8409 []\T1/qtm/m/n/10 col- Overfull \hbox (22.306pt too wide) in paragraph at lines 8409--8409 \T1/qtm/m/n/10 letion_stats_id| Underfull \hbox (badness 10000) in paragraph at lines 8409--8409 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 8409--8409 []\T1/qtm/m/n/10 NOT NULL, Underfull \hbox (badness 10000) in paragraph at lines 8409--8409 \T1/qtm/m/n/10 UNIQUE, [169] Underfull \hbox (badness 10000) in paragraph at lines 8531--8531 []\T1/qhv/m/n/10 Atrib- Underfull \hbox (badness 10000) in paragraph at lines 8531--8531 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 8531--8531 []\T1/qtm/m/n/10 down- Underfull \hbox (badness 10000) in paragraph at lines 8531--8531 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 8531--8531 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 8531--8531 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 8531--8531 []\T1/qtm/m/n/10 NU- Underfull \hbox (badness 10000) in paragraph at lines 8531--8531 []\T1/qtm/m/n/10 IN-TE- [170] Underfull \hbox (badness 10000) in paragraph at lines 8588--8588 []\T1/qhv/m/n/10 Atrib- Underfull \hbox (badness 10000) in paragraph at lines 8588--8588 []\T1/qtm/m/n/10 VAR- Underfull \hbox (badness 10000) in paragraph at lines 8671--8671 []\T1/qhv/m/n/10 Atrib- Underfull \hbox (badness 10000) in paragraph at lines 8671--8671 []\T1/qtm/m/n/10 VAR- Underfull \hbox (badness 10000) in paragraph at lines 8671--8671 []\T1/qtm/m/n/10 de- Underfull \hbox (badness 10000) in paragraph at lines 8671--8671 []\T1/qtm/m/n/10 VAR- Underfull \hbox (badness 10000) in paragraph at lines 8741--8741 []\T1/qhv/m/n/10 Atrib- Underfull \hbox (badness 10000) in paragraph at lines 8741--8741 []\T1/qtm/m/n/10 VAR- Underfull \hbox (badness 10000) in paragraph at lines 8741--8741 []\T1/qtm/m/n/10 VAR- Underfull \hbox (badness 10000) in paragraph at lines 8741--8741 []\T1/qtm/m/n/10 C�digo da lin-guagem (ex: pt(Portugu�s), [171] Underfull \hbox (badness 10000) in paragraph at lines 8798--8798 []\T1/qhv/m/n/10 Atrib- Underfull \hbox (badness 10000) in paragraph at lines 8798--8798 []\T1/qtm/m/n/10 VAR- Underfull \hbox (badness 10000) in paragraph at lines 8855--8855 []\T1/qhv/m/n/10 Atrib- Underfull \hbox (badness 10000) in paragraph at lines 8855--8855 []\T1/qtm/m/n/10 VAR- Overfull \hbox (8.29337pt too wide) in paragraph at lines 9055--9055 []\T1/qtm/m/n/10 is_accepted| Overfull \hbox (4.25497pt too wide) in paragraph at lines 9055--9055 []\T1/qtm/m/n/10 BOOLEAN| Underfull \hbox (badness 10000) in paragraph at lines 9055--9055 []\T1/qtm/m/n/10 jus-ti-fi-ca- Underfull \hbox (badness 10000) in paragraph at lines 9055--9055 []\T1/qtm/m/n/10 re- Overfull \hbox (0.52336pt too wide) in paragraph at lines 9055--9055 \T1/qtm/m/n/10 source_id| Underfull \hbox (badness 10000) in paragraph at lines 9055--9055 []\T1/qtm/m/n/10 NOT NULL, FOR-EIGN Underfull \hbox (badness 10000) in paragraph at lines 9055--9055 []\T1/qtm/m/n/10 sub-mit- Underfull \hbox (badness 10000) in paragraph at lines 9055--9055 []\T1/qtm/m/n/10 NOT NULL, FOR-EIGN Underfull \hbox (badness 10000) in paragraph at lines 9055--9055 []\T1/qtm/m/n/10 cu-ra- Underfull \hbox (badness 10000) in paragraph at lines 9055--9055 []\T1/qtm/m/n/10 cre- Underfull \hbox (badness 10000) in paragraph at lines 9055--9055 []\T1/qtm/m/n/10 TIMES- Underfull \hbox (badness 10000) in paragraph at lines 9055--9055 []\T1/qtm/m/n/10 up- Underfull \hbox (badness 10000) in paragraph at lines 9055--9055 []\T1/qtm/m/n/10 TIMES- Underfull \hbox (badness 10000) in paragraph at lines 9055--9055 []\T1/qtm/m/n/10 an- Overfull \hbox (1.88335pt too wide) in paragraph at lines 9055--9055 \T1/qtm/m/n/10 swered_at| Underfull \hbox (badness 10000) in paragraph at lines 9055--9055 []\T1/qtm/m/n/10 TIMES- Overfull \hbox (4.25497pt too wide) in paragraph at lines 9055--9055 []\T1/qtm/m/n/10 BOOLEAN| Overfull \hbox (4.25497pt too wide) in paragraph at lines 9055--9055 []\T1/qtm/m/n/10 BOOLEAN| Overfull \hbox (4.25497pt too wide) in paragraph at lines 9055--9055 []\T1/qtm/m/n/10 BOOLEAN| Overfull \hbox (4.25497pt too wide) in paragraph at lines 9055--9055 []\T1/qtm/m/n/10 BOOLEAN| [172] Underfull \hbox (badness 10000) in paragraph at lines 9255--9255 []\T1/qtm/m/n/10 de- Underfull \hbox (badness 10000) in paragraph at lines 9255--9255 []\T1/qtm/m/n/10 NOT NULL, FOR-EIGN Underfull \hbox (badness 10000) in paragraph at lines 9255--9255 []\T1/qtm/m/n/10 re- Underfull \hbox (badness 10000) in paragraph at lines 9255--9255 []\T1/qtm/m/n/10 col-lec- Underfull \hbox (badness 10000) in paragraph at lines 9255--9255 []\T1/qtm/m/n/10 eval-u- Underfull \hbox (badness 10000) in paragraph at lines 9255--9255 []\T1/qtm/m/n/10 TIMES- Underfull \hbox (badness 10000) in paragraph at lines 9255--9255 []\T1/qtm/m/n/10 TIMES- [173] Underfull \hbox (badness 10000) in paragraph at lines 9351--9351 []\T1/qhv/m/n/10 Atrib- Underfull \hbox (badness 10000) in paragraph at lines 9351--9351 []\T1/qtm/m/n/10 PRI-MARY KEY, Underfull \hbox (badness 10000) in paragraph at lines 9351--9351 []\T1/qtm/m/n/10 NOT NULL, Underfull \hbox (badness 10000) in paragraph at lines 9351--9351 []\T1/qtm/m/n/10 de-scrip- Underfull \hbox (badness 10000) in paragraph at lines 9351--9351 []\T1/qtm/m/n/10 cre- Underfull \hbox (badness 10000) in paragraph at lines 9351--9351 []\T1/qtm/m/n/10 TIMES-TAMP WITH-OUT Underfull \hbox (badness 10000) in paragraph at lines 9351--9351 []\T1/qtm/m/n/10 up- Overfull \hbox (1.19969pt too wide) in paragraph at lines 9351--9351 \T1/qtm/m/n/10 dated_at| Underfull \hbox (badness 10000) in paragraph at lines 9351--9351 []\T1/qtm/m/n/10 TIMES-TAMP WITH-OUT [174] Underfull \hbox (badness 7925) in paragraph at lines 9486--9486 []\T1/qtm/m/n/10 PRI-MARY KEY, NOT Underfull \hbox (badness 10000) in paragraph at lines 9486--9486 []\T1/qtm/m/n/10 de-scrip- Underfull \hbox (badness 10000) in paragraph at lines 9486--9486 []\T1/qtm/m/n/10 cre- Underfull \hbox (badness 10000) in paragraph at lines 9486--9486 []\T1/qtm/m/n/10 up- Underfull \hbox (badness 10000) in paragraph at lines 9647--9647 []\T1/qtm/m/n/10 PRI-MARY KEY, Underfull \hbox (badness 10000) in paragraph at lines 9647--9647 []\T1/qtm/m/n/10 re- Overfull \hbox (16.04749pt too wide) in paragraph at lines 9647--9647 \T1/qtm/m/n/10 ward_experience| Underfull \hbox (badness 10000) in paragraph at lines 9647--9647 []\T1/qtm/m/n/10 re- Underfull \hbox (badness 10000) in paragraph at lines 9647--9647 []\T1/qtm/m/n/10 TIMES-TAMP WITH-OUT Underfull \hbox (badness 10000) in paragraph at lines 9647--9647 []\T1/qtm/m/n/10 TIMES-TAMP WITH-OUT [175] Underfull \hbox (badness 10000) in paragraph at lines 9782--9782 []\T1/qtm/m/n/10 NOT NULL, FOR-EIGN Underfull \hbox (badness 10000) in paragraph at lines 9782--9782 []\T1/qtm/m/n/10 NOT NULL, FOR-EIGN Underfull \hbox (badness 10000) in paragraph at lines 9782--9782 []\T1/qtm/m/n/10 tar- Overfull \hbox (2.75192pt too wide) in paragraph at lines 9782--9782 \T1/qtm/m/n/10 get_resource_id| Underfull \hbox (badness 10000) in paragraph at lines 9782--9782 []\T1/qtm/m/n/10 tar- Overfull \hbox (8.32191pt too wide) in paragraph at lines 9782--9782 \T1/qtm/m/n/10 get_collection_id| Underfull \hbox (badness 10000) in paragraph at lines 9782--9782 []\T1/qtm/m/n/10 TIMES- Underfull \hbox (badness 10000) in paragraph at lines 9782--9782 []\T1/qtm/m/n/10 TIMES- Underfull \hbox (badness 10000) in paragraph at lines 9904--9904 []\T1/qtm/m/n/10 VAR- Underfull \hbox (badness 10000) in paragraph at lines 9904--9904 []\T1/qtm/m/n/10 VAR- Underfull \hbox (badness 10000) in paragraph at lines 9904--9904 []\T1/qtm/m/n/10 up- [176] Underfull \hbox (badness 10000) in paragraph at lines 9987--9987 []\T1/qtm/m/n/10 NOT NULL, PRI-MARY KEY, Underfull \hbox (badness 10000) in paragraph at lines 9987--9987 []\T1/qtm/m/n/10 VAR- Underfull \hbox (badness 10000) in paragraph at lines 9987--9987 []\T1/qtm/m/n/10 cre- Underfull \hbox (badness 10000) in paragraph at lines 9987--9987 []\T1/qtm/m/n/10 up- [177] [178] Chapter 47. Underfull \hbox (badness 10000) in paragraph at lines 10161--10161 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 10161--10161 []\T1/qtm/m/n/10 NOT NULL, FOR-EIGN Underfull \hbox (badness 10000) in paragraph at lines 10161--10161 []\T1/qtm/m/n/10 Refer-�n-cia ao iden-ti-fi-cador �nico da tabela Underfull \hbox (badness 10000) in paragraph at lines 10161--10161 []\T1/qtm/m/n/10 lan- Underfull \hbox (badness 10000) in paragraph at lines 10161--10161 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 10161--10161 []\T1/qtm/m/n/10 NOT NULL, FOR-EIGN Underfull \hbox (badness 10000) in paragraph at lines 10161--10161 []\T1/qtm/m/n/10 Refer-�n-cia ao iden-ti-fi-cador �nico da tabela [179] Underfull \hbox (badness 10000) in paragraph at lines 10275--10275 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 10275--10275 []\T1/qtm/m/n/10 NOT NULL, FOR-EIGN Underfull \hbox (badness 10000) in paragraph at lines 10275--10275 []\T1/qtm/m/n/10 achieve- Underfull \hbox (badness 10000) in paragraph at lines 10275--10275 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 10275--10275 []\T1/qtm/m/n/10 NOT NULL, FOR-EIGN Underfull \hbox (badness 10000) in paragraph at lines 10275--10275 []\T1/qtm/m/n/10 Refer-�n-cia ao iden-ti-fi-cador �nico da tabela Underfull \hbox (badness 10000) in paragraph at lines 10389--10389 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 10389--10389 []\T1/qtm/m/n/10 NOT NULL, FOR-EIGN Underfull \hbox (badness 10000) in paragraph at lines 10389--10389 []\T1/qtm/m/n/10 in-sti-tu- Underfull \hbox (badness 10000) in paragraph at lines 10389--10389 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 10389--10389 []\T1/qtm/m/n/10 NOT NULL, FOR-EIGN [180] Underfull \hbox (badness 10000) in paragraph at lines 10447--10447 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 10447--10447 []\T1/qtm/m/n/10 NOT NULL, FOR-EIGN Underfull \hbox (badness 10000) in paragraph at lines 10447--10447 []\T1/qtm/m/n/10 re- Underfull \hbox (badness 10000) in paragraph at lines 10447--10447 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 10447--10447 []\T1/qtm/m/n/10 NOT NULL, FOR-EIGN Underfull \hbox (badness 10000) in paragraph at lines 10447--10447 []\T1/qtm/m/n/10 Refer-�n-cia ao iden-ti-fi-cador �nico da tabela Underfull \hbox (badness 10000) in paragraph at lines 10505--10505 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 10505--10505 []\T1/qtm/m/n/10 NOT NULL, FOR-EIGN Underfull \hbox (badness 10000) in paragraph at lines 10505--10505 []\T1/qtm/m/n/10 re- Underfull \hbox (badness 10000) in paragraph at lines 10505--10505 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 10505--10505 []\T1/qtm/m/n/10 NOT NULL, FOR-EIGN Underfull \hbox (badness 10000) in paragraph at lines 10505--10505 []\T1/qtm/m/n/10 Refer-�n-cia ao iden-ti-fi-cador �nico da tabela Underfull \hbox (badness 10000) in paragraph at lines 10562--10562 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 10562--10562 []\T1/qtm/m/n/10 ed-u-ca- Underfull \hbox (badness 10000) in paragraph at lines 10562--10562 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 10562--10562 []\T1/qtm/m/n/10 Refer-�n-cia ao iden-ti-fi-cador �nico da tabela Underfull \hbox (badness 10000) in paragraph at lines 10619--10619 []\T1/qtm/m/n/10 col-lec- Underfull \hbox (badness 10000) in paragraph at lines 10619--10619 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 10619--10619 []\T1/qtm/m/n/10 NOT NULL, FOR-EIGN Underfull \hbox (badness 10000) in paragraph at lines 10619--10619 []\T1/qtm/m/n/10 Refer-�n-cia ao iden-ti-fi-cador �nico da tabela Underfull \hbox (badness 10000) in paragraph at lines 10619--10619 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 10619--10619 []\T1/qtm/m/n/10 NOT NULL, FOR-EIGN [181] [182] Chapter 48. [183] Underfull \vbox (badness 10000) detected at line 10950 Underfull \vbox (badness 10000) detected at line 10950 [184] Underfull \vbox (badness 10000) detected at line 10950 Underfull \vbox (badness 10000) detected at line 10950 [185] Underfull \vbox (badness 10000) detected at line 10950 Underfull \vbox (badness 10000) detected at line 10950 [186] Underfull \vbox (badness 10000) detected at line 10950 Underfull \vbox (badness 10000) detected at line 10950 [187] Underfull \vbox (badness 10000) detected at line 10950 Underfull \vbox (badness 10000) detected at line 10950 [188] (./documentation-db.ind) [189] (./documentation-db.aux) LaTeX Warning: There were undefined references. ) (see the transcript file for additional information){/usr/share/texmf/fonts/enc /dvips/tex-gyre/q-ec.enc}{/usr/share/texlive/texmf-dist/fonts/enc/dvips/base/8r .enc}{/usr/share/texmf/fonts/enc/dvips/tex-gyre/q-ts1.enc} Output written on documentation-db.pdf (199 pages, 2980777 bytes). Transcript written on documentation-db.log. Latexmk: Index file 'documentation-db.idx' was written Latexmk: Log file says output to 'documentation-db.pdf' Rule 'pdflatex': File changes, etc: Changed files, or newly in use since previous run(s): 'documentation-db.aux' 'documentation-db.toc' ------------ Run number 3 of rule 'pdflatex' ------------ Latexmk: Examining 'documentation-db.log' === TeX engine is 'pdfTeX' Latexmk: applying rule 'pdflatex'... ------------ Running 'pdflatex -interaction=nonstopmode -recorder --jobname="documentation-db" "teamdb.tex"' ------------ This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2022/dev/Debian) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (./teamdb.tex LaTeX2e <2021-11-15> patch level 1 L3 programming layer <2022-01-21> (./sphinxmanual.cls Document Class: sphinxmanual 2019/12/01 v2.3.0 Document class (Sphinx manual) (/usr/share/texlive/texmf-dist/tex/latex/base/report.cls Document Class: report 2021/10/04 v1.4n Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo))) (/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty) (/usr/share/texlive/texmf-dist/tex/latex/cmap/cmap.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty<>) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty For additional information on amsmath, use the `?' option. (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty)) (/usr/share/texlive/texmf-dist/tex/generic/babel/babel.sty (/usr/share/texlive/texmf-dist/tex/generic/babel/txtbabel.def) (/usr/share/texlive/texmf-dist/tex/generic/babel-english/english.ldf)) (/usr/share/texmf/tex/latex/tex-gyre/tgtermes.sty (/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty) (/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty) (/usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty))) (/usr/share/texmf/tex/latex/tex-gyre/tgheros.sty) (/usr/share/texlive/texmf-dist/tex/latex/fncychap/fncychap.sty) (./sphinx.sty (/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg) (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def)) (./sphinxoptionshyperref.sty) (./sphinxoptionsgeometry.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty) (/usr/share/texlive/texmf-dist/tex/latex/float/float.sty) (/usr/share/texlive/texmf-dist/tex/latex/wrapfig/wrapfig.sty) (/usr/share/texlive/texmf-dist/tex/latex/capt-of/capt-of.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/multicol.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg))) (./sphinxlatexgraphics.sty) (./sphinxpackageboxes.sty (/usr/share/texlive/texmf-dist/tex/latex/pict2e/pict2e.sty (/usr/share/texlive/texmf-dist/tex/latex/pict2e/pict2e.cfg) (/usr/share/texlive/texmf-dist/tex/latex/pict2e/p2e-pdftex.def)) (/usr/share/texlive/texmf-dist/tex/latex/ellipse/ellipse.sty)) (./sphinxlatexadmonitions.sty (/usr/share/texlive/texmf-dist/tex/latex/framed/framed.sty)) (./sphinxlatexliterals.sty (/usr/share/texlive/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/alltt.sty) (/usr/share/texlive/texmf-dist/tex/latex/upquote/upquote.sty) (/usr/share/texlive/texmf-dist/tex/latex/needspace/needspace.sty)) (./sphinxlatexshadowbox.sty) (./sphinxlatexcontainers.sty) (./sphinxhighlight.sty) (./sphinxlatextables.sty (/usr/share/texlive/texmf-dist/tex/latex/tabulary/tabulary.sty (/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty)) (/usr/share/texlive/texmf-dist/tex/latex/tools/longtable.sty) (/usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty) (/usr/share/texlive/texmf-dist/tex/latex/colortbl/colortbl.sty) (/usr/share/texlive/texmf-dist/tex/latex/booktabs/booktabs.sty)) (./sphinxlatexnumfig.sty) (./sphinxlatexlists.sty) (./sphinxpackagefootnote.sty ) (./sphinxlatexindbibtoc.sty (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty)) (./sphinxlatexstylepage.sty (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip.sty (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip-2001-04-09.sty)) (/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty)) (./sphinxlatexstyleheadings.sty (/usr/share/texlive/texmf-dist/tex/latex/titlesec/titlesec.sty)) (./sphinxlatexstyletext.sty) (./sphinxlatexobjects.sty)) (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty (/usr/share/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty (/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty))) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty (/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty)) (/usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty) (/usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty) (/usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty) (/usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty) (/usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref-langpatches.def) (/usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty) (/usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def) (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty) (/usr/share/texlive/texmf-dist/tex/generic/bitset/bitset.sty (/usr/share/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty)) (/usr/share/texlive/texmf-dist/tex/latex/base/atbegshi-ltx.sty)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def (/usr/share/texlive/texmf-dist/tex/latex/base/atveryend-ltx.sty) (/usr/share/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty (/usr/share/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty))) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/hypcap.sty) (./sphinxmessages.sty) Writing index file documentation-db.idx (/usr/share/texmf/tex/latex/tex-gyre/t1qtm.fd) (/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def) (./documentation-db.aux) (/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii [Loading MPS to PDF converter (version 2006.09.02).] ) (/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg)) *geometry* driver: auto-detecting *geometry* detected driver: pdftex (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty) (/usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty)) (./documentation-db.out) (./documentation-db.out) (/usr/share/texmf/tex/latex/tex-gyre/t1qhv.fd)<><><><> (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd) [1{/var/lib/texmf/fo nts/map/pdftex/updmap/pdftex.map}] [2] (./documentation-db.toc [1] [2] [3] [4] [5] [6]) [7] [8] Chapter 1. (/usr/share/texlive/texmf-dist/tex/latex/txfonts/t1txtt.fd) (/usr/share/texlive/texmf-dist/tex/latex/txfonts/ts1txtt.fd) [1] [2] [3] [4] Chapter 2. [5] [6] Chapter 3. Overfull \hbox (204.04001pt too wide) in paragraph at lines 285--287 []\T1/qtm/m/n/10 [3] Setup Spark for zep-pelin: [][]$https : / / medium . com / @mehrdad . al . 2023 / run-[]your-[]^^\rst-[]analysis-[]project-[]on-[]apache- []zeppelin-[]using-[]scala-[]spark-[]shell-[]and-[]sql-[]e1b86a9fadd0$[][] (/usr/share/texmf/tex/latex/tex-gyre/ts1qtm.fd) Underfull \hbox (badness 10000) in paragraph at lines 300--303 \T1/qtm/m/n/10 tem como \T1/txtt/m/n/10 environment \T1/qtm/m/n/10 a con-fig-u- ra��o [] \T1/txtt/m/n/10 SPARK_MODE=worker \T1/qtm/m/n/10 e [] \T1/txtt/m/n/10 SPARK_MASTER_URL=spark:// [7] [8] Chapter 4. Underfull \hbox (badness 10000) in paragraph at lines 358--360 []\T1/qtm/m/n/10 [8] Tu-to-rial para fazer merge de dois ar-quivos csv: [][]$ht tps : / / medium . com / @surajnagendra / [9] LaTeX Warning: Hyper reference `pages/Apache-NiFi/NIFI:instala_C3_A7_C3_A3o-loc al' on page 10 undefined on input line 404. LaTeX Warning: Hyper reference `pages/Apache-NiFi/NIFI:instala_C3_A7_C3_A3o-com -docker' on page 10 undefined on input line 408. [10] Chapter 5. [11] [12] Chapter 6. Underfull \hbox (badness 10000) in paragraph at lines 593--600 \T1/qtm/m/n/10 [3] GET HTTP Pag-i-nado: [][]$https : / / github . com / pvillar d31 / my-[]blog / blob / main / 2016 / Overfull \hbox (71.53494pt too wide) in paragraph at lines 593--600 \T1/qtm/m/n/10 [4] REST-API: [][]$https : / / shubham-[]kanungo95 . medium . co m / exploring-[]ni^^\-[]rest-[]api-[]with-[]stopping-[]and-[]starting-[]a-[]pro cessor-[]cfeac9073c1c$[][] Overfull \hbox (24.53981pt too wide) in paragraph at lines 593--600 \T1/qtm/m/n/10 [6] Erro de Log cheio: [][]$https : / / stackover^^]ow . com / q uestions / 56220024 / apache-[]ni^^\-[]recovering-[]from-[]^^]ow^^\le-[]reposit ory-[]issue$[][] [13] Underfull \hbox (badness 10000) in paragraph at lines 615--618 []\T1/qtm/m/n/10 Nesta aba � pos-s�vel adi-cionar e con-fig-u-rar con-tro-lador es de servi�o ao NiFi. Ex-em-plo de con- Underfull \hbox (badness 10000) in paragraph at lines 615--618 \T1/qtm/m/n/10 tro-ladores s�o o DBCP-Con-nec-tion-Pool para conectar-se a um B D(para mais in-for-ma��es so-bre Underfull \hbox (badness 10000) in paragraph at lines 615--618 \T1/qtm/m/n/10 como conec-tar um banco con-ferir ar-quivo Nifi-clickhouse.md ne ste mesmo di-ret�rio) e o Json- Underfull \hbox (badness 7685) in paragraph at lines 615--618 \T1/qtm/m/n/10 TreeReader e Json-Record-SetWriter cu-jas fun��es s�o re-spec-ti -va-mente ler e es-cr-ever um ar-quivo Json. [14 <./Operate.png> <./Controladores.png> <./Processador.jpg>] [15 <./GenerateF lowFile.png> <./UpdateAttribute.png>] [16 <./ExecuteSql.png>] [17 <./PutDatabas eRecord.png> <./InvokeHTTP.png>] [18 <./Relacao.png> <./Filas.png>] [19] [20 <./Regiao.png> <./Uso-ExecuteSql.png>] [21 <./Uso-PutDatabase.png> <./Uso-H TTP.png> <./Transparencia.png>] Underfull \hbox (badness 10000) in paragraph at lines 741--744 []\T1/qtm/m/n/10 No campo HTTP URL foi es-crito: [][]https://api.portaldatransp arencia.gov.br/api-de-dados/despesas/plano- [22] [23 <./Transparencia-Header.png> <./Funil.png>] [24 <./Funil-Exemplo.png ( PNG copy)> <./template.png>] [25 <./menuTemplates.png> <./gerenciaTemplate.png> ] [26 <./uploadTemplate.png> <./Label.png>] Overfull \hbox (10.81494pt too wide) in paragraph at lines 806--811 [][]$\T1/qtm/m/n/10 https : / / shubham-[]kanungo95 . medium . com / exploring- []ni^^\-[]rest-[]api-[]with-[]stopping-[]and-[]starting-[]a-[]processor-[]cfeac 9073c1c$[][] [27 <./Label-Exemplo.png>] [28] Chapter 7. [29] [30] [31] [32] Chapter 8. [33] [34] [35] [36] Chapter 9. [37] [38] [39] [40] Chapter 10. [41] [42] Chapter 11. Underfull \hbox (badness 6364) in paragraph at lines 1593--1595 []\T1/qtm/m/n/10 Na m�quina nova, [][]in-stale a ver-s�o de pro-du��o[][] do Su -per-set. Antes de ro-dar \T1/txtt/m/n/10 docker compose []f [43] [44] Chapter 12. [45] [46 <./dashboard.png> <./SQL_Lab.png>] LaTeX Warning: Hyper reference `pages/Apache-Superset/Superset_uso:a-camada-sem _C3_A2ntica' on page 47 undefined on input line 1663. [47 <./SQL_Lab2.png>] [48] Chapter 13. Overfull \hbox (11.70996pt too wide) in paragraph at lines 1747--1752 \T1/qtm/m/n/10 [2] Mi-grando Su-per-set para Post-gres: [][]$https : / / medium . com / @aaronbannin / migrating-[]superset-[]to-[]postgres-[]63d2c96c5102$[][ ] Underfull \hbox (badness 10000) in paragraph at lines 1747--1752 \T1/qtm/m/n/10 [4] Im-por-tando da-dos em CSV para o Post-gres: [][]$https : / / www . postgresqltutorial . com / postgresql-[]tutorial / [49] [50] [51] [52] Chapter 14. [53] [54] Chapter 15. [55] [56] Chapter 16. [57] [58] Chapter 17. [59] [60] Chapter 18. [61] [62] [63] [64] [65] [66] [67] [68] Chapter 19. [69] [70] [71] [72] Chapter 20. Underfull \hbox (badness 5970) in paragraph at lines 2962--2966 \T1/qtm/m/n/10 OBS: Neste tu-to-rial n�o ser� necess�rio ed-i-tar os ar-quivos em \T1/txtt/m/n/10 /etc/clickhouse[]keeper/* \T1/qtm/m/n/10 e \T1/txtt/m/n/10 / etc/ [73] [74] Underfull \hbox (badness 10000) in paragraph at lines 3033--3035 \T1/qtm/m/n/10 Ap�s con-fig-u-rar to-dos os ar-quivos de con-fig-u-ra��o e rein i-ciar o servi�o com \T1/txtt/m/n/10 systemctl Underfull \hbox (badness 10000) in paragraph at lines 3033--3035 \T1/txtt/m/n/10 restart clickhouse[]server \T1/qtm/m/n/10 � pos-s�vel tes-tar a conex�o en-tre os nodes com o client do keeper [75] [76] [77] [78] Chapter 21. ! LaTeX Error: Unicode character ┌ (U+250C) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3188 ... ┌───────────┐ ! LaTeX Error: Unicode character ┐ (U+2510) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3188 ... ┌───────────┐ ! LaTeX Error: Unicode character ┬ (U+252C) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3190 ... └─────┬─────┘ ! LaTeX Error: Unicode character ┘ (U+2518) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3190 ... └─────┬─────┘ ! LaTeX Error: Unicode character ┌ (U+250C) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3192 ...�──┼─────────┐ ! LaTeX Error: Unicode character ┼ (U+253C) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3192 ...�──┼─────────┐ ! LaTeX Error: Unicode character ┐ (U+2510) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3192 ...�──┼─────────┐ ! LaTeX Error: Unicode character ┌ (U+250C) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3194 ...───┐ ┌───┴───┐ ! LaTeX Error: Unicode character ┴ (U+2534) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3194 ...───┐ ┌───┴───┐ ! LaTeX Error: Unicode character ┐ (U+2510) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3194 ...───┐ ┌───┴───┐ ! LaTeX Error: Unicode character ┌ (U+250C) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3194 ...───┐ ┌───┴───┐ ! LaTeX Error: Unicode character ┴ (U+2534) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3194 ...───┐ ┌───┴───┐ ! LaTeX Error: Unicode character ┐ (U+2510) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3194 ...───┐ ┌───┴───┐ ! LaTeX Error: Unicode character ┌ (U+250C) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3194 ...───┐ ┌───┴───┐ ! LaTeX Error: Unicode character ┴ (U+2534) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3194 ...───┐ ┌───┴───┐ ! LaTeX Error: Unicode character ┐ (U+2510) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3194 ...───┐ ┌───┴───┐ ! LaTeX Error: Unicode character ┘ (U+2518) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3196 ...───┘ └───────┘ ! LaTeX Error: Unicode character ┘ (U+2518) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3196 ...───┘ └───────┘ ! LaTeX Error: Unicode character ┘ (U+2518) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3196 ...───┘ └───────┘ [79] [80] Chapter 22. Underfull \hbox (badness 10000) in paragraph at lines 3220--3225 \T1/qtm/m/n/10 [2] In-sta-la��o: [][]$https : / / docs . getdbt . com / guides / manual-[]install$[][], [][]$https : / / docs . getdbt . com / docs / core / [81] [82 <./wp8203288.jpg>] Chapter 23. [83] ! LaTeX Error: Unicode character ≤ (U+2264) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3464 ...o de relações (=, !=, \textless{}, ≤ , \textgreater{}, ≥) ! LaTeX Error: Unicode character ≥ (U+2265) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3464 ...=, \textless{}, ≤, \textgreater{}, ≥ ) ! LaTeX Error: Unicode character ∈ (U+2208) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3468 ...do no formato tx.Ai o ty.Aj | Ai, Aj ∈ R; tx, ty ∈ r; o ∈ O ! LaTeX Error: Unicode character ∈ (U+2208) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3468 ...tx.Ai o ty.Aj | Ai, Aj ∈ R; tx, ty ∈ r; o ∈ O ! LaTeX Error: Unicode character ∈ (U+2208) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3468 ...y.Aj | Ai, Aj ∈ R; tx, ty ∈ r; o ∈ O ! LaTeX Error: Unicode character ∈ (U+2208) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3476 ...atisfazem, ou seja, etx,ty = \{p | p ∈ P, tx, ty |= p\} ! LaTeX Error: Unicode character ∀ (U+2200) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3480 ...nces de r, ou seja, Er = \{etx, ty | ∀ tx, ty ∈ r\} ! LaTeX Error: Unicode character ∈ (U+2208) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3480 ... ou seja, Er = \{etx, ty | ∀tx, ty ∈ r\} ! LaTeX Error: Unicode character φ (U+03C6) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3488 Uma denial constraint φ sobre a instância de relação r possui a s... ! LaTeX Error: Unicode character φ (U+03C6) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3491 ...∀tx, ty ∈ r, ¬(p1 ∧ . . . ∧ pm) ! LaTeX Error: Unicode character ∀ (U+2200) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3491 ...∀tx, ty ∈ r, ¬(p1 ∧ . . . ∧ pm) ! LaTeX Error: Unicode character ∈ (U+2208) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3491 ...∀tx, ty ∈ r, ¬(p1 ∧ . . . ∧ pm) ! LaTeX Error: Unicode character ∧ (U+2227) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3491 ...∀tx, ty ∈ r, ¬(p1 ∧ . . . ∧ pm) ! LaTeX Error: Unicode character ∧ (U+2227) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3491 ...∀tx, ty ∈ r, ¬(p1 ∧ . . . ∧ pm) ! LaTeX Error: Unicode character φ (U+03C6) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3495 onde φ é verdadeiro se e apenas se algum dos predicados p1, …, pm... ! LaTeX Error: Unicode character φ (U+03C6) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3498 tx, ty |= φ é usado para dizer que o par tx, ty satisfazem φ, e tx... ! LaTeX Error: Unicode character φ (U+03C6) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3498 ...ara dizer que o par tx, ty satisfazem φ , e tx, ty 6 |!= φ caso c... ! LaTeX Error: Unicode character φ (U+03C6) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3498 ... tx, ty satisfazem φ, e tx, ty 6 |!= φ caso contrário. ! LaTeX Error: Unicode character φ (U+03C6) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3504 Uma DC φ 1 é mínima se não existir nenhum outro φ2 tal que ambos ... ! LaTeX Error: Unicode character φ (U+03C6) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3504 ... mínima se não existir nenhum outro φ 2 tal que ambos são satis... ! LaTeX Error: Unicode character φ (U+03C6) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3504 ... satisfeitos por r e os predicados de φ 2 for um subconjunto dos p... ! LaTeX Error: Unicode character φ (U+03C6) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3504 ... for um subconjunto dos predicados de φ 1. [84] ! LaTeX Error: Unicode character φ (U+03C6) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3510 ... .Phone ∧ tx.Position != ty .Position) ! LaTeX Error: Unicode character ∧ (U+2227) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3510 ... .Phone ∧ tx.Position != ty .Position) ! LaTeX Error: Unicode character ∧ (U+2227) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3510 ... .Phone ∧ tx.Position != ty .Position) ! LaTeX Error: Unicode character φ (U+03C6) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3514 ...red ∧ tx.Salary \PYGZlt{} ty .Salary)) ! LaTeX Error: Unicode character ∧ (U+2227) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3514 ...red ∧ tx.Salary \PYGZlt{} ty .Salary)) ! LaTeX Error: Unicode character ∧ (U+2227) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3514 ...red ∧ tx.Salary \PYGZlt{} ty .Salary)) ! LaTeX Error: Unicode character φ (U+03C6) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3518 ... não satisfeita. O mesmo vale para o φ 2, em que se o salário de... ! LaTeX Error: Unicode character φ (U+03C6) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3527 ...y) |!= φ\PYGZcb{}| / |r| · (|r| − 1) ! LaTeX Error: Unicode character ∈ (U+2208) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3527 ...y) |!= φ\PYGZcb{}| / |r| · (|r| − 1) ! LaTeX Error: Unicode character φ (U+03C6) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3527 ...y) |!= φ\PYGZcb{}| / |r| · (|r| − 1) ! LaTeX Error: Unicode character − (U+2212) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3527 ...y) |!= φ\PYGZcb{}| / |r| · (|r| − 1) ! LaTeX Error: Unicode character ε (U+03B5) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3534 Dado um erro ε , 0 ≤ ε \textless{} 1, uma denial constraint φ é ... ! LaTeX Error: Unicode character ≤ (U+2264) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3534 Dado um erro ε, 0 ≤ ε \textless{} 1, uma denial constraint φ é ... ! LaTeX Error: Unicode character ε (U+03B5) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3534 Dado um erro ε, 0 ≤ ε \textless{} 1, uma denial constraint φ é ... ! LaTeX Error: Unicode character φ (U+03C6) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3534 ... \textless{} 1, uma denial constraint φ é ε\sphinxhyphen{}appro... ! LaTeX Error: Unicode character ε (U+03B5) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3534 ...less{} 1, uma denial constraint φ é ε \sphinxhyphen{}approximate... ! LaTeX Error: Unicode character φ (U+03C6) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3534 ...approximate em r se, e somente se, g1(φ ,r) for menor que ε. ! LaTeX Error: Unicode character ε (U+03B5) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3534 ... e somente se, g1(φ,r) for menor que ε . ! LaTeX Error: Unicode character ≤ (U+2264) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3662 \end{tabulary} ! LaTeX Error: Unicode character ≥ (U+2265) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3662 \end{tabulary} ! LaTeX Error: Unicode character ≤ (U+2264) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3662 \end{tabulary} ! LaTeX Error: Unicode character ≥ (U+2265) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3662 \end{tabulary} ! LaTeX Error: Unicode character ≤ (U+2264) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3662 \end{tabulary} ! LaTeX Error: Unicode character ≥ (U+2265) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3662 \end{tabulary} ! LaTeX Error: Unicode character ≤ (U+2264) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3662 \end{tabulary} ! LaTeX Error: Unicode character ≥ (U+2265) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3662 \end{tabulary} [85] ! LaTeX Error: Unicode character 〈 (U+3008) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3670 ...s em comuns. Considere o cluster c = 〈 k, l〉, onde k é um valo... ! LaTeX Error: Unicode character 〉 (U+3009) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.3670 ...muns. Considere o cluster c = 〈k, l〉 , onde k é um valor para ... [86] Chapter 24. Underfull \hbox (badness 10000) in paragraph at lines 3702--3706 \T1/qtm/m/n/10 [2] Mu-dar di-ret�rio: [][]$https : / / www . ibm . com / docs / en / z-[]logdata-[]analytics / 5 . 1 . 0 ? topic = [87] [88] [89] [90] Chapter 25. [91] [92] Chapter 26. [93] [94] Chapter 27. Underfull \hbox (badness 10000) in paragraph at lines 3999--4001 []\T1/qtm/m/n/10 Fa�a o down-load do driver do click-house para o Metabase em [ ][]$https : / / github . com / ClickHouse / Underfull \hbox (badness 10000) in paragraph at lines 4011--4013 []\T1/qtm/m/n/10 Mesma coisa dos �l-ti-mos t�pi-cos mas em bash, (METABASE_VERS ION e [95] [96] Chapter 28. [97] Underfull \hbox (badness 10000) in paragraph at lines 4143--4148 \T1/qtm/m/n/10 Para adi-cionar os ar-quivos a serem tra-bal-ha-dos, coloque o a r-quivo em: /Metanome/backend/WEB- [98] Chapter 29. [99] [100] [101] ! LaTeX Error: Unicode character   (U+3000) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.4373 ...count}\PYG{+w}{ }\PYG{k}{DESC}\PYG{p}{;} [102] Chapter 30. Overfull \hbox (144.66995pt too wide) in paragraph at lines 4404--4410 \T1/qtm/m/n/10 [1] Prometheus: [][]$https : / / schh . medium . com / monitorin g-[]postgresql-[]databases-[]using-[]postgres-[]exporter-[]along-[]with-[]prome theus-[]and-[]grafana-[]1d68209ca687$[][] Overfull \hbox (21.72992pt too wide) in paragraph at lines 4404--4410 \T1/qtm/m/n/10 [5] Grafana alert tem-plate: [][]$https : / / faun . pub / overv iew-[]of-[]grafana-[]alerting-[]and-[]message-[]templating-[]for-[]slack-[]6bb7 40ec44af$[][] [103] [104] [105] Underfull \vbox (badness 1226) detected at line 4629 [106] [107] [108] [109] [110] Chapter 31. Overfull \hbox (4.36993pt too wide) in paragraph at lines 4809--4816 \T1/qtm/m/n/10 [2] Tele-graf setup: [][]$https : / / www . in^^]uxdata . com / blog / monitoring-[]your-[]postgresql-[]database-[]with-[]telegraf-[]and-[]in^^ ]uxdb/$[][] [111] [112] Chapter 32. [113] [114] Chapter 33. [115] [116] [117] [118] [119] Underfull \hbox (badness 10000) in paragraph at lines 5138--5140 [120] [121] [122] [123] [124] Chapter 34. Underfull \hbox (badness 10000) in paragraph at lines 5424--5427 \T1/qtm/m/n/10 [2] [ex-per-i-men-tal] Ma-te-ri-al-ized-Post-greSQL: [][]$https : / / clickhouse . com / docs / en / engines / database-[]engines / [125] [126] Chapter 35. [127] [128] Chapter 36. [129] [130] Chapter 37. Overfull \hbox (6.64983pt too wide) in paragraph at lines 5594--5600 \T1/qtm/m/n/10 [2] Repli-ca-tion Failover: [][]$https : / / www . highgo . ca / 2023 / 04 / 10 / setting-[]up-[]postgresql-[]failover-[]and-[]failback-[]the-[ ]right-[]way/$[][] Overfull \hbox (135.9291pt too wide) in paragraph at lines 5594--5600 \T1/qtm/m/n/10 [4] En-ter-priseDB log ship-ping: [][]$https : / / www . enterpr isedb . com / blog / how-[]set-[]streaming-[]replication-[]keep-[]your-[]postgr esql-[]database-[]performant-[]and-[]date$[][] [131] [132] [133] [134] Chapter 38. Underfull \hbox (badness 6380) in paragraph at lines 5743--5749 \T1/qtm/m/n/10 [4] [][]$https : / / raw . githubusercontent . com / 2ndQuadrant / repmgr / master / repmgr . conf . sample$[][] (ex-pli-ca��o de to-das as Overfull \hbox (8.3699pt too wide) in paragraph at lines 5743--5749 \T1/qtm/m/n/10 [5] Setup com-pleto: [][]$https : / / medium . com / @victor . b oissiere / how-[]to-[]setup-[]postgresql-[]cluster-[]with-[]repmgr-[]febc2f10c2 43$[][] [135] [136] [137] [138] Chapter 39. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Introdu_C3_A7_C3_A3o' on page 139 undefined on input line 5970. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Amea_C3_A7as-e-aborda gens-de-mitiga_C3_A7_C3_A3o' on page 139 undefined on input line 5974. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Criptografia-de-dados ' on page 139 undefined on input line 5978. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Tipos-de-dados' on pa ge 139 undefined on input line 5982. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Dados-em-repouso' on page 139 undefined on input line 5986. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Dados-em-movimento' o n page 139 undefined on input line 5990. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Criptografia-transpar ente-de-dados' on page 139 undefined on input line 5996. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Arquitetura-de-cripto grafia' on page 139 undefined on input line 6002. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Modelo-de-criptografi a' on page 139 undefined on input line 6006. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Abordagem-de-1-n_C3_A Dvel' on page 139 undefined on input line 6010. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Abordagem-de-2-n_C3_A Dveis' on page 139 undefined on input line 6014. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Gerenciamento-de-chav es' on page 139 undefined on input line 6020. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Rota_C3_A7_C3_A3o-da- chave-mestra' on page 139 undefined on input line 6024. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Alvos-de-criptografia ' on page 139 undefined on input line 6028. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Criptografia-de-table space-e-coluna' on page 139 undefined on input line 6032. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:M_C3_A9todos-de-cript ografia-de-dados' on page 139 undefined on input line 6040. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Criptografia-online-v ersus-offline' on page 139 undefined on input line 6044. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Implementa_C3_A7_C3_B 5es-de-criptografia-dispon_C3_ADveis' on page 139 undefined on input line 6050. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Op_C3_A7_C3_B5es-de-c riptografia-do-MySQL' on page 139 undefined on input line 6054. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:MySQL-InnoDB' on page 139 undefined on input line 6058. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:MySQL-Enterprise-Edit ion' on page 139 undefined on input line 6062. [139] LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Op_C3_A7_C3_B5es-de-c riptografia-do-PostgreSQL' on page 140 undefined on input line 6068. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Pgsql-hackers-TDE' on page 140 undefined on input line 6072. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Cybertech-Postgres-TD E' on page 140 undefined on input line 6076. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:EnterpriseDB-Postgres -TDE' on page 140 undefined on input line 6080. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Op_C3_A7_C3_B5es-de-c riptografia-do-Oracle' on page 140 undefined on input line 6086. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Oracle-TDE' on page 1 40 undefined on input line 6090. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Compara_C3_A7_C3_A3o- de-desempenho' on page 140 undefined on input line 6098. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Conclus_C3_B5es' on p age 140 undefined on input line 6102. LaTeX Warning: Hyper reference `pages/Seguranca/seguranca:Ap_C3_AAndice' on pag e 140 undefined on input line 6106. [140] [141] [142] [143] [144] [145] [146] [147] [148] [149] Underfull \hbox (badness 10000) in paragraph at lines 7088--7090 []\T1/qtm/m/n/10 Ad-vanced Se-cu-rity Guide ^^V docs.oracle.com. [][]$https : / / docs . oracle . com / en / database / Underfull \hbox (badness 10000) in paragraph at lines 7088--7090 \T1/qtm/m/n/10 oracle / oracle-[]database / 19 / asoag / introduction-[]to-[]tr ansparent-[]data-[]encryption . html # Underfull \hbox (badness 10000) in paragraph at lines 7100--7102 []\T1/qtm/m/n/10 Data Pro-tec-tion: Data In tran-sit vs. Data At Rest ^^V dig-i -tal-guardian.com. Underfull \hbox (badness 10000) in paragraph at lines 7100--7102 [][]\T1/qtm/m/n/10 https://www.digitalguardian.com/blog/data-protection-data-in -transit-vs-data-at-rest#:~:text=Data at rest is [150] Underfull \hbox (badness 10000) in paragraph at lines 7136--7138 []\T1/qtm/m/n/10 What is TDE? ^^V docs.delphix.com. [][]$https : / / docs . del phix . com / docs609 / datasets / [151] [152] Chapter 40. [153] [154] Chapter 41. [155] [156] Chapter 42. [157] [158] Chapter 43. [159] [160] Chapter 44. [161] [162] Chapter 45. [163 <./diagrama.drawio.png>] [164] Chapter 46. Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 NOT NULL, Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 \T1/qtm/m/n/10 UNIQUE, PRI- Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 VAR- Overfull \hbox (13.72525pt too wide) in paragraph at lines 7713--7713 \T1/qtm/m/n/10 CHAR(255)| Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 VAR- Overfull \hbox (13.72525pt too wide) in paragraph at lines 7713--7713 \T1/qtm/m/n/10 CHAR(255)| Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 NOT NULL, Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 VAR- Overfull \hbox (13.72525pt too wide) in paragraph at lines 7713--7713 \T1/qtm/m/n/10 CHAR(255)| Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 VAR- Overfull \hbox (13.72525pt too wide) in paragraph at lines 7713--7713 \T1/qtm/m/n/10 CHAR(255)| Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 NOT NULL, Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 TIMES- Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 up- Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 TIMES- Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 de-scrip- Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 TIMES- Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 VAR- Overfull \hbox (13.72525pt too wide) in paragraph at lines 7713--7713 \T1/qtm/m/n/10 CHAR(255)| Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 con- Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 TIMES- Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 con-fir-ma- Overfull \hbox (5.01634pt too wide) in paragraph at lines 7713--7713 \T1/qtm/m/n/10 tion_sent_at| Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 TIMES- Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 TIMES- Overfull \hbox (11.80525pt too wide) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 BOOLEAN| Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 re-ac-ti- Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 TIMES- Overfull \hbox (8.19635pt too wide) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 user_stats_id| Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 []\T1/qtm/m/n/10 NOT NULL, Underfull \hbox (badness 10000) in paragraph at lines 7713--7713 \T1/qtm/m/n/10 UNIQUE, [165] Underfull \hbox (badness 10000) in paragraph at lines 7887--7887 []\T1/qtm/m/n/10 NOT NULL, PRI- Underfull \hbox (badness 10000) in paragraph at lines 7887--7887 []\T1/qtm/m/n/10 NU- Underfull \hbox (badness 10000) in paragraph at lines 7887--7887 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 7887--7887 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 7887--7887 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 7887--7887 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 7887--7887 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 7887--7887 []\T1/qtm/m/n/10 sub-mit- Underfull \hbox (badness 10000) in paragraph at lines 7887--7887 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 7887--7887 []\T1/qtm/m/n/10 ap- Overfull \hbox (7.07484pt too wide) in paragraph at lines 7887--7887 \T1/qtm/m/n/10 proved_resources| Underfull \hbox (badness 10000) in paragraph at lines 7887--7887 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 7887--7887 []\T1/qtm/m/n/10 re- Overfull \hbox (4.14487pt too wide) in paragraph at lines 7887--7887 \T1/qtm/m/n/10 viewd_resources| Underfull \hbox (badness 10000) in paragraph at lines 7887--7887 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 7887--7887 []\T1/qtm/m/n/10 IN-TE- [166] Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qhv/m/n/10 Atrib- Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 SE- Underfull \hbox (badness 5022) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 NOT NULL, PRI- Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 \T1/qtm/m/n/10 MARY KEY, Overfull \hbox (13.058pt too wide) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 bucket_key| Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 VAR- Overfull \hbox (17.4743pt too wide) in paragraph at lines 8126--8126 \T1/qtm/m/n/10 CHAR(255)| Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 VAR- Overfull \hbox (17.4743pt too wide) in paragraph at lines 8126--8126 \T1/qtm/m/n/10 CHAR(255)| Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 thumb- Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 VAR- Overfull \hbox (17.4743pt too wide) in paragraph at lines 8126--8126 \T1/qtm/m/n/10 CHAR(255)| Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 VAR- Overfull \hbox (17.4743pt too wide) in paragraph at lines 8126--8126 \T1/qtm/m/n/10 CHAR(255)| Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 VAR- Overfull \hbox (17.4743pt too wide) in paragraph at lines 8126--8126 \T1/qtm/m/n/10 CHAR(255)| Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 de- Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 \T1/qtm/m/n/10 scrip- Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 cre- Overfull \hbox (1.3643pt too wide) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 TIMES- Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 up- Overfull \hbox (1.738pt too wide) in paragraph at lines 8126--8126 \T1/qtm/m/n/10 dated_at| Overfull \hbox (1.3643pt too wide) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 TIMES- Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 sub- Overfull \hbox (2.858pt too wide) in paragraph at lines 8126--8126 \T1/qtm/m/n/10 mited_at| Overfull \hbox (1.3643pt too wide) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 TIMES- Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 pub- Overfull \hbox (3.968pt too wide) in paragraph at lines 8126--8126 \T1/qtm/m/n/10 lished_at| Overfull \hbox (1.3643pt too wide) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 TIMES- Overfull \hbox (8.95801pt too wide) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 deleted_at| Overfull \hbox (1.3643pt too wide) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 TIMES- Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 UNIQUE, NOT Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 ob- Overfull \hbox (17.298pt too wide) in paragraph at lines 8126--8126 \T1/qtm/m/n/10 ject_type_id| Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 UNIQUE, Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 \T1/qtm/m/n/10 NOT NULL, Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 li- Overfull \hbox (2.848pt too wide) in paragraph at lines 8126--8126 \T1/qtm/m/n/10 cense_id| Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 UNIQUE, Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 \T1/qtm/m/n/10 NOT NULL, Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 re- Overfull \hbox (29.36801pt too wide) in paragraph at lines 8126--8126 \T1/qtm/m/n/10 source_stats_id| Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 []\T1/qtm/m/n/10 NOT NULL, Underfull \hbox (badness 10000) in paragraph at lines 8126--8126 \T1/qtm/m/n/10 UNIQUE, [167] Underfull \hbox (badness 10000) in paragraph at lines 8248--8248 []\T1/qhv/m/n/10 Atrib- Underfull \hbox (badness 10000) in paragraph at lines 8248--8248 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 8248--8248 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 8248--8248 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 8248--8248 []\T1/qtm/m/n/10 down- Underfull \hbox (badness 10000) in paragraph at lines 8248--8248 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 8248--8248 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 8248--8248 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 8248--8248 []\T1/qtm/m/n/10 NU- [168] Underfull \hbox (badness 10000) in paragraph at lines 8409--8409 []\T1/qtm/m/n/10 NOT NULL, Underfull \hbox (badness 10000) in paragraph at lines 8409--8409 \T1/qtm/m/n/10 UNIQUE, PRI- Underfull \hbox (badness 10000) in paragraph at lines 8409--8409 []\T1/qtm/m/n/10 VAR- Overfull \hbox (14.32556pt too wide) in paragraph at lines 8409--8409 \T1/qtm/m/n/10 CHAR(255)| Underfull \hbox (badness 10000) in paragraph at lines 8409--8409 []\T1/qtm/m/n/10 de-scrip- Overfull \hbox (3.50598pt too wide) in paragraph at lines 8409--8409 []\T1/qtm/m/n/10 is_private| Overfull \hbox (12.40556pt too wide) in paragraph at lines 8409--8409 []\T1/qtm/m/n/10 BOOLEAN| Underfull \hbox (badness 10000) in paragraph at lines 8409--8409 []\T1/qtm/m/n/10 cre- Underfull \hbox (badness 10000) in paragraph at lines 8409--8409 []\T1/qtm/m/n/10 TIMES- Underfull \hbox (badness 10000) in paragraph at lines 8409--8409 []\T1/qtm/m/n/10 up- Underfull \hbox (badness 10000) in paragraph at lines 8409--8409 []\T1/qtm/m/n/10 TIMES- Overfull \hbox (5.216pt too wide) in paragraph at lines 8409--8409 []\T1/qtm/m/n/10 deleted_at| Underfull \hbox (badness 10000) in paragraph at lines 8409--8409 []\T1/qtm/m/n/10 TIMES- Underfull \hbox (badness 10000) in paragraph at lines 8409--8409 []\T1/qtm/m/n/10 thumb- Underfull \hbox (badness 10000) in paragraph at lines 8409--8409 []\T1/qtm/m/n/10 VAR- Overfull \hbox (14.32556pt too wide) in paragraph at lines 8409--8409 \T1/qtm/m/n/10 CHAR(255)| Underfull \hbox (badness 10000) in paragraph at lines 8409--8409 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 8409--8409 []\T1/qtm/m/n/10 NOT NULL, Underfull \hbox (badness 10000) in paragraph at lines 8409--8409 \T1/qtm/m/n/10 UNIQUE, Underfull \hbox (badness 10000) in paragraph at lines 8409--8409 []\T1/qtm/m/n/10 col- Overfull \hbox (22.306pt too wide) in paragraph at lines 8409--8409 \T1/qtm/m/n/10 letion_stats_id| Underfull \hbox (badness 10000) in paragraph at lines 8409--8409 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 8409--8409 []\T1/qtm/m/n/10 NOT NULL, Underfull \hbox (badness 10000) in paragraph at lines 8409--8409 \T1/qtm/m/n/10 UNIQUE, [169] Underfull \hbox (badness 10000) in paragraph at lines 8531--8531 []\T1/qhv/m/n/10 Atrib- Underfull \hbox (badness 10000) in paragraph at lines 8531--8531 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 8531--8531 []\T1/qtm/m/n/10 down- Underfull \hbox (badness 10000) in paragraph at lines 8531--8531 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 8531--8531 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 8531--8531 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 8531--8531 []\T1/qtm/m/n/10 NU- Underfull \hbox (badness 10000) in paragraph at lines 8531--8531 []\T1/qtm/m/n/10 IN-TE- [170] Underfull \hbox (badness 10000) in paragraph at lines 8588--8588 []\T1/qhv/m/n/10 Atrib- Underfull \hbox (badness 10000) in paragraph at lines 8588--8588 []\T1/qtm/m/n/10 VAR- Underfull \hbox (badness 10000) in paragraph at lines 8671--8671 []\T1/qhv/m/n/10 Atrib- Underfull \hbox (badness 10000) in paragraph at lines 8671--8671 []\T1/qtm/m/n/10 VAR- Underfull \hbox (badness 10000) in paragraph at lines 8671--8671 []\T1/qtm/m/n/10 de- Underfull \hbox (badness 10000) in paragraph at lines 8671--8671 []\T1/qtm/m/n/10 VAR- Underfull \hbox (badness 10000) in paragraph at lines 8741--8741 []\T1/qhv/m/n/10 Atrib- Underfull \hbox (badness 10000) in paragraph at lines 8741--8741 []\T1/qtm/m/n/10 VAR- Underfull \hbox (badness 10000) in paragraph at lines 8741--8741 []\T1/qtm/m/n/10 VAR- Underfull \hbox (badness 10000) in paragraph at lines 8741--8741 []\T1/qtm/m/n/10 C�digo da lin-guagem (ex: pt(Portugu�s), [171] Underfull \hbox (badness 10000) in paragraph at lines 8798--8798 []\T1/qhv/m/n/10 Atrib- Underfull \hbox (badness 10000) in paragraph at lines 8798--8798 []\T1/qtm/m/n/10 VAR- Underfull \hbox (badness 10000) in paragraph at lines 8855--8855 []\T1/qhv/m/n/10 Atrib- Underfull \hbox (badness 10000) in paragraph at lines 8855--8855 []\T1/qtm/m/n/10 VAR- Overfull \hbox (8.29337pt too wide) in paragraph at lines 9055--9055 []\T1/qtm/m/n/10 is_accepted| Overfull \hbox (4.25497pt too wide) in paragraph at lines 9055--9055 []\T1/qtm/m/n/10 BOOLEAN| Underfull \hbox (badness 10000) in paragraph at lines 9055--9055 []\T1/qtm/m/n/10 jus-ti-fi-ca- Underfull \hbox (badness 10000) in paragraph at lines 9055--9055 []\T1/qtm/m/n/10 re- Overfull \hbox (0.52336pt too wide) in paragraph at lines 9055--9055 \T1/qtm/m/n/10 source_id| Underfull \hbox (badness 10000) in paragraph at lines 9055--9055 []\T1/qtm/m/n/10 NOT NULL, FOR-EIGN Underfull \hbox (badness 10000) in paragraph at lines 9055--9055 []\T1/qtm/m/n/10 sub-mit- Underfull \hbox (badness 10000) in paragraph at lines 9055--9055 []\T1/qtm/m/n/10 NOT NULL, FOR-EIGN Underfull \hbox (badness 10000) in paragraph at lines 9055--9055 []\T1/qtm/m/n/10 cu-ra- Underfull \hbox (badness 10000) in paragraph at lines 9055--9055 []\T1/qtm/m/n/10 cre- Underfull \hbox (badness 10000) in paragraph at lines 9055--9055 []\T1/qtm/m/n/10 TIMES- Underfull \hbox (badness 10000) in paragraph at lines 9055--9055 []\T1/qtm/m/n/10 up- Underfull \hbox (badness 10000) in paragraph at lines 9055--9055 []\T1/qtm/m/n/10 TIMES- Underfull \hbox (badness 10000) in paragraph at lines 9055--9055 []\T1/qtm/m/n/10 an- Overfull \hbox (1.88335pt too wide) in paragraph at lines 9055--9055 \T1/qtm/m/n/10 swered_at| Underfull \hbox (badness 10000) in paragraph at lines 9055--9055 []\T1/qtm/m/n/10 TIMES- Overfull \hbox (4.25497pt too wide) in paragraph at lines 9055--9055 []\T1/qtm/m/n/10 BOOLEAN| Overfull \hbox (4.25497pt too wide) in paragraph at lines 9055--9055 []\T1/qtm/m/n/10 BOOLEAN| Overfull \hbox (4.25497pt too wide) in paragraph at lines 9055--9055 []\T1/qtm/m/n/10 BOOLEAN| Overfull \hbox (4.25497pt too wide) in paragraph at lines 9055--9055 []\T1/qtm/m/n/10 BOOLEAN| [172] Underfull \hbox (badness 10000) in paragraph at lines 9255--9255 []\T1/qtm/m/n/10 de- Underfull \hbox (badness 10000) in paragraph at lines 9255--9255 []\T1/qtm/m/n/10 NOT NULL, FOR-EIGN Underfull \hbox (badness 10000) in paragraph at lines 9255--9255 []\T1/qtm/m/n/10 re- Underfull \hbox (badness 10000) in paragraph at lines 9255--9255 []\T1/qtm/m/n/10 col-lec- Underfull \hbox (badness 10000) in paragraph at lines 9255--9255 []\T1/qtm/m/n/10 eval-u- Underfull \hbox (badness 10000) in paragraph at lines 9255--9255 []\T1/qtm/m/n/10 TIMES- Underfull \hbox (badness 10000) in paragraph at lines 9255--9255 []\T1/qtm/m/n/10 TIMES- [173] Underfull \hbox (badness 10000) in paragraph at lines 9351--9351 []\T1/qhv/m/n/10 Atrib- Underfull \hbox (badness 10000) in paragraph at lines 9351--9351 []\T1/qtm/m/n/10 PRI-MARY KEY, Underfull \hbox (badness 10000) in paragraph at lines 9351--9351 []\T1/qtm/m/n/10 NOT NULL, Underfull \hbox (badness 10000) in paragraph at lines 9351--9351 []\T1/qtm/m/n/10 de-scrip- Underfull \hbox (badness 10000) in paragraph at lines 9351--9351 []\T1/qtm/m/n/10 cre- Underfull \hbox (badness 10000) in paragraph at lines 9351--9351 []\T1/qtm/m/n/10 TIMES-TAMP WITH-OUT Underfull \hbox (badness 10000) in paragraph at lines 9351--9351 []\T1/qtm/m/n/10 up- Overfull \hbox (1.19969pt too wide) in paragraph at lines 9351--9351 \T1/qtm/m/n/10 dated_at| Underfull \hbox (badness 10000) in paragraph at lines 9351--9351 []\T1/qtm/m/n/10 TIMES-TAMP WITH-OUT [174] Underfull \hbox (badness 7925) in paragraph at lines 9486--9486 []\T1/qtm/m/n/10 PRI-MARY KEY, NOT Underfull \hbox (badness 10000) in paragraph at lines 9486--9486 []\T1/qtm/m/n/10 de-scrip- Underfull \hbox (badness 10000) in paragraph at lines 9486--9486 []\T1/qtm/m/n/10 cre- Underfull \hbox (badness 10000) in paragraph at lines 9486--9486 []\T1/qtm/m/n/10 up- Underfull \hbox (badness 10000) in paragraph at lines 9647--9647 []\T1/qtm/m/n/10 PRI-MARY KEY, Underfull \hbox (badness 10000) in paragraph at lines 9647--9647 []\T1/qtm/m/n/10 re- Overfull \hbox (16.04749pt too wide) in paragraph at lines 9647--9647 \T1/qtm/m/n/10 ward_experience| Underfull \hbox (badness 10000) in paragraph at lines 9647--9647 []\T1/qtm/m/n/10 re- Underfull \hbox (badness 10000) in paragraph at lines 9647--9647 []\T1/qtm/m/n/10 TIMES-TAMP WITH-OUT Underfull \hbox (badness 10000) in paragraph at lines 9647--9647 []\T1/qtm/m/n/10 TIMES-TAMP WITH-OUT [175] Underfull \hbox (badness 10000) in paragraph at lines 9782--9782 []\T1/qtm/m/n/10 NOT NULL, FOR-EIGN Underfull \hbox (badness 10000) in paragraph at lines 9782--9782 []\T1/qtm/m/n/10 NOT NULL, FOR-EIGN Underfull \hbox (badness 10000) in paragraph at lines 9782--9782 []\T1/qtm/m/n/10 tar- Overfull \hbox (2.75192pt too wide) in paragraph at lines 9782--9782 \T1/qtm/m/n/10 get_resource_id| Underfull \hbox (badness 10000) in paragraph at lines 9782--9782 []\T1/qtm/m/n/10 tar- Overfull \hbox (8.32191pt too wide) in paragraph at lines 9782--9782 \T1/qtm/m/n/10 get_collection_id| Underfull \hbox (badness 10000) in paragraph at lines 9782--9782 []\T1/qtm/m/n/10 TIMES- Underfull \hbox (badness 10000) in paragraph at lines 9782--9782 []\T1/qtm/m/n/10 TIMES- Underfull \hbox (badness 10000) in paragraph at lines 9904--9904 []\T1/qtm/m/n/10 VAR- Underfull \hbox (badness 10000) in paragraph at lines 9904--9904 []\T1/qtm/m/n/10 VAR- Underfull \hbox (badness 10000) in paragraph at lines 9904--9904 []\T1/qtm/m/n/10 up- [176] Underfull \hbox (badness 10000) in paragraph at lines 9987--9987 []\T1/qtm/m/n/10 NOT NULL, PRI-MARY KEY, Underfull \hbox (badness 10000) in paragraph at lines 9987--9987 []\T1/qtm/m/n/10 VAR- Underfull \hbox (badness 10000) in paragraph at lines 9987--9987 []\T1/qtm/m/n/10 cre- Underfull \hbox (badness 10000) in paragraph at lines 9987--9987 []\T1/qtm/m/n/10 up- [177] [178] Chapter 47. Underfull \hbox (badness 10000) in paragraph at lines 10161--10161 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 10161--10161 []\T1/qtm/m/n/10 NOT NULL, FOR-EIGN Underfull \hbox (badness 10000) in paragraph at lines 10161--10161 []\T1/qtm/m/n/10 Refer-�n-cia ao iden-ti-fi-cador �nico da tabela Underfull \hbox (badness 10000) in paragraph at lines 10161--10161 []\T1/qtm/m/n/10 lan- Underfull \hbox (badness 10000) in paragraph at lines 10161--10161 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 10161--10161 []\T1/qtm/m/n/10 NOT NULL, FOR-EIGN Underfull \hbox (badness 10000) in paragraph at lines 10161--10161 []\T1/qtm/m/n/10 Refer-�n-cia ao iden-ti-fi-cador �nico da tabela [179] Underfull \hbox (badness 10000) in paragraph at lines 10275--10275 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 10275--10275 []\T1/qtm/m/n/10 NOT NULL, FOR-EIGN Underfull \hbox (badness 10000) in paragraph at lines 10275--10275 []\T1/qtm/m/n/10 achieve- Underfull \hbox (badness 10000) in paragraph at lines 10275--10275 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 10275--10275 []\T1/qtm/m/n/10 NOT NULL, FOR-EIGN Underfull \hbox (badness 10000) in paragraph at lines 10275--10275 []\T1/qtm/m/n/10 Refer-�n-cia ao iden-ti-fi-cador �nico da tabela Underfull \hbox (badness 10000) in paragraph at lines 10389--10389 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 10389--10389 []\T1/qtm/m/n/10 NOT NULL, FOR-EIGN Underfull \hbox (badness 10000) in paragraph at lines 10389--10389 []\T1/qtm/m/n/10 in-sti-tu- Underfull \hbox (badness 10000) in paragraph at lines 10389--10389 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 10389--10389 []\T1/qtm/m/n/10 NOT NULL, FOR-EIGN [180] Underfull \hbox (badness 10000) in paragraph at lines 10447--10447 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 10447--10447 []\T1/qtm/m/n/10 NOT NULL, FOR-EIGN Underfull \hbox (badness 10000) in paragraph at lines 10447--10447 []\T1/qtm/m/n/10 re- Underfull \hbox (badness 10000) in paragraph at lines 10447--10447 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 10447--10447 []\T1/qtm/m/n/10 NOT NULL, FOR-EIGN Underfull \hbox (badness 10000) in paragraph at lines 10447--10447 []\T1/qtm/m/n/10 Refer-�n-cia ao iden-ti-fi-cador �nico da tabela Underfull \hbox (badness 10000) in paragraph at lines 10505--10505 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 10505--10505 []\T1/qtm/m/n/10 NOT NULL, FOR-EIGN Underfull \hbox (badness 10000) in paragraph at lines 10505--10505 []\T1/qtm/m/n/10 re- Underfull \hbox (badness 10000) in paragraph at lines 10505--10505 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 10505--10505 []\T1/qtm/m/n/10 NOT NULL, FOR-EIGN Underfull \hbox (badness 10000) in paragraph at lines 10505--10505 []\T1/qtm/m/n/10 Refer-�n-cia ao iden-ti-fi-cador �nico da tabela Underfull \hbox (badness 10000) in paragraph at lines 10562--10562 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 10562--10562 []\T1/qtm/m/n/10 ed-u-ca- Underfull \hbox (badness 10000) in paragraph at lines 10562--10562 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 10562--10562 []\T1/qtm/m/n/10 Refer-�n-cia ao iden-ti-fi-cador �nico da tabela Underfull \hbox (badness 10000) in paragraph at lines 10619--10619 []\T1/qtm/m/n/10 col-lec- Underfull \hbox (badness 10000) in paragraph at lines 10619--10619 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 10619--10619 []\T1/qtm/m/n/10 NOT NULL, FOR-EIGN Underfull \hbox (badness 10000) in paragraph at lines 10619--10619 []\T1/qtm/m/n/10 Refer-�n-cia ao iden-ti-fi-cador �nico da tabela Underfull \hbox (badness 10000) in paragraph at lines 10619--10619 []\T1/qtm/m/n/10 IN-TE- Underfull \hbox (badness 10000) in paragraph at lines 10619--10619 []\T1/qtm/m/n/10 NOT NULL, FOR-EIGN [181] [182] Chapter 48. [183] Underfull \vbox (badness 10000) detected at line 10950 Underfull \vbox (badness 10000) detected at line 10950 [184] Underfull \vbox (badness 10000) detected at line 10950 Underfull \vbox (badness 10000) detected at line 10950 [185] Underfull \vbox (badness 10000) detected at line 10950 Underfull \vbox (badness 10000) detected at line 10950 [186] Underfull \vbox (badness 10000) detected at line 10950 Underfull \vbox (badness 10000) detected at line 10950 [187] Underfull \vbox (badness 10000) detected at line 10950 Underfull \vbox (badness 10000) detected at line 10950 [188] (./documentation-db.ind) [189] (./documentation-db.aux) LaTeX Warning: There were undefined references. ) (see the transcript file for additional information){/usr/share/texmf/fonts/enc /dvips/tex-gyre/q-ec.enc}{/usr/share/texlive/texmf-dist/fonts/enc/dvips/base/8r .enc}{/usr/share/texmf/fonts/enc/dvips/tex-gyre/q-ts1.enc} Output written on documentation-db.pdf (199 pages, 2980777 bytes). Transcript written on documentation-db.log. Latexmk: Index file 'documentation-db.idx' was written Latexmk: Log file says output to 'documentation-db.pdf' Collected error summary (may duplicate other messages): pdflatex: Command for 'pdflatex' gave return code 1 Refer to 'documentation-db.log' for details Latexmk: Examining 'documentation-db.log' === TeX engine is 'pdfTeX' Latexmk: Errors, in force_mode: so I tried finishing targets