Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NG: Thoroughly modernize content and appearance #33

Merged
merged 22 commits into from
Aug 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
5acee93
Chore: Update .gitignore
amotl Aug 1, 2023
46b4012
Chore: Update to `crate-docs` 2.1.1
amotl Aug 1, 2023
29c84b0
CI: Update GHA recipe versions
amotl Aug 1, 2023
871e0f7
RTD: Update to Python 3.11
amotl Aug 1, 2023
55857c3
Chore: Update development instructions, use GHA instead of Travis
amotl Aug 1, 2023
6cad063
NG: Add "Client libraries" / "connect" section
amotl Aug 1, 2023
1f8436b
NG: Add sections "IDEs", "CLI", "Analytics", "ETL", and "Visualization"
amotl Aug 1, 2023
f2cf865
NG: Rework index page
amotl Aug 1, 2023
6c84fd3
NG: Carry over and improve "Contributions are welcome" admonition
amotl Aug 1, 2023
f756c28
Chore: Trim LICENSE file
amotl Aug 1, 2023
a4e4099
NG: Refactor maintenance-related content from README to MAINTAINERS
amotl Aug 1, 2023
5c18342
NG: Adjust wording
amotl Aug 1, 2023
564b3bf
NG/Home: Define toctree labels and improve wording
amotl Aug 2, 2023
3911172
NG/Connect: Improve sections "Introduction" and "Guides"
amotl Aug 2, 2023
101aa76
NG/CLI: Give page a dedicated page layout, with code examples
amotl Aug 2, 2023
9806b99
NG/Connect: Improve "Configure" section about connection properties
amotl Aug 2, 2023
af4c575
Add backlog bookkeeping file
amotl Aug 2, 2023
611dab4
NG/IDE: Improve wording
amotl Aug 2, 2023
ec74ad8
NG/IDE: Add "pgAdmin"
amotl Aug 2, 2023
0801eb1
NG/Connect: Add Npgsql driver for .NET
amotl Aug 2, 2023
9d6ad18
Update backlog
amotl Aug 2, 2023
6e25601
NG/IDE: Remove DataGrip and pgAdmin again, they do not work
amotl Aug 2, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ on:
pull_request: ~
push:
branches:
- master
- main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
documentation:
Expand All @@ -15,11 +19,11 @@ jobs:
os: [ubuntu-latest, macos-latest]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: 3.7
python-version: 3.11
- name: Build docs
run: |
cd docs && make check
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
.crate-docs
.DS_Store
.env
.idea
.style
.utils
*.lint
13 changes: 12 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
# .readthedocs.yml
# Read the Docs configuration file

# Details
# - https://docs.readthedocs.io/en/stable/config-file/v2.html

# Required
version: 2

build:
os: "ubuntu-22.04"
tools:
python: "3.11"

sphinx:
builder: html
configuration: docs/conf.py
fail_on_warning: true

python:
version: 3.7
install:
- requirements: docs/requirements.txt
59 changes: 59 additions & 0 deletions BACKLOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
# Backlog


## Iteration +1
- [ ] Add item about Admin UI
- [ ] Add item about `psycopg3`
- [ ] Connect: Add more properties, like `schema`

## Iteration +2
- [ ] Refer to more artefacts/resources
- Prometheus (Server Metrics/Monitoring)
- Terraform (Administration)
- [ ] Add section about testing frameworks
- [ ] Add section "highlights", or "awesome", bundling corresponding resources.
- https://community.crate.io/t/how-we-scaled-ingestion-to-one-million-rows-per-second/1069
- [ ] Add [HTTPie Desktop]
Screenshot: https://github.com/crate/crate-clients-tools/assets/453543/9f724518-ee83-43ac-9ea1-7be63e7c9805

## Iteration +3
- [ ] Drivers: Outline multiple dimensions
- protocol: http vs. pg
- maintained/unmaintained
- recommended
- [ ] Drivers: Layout overview list/table differently, to better convey more detailed
information per item. Maybe use [Info Card].

## Evaluate

- Via https://getsqlpad.com/en/introduction/#alternatives
- [Querybook](https://www.querybook.org/) (open source)
- [Superset](https://github.com/apache/superset) (open source) / [Preset](https://preset.io/) (company)
- [Chartbrew](https://github.com/chartbrew/chartbrew) (open source) / [Chartbrew](https://chartbrew.com/) (company)
- [Lightdash](https://github.com/lightdash/lightdash) (open source) / [Lightdash](https://www.lightdash.com/) (company)
- [CloudBeaver](https://github.com/dbeaver/cloudbeaver) (open source)
- [Awesome DB tools GUIs](https://github.com/mgramin/awesome-db-tools#gui)

- Via https://github.com/crate/crate-clients-tools/issues
- [Looker](https://cloud.google.com/looker)
- [Metabase](https://github.com/metabase/metabase)
- [pgweb](https://sosedoff.github.io/pgweb/)
- [Redash](https://github.com/getredash/redash)
- [usql](https://github.com/xo/usql)

- Re-evaluate
- Add [DataGrip]
- Add [pgAdmin]


## Done
- [x] CLI: Dedicated section per program, with code examples
- [x] Connect: Improve "Configure" section about connection properties
- [x] .NET driver got lost
- [x] Remove DataGrip and pgAdmin again, they do not work


[DataGrip]: https://www.jetbrains.com/datagrip/
[HTTPie Desktop]: https://httpie.io/desktop
[Info Card]: https://sphinx-design-elements.readthedocs.io/en/latest/infocard.html
[pgAdmin]: https://www.pgadmin.org/
14 changes: 7 additions & 7 deletions DEVELOP.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ You must install `fswatch`_ to use the ``dev`` target.
Continuous integration and deployment
-------------------------------------

|build| |travis| |rtd|
|build| |gha| |rtd|

Travis CI is `configured`_ to run ``make check`` from the ``docs`` directory.
GHA is `configured`_ to run ``make check`` from the ``docs`` directory.
Please do not merge pull requests until the tests pass.

`Read the Docs`_ automatically deploys the documentation whenever a configured
Expand All @@ -58,21 +58,21 @@ release version), please contact the `@crate/tech-writing`_ team.


.. _@crate/tech-writing: https://github.com/orgs/crate/teams/tech-writing
.. _configured: https://github.com/crate/crate-clients-tools/blob/master/.travis.yml
.. _configured: https://github.com/crate/crate-clients-tools/blob/main/.github/workflows/docs.yml
.. _fswatch: https://github.com/emcrisostomo/fswatch
.. _Read the Docs: http://readthedocs.org
.. _ReStructuredText: http://docutils.sourceforge.net/rst.html
.. _Sphinx: http://sphinx-doc.org/


.. |build| image:: https://img.shields.io/endpoint.svg?color=blue&url=https%3A%2F%2Fraw.githubusercontent.com%2Fcrate%2Fcrate-clients-toolss%2Fmaster%2Fdocs%2Fbuild.json
.. |build| image:: https://img.shields.io/endpoint.svg?color=blue&url=https%3A%2F%2Fraw.githubusercontent.com%2Fcrate%2Fcrate-clients-toolss%2Fmain%2Fdocs%2Fbuild.json
:alt: Build version
:target: https://github.com/crate/crate-clients-tools/blob/master/docs/build.json
:target: https://github.com/crate/crate-clients-tools/blob/main/docs/build.json

.. |travis| image:: https://img.shields.io/travis/crate/crate-clients-tools.svg?style=flat
.. |gha| image:: https://github.com/crate/crate-clients-tools/actions/workflows/docs.yml/badge.svg
:alt: Travis CI status
:scale: 100%
:target: https://travis-ci.org/crate/crate-clients-tools
:target: https://github.com/crate/crate-clients-tools/actions/workflows/docs.yml

.. |rtd| image:: https://readthedocs.org/projects/crate-clients-tools/badge/?version=latest
:alt: Read The Docs status
Expand Down
25 changes: 0 additions & 25 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -175,28 +175,3 @@
of your accepting any such warranty or additional liability.

END OF TERMS AND CONDITIONS

APPENDIX: How to apply the Apache License to your work.

To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [yyyy] [name of copyright owner]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
67 changes: 67 additions & 0 deletions MAINTAINERS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
###########
Maintainers
###########


About
=====

At Crate.io we are defining so called Power Users to ensure the integrations
keep working.

Responsibilities of Power Users:

* Keep track of releases, updates and developments of the tools.
* Test integration after minor and mayor CrateDB releases.
* Test integration after tool releases.
* Have a working setup available including a quick demo.
* Being able to answer questions for the specific tool.
* Ensuring guides are up to date.


Power Users
===========

+-----------------+-------------------+---------+-----------------+------------------------------------------------------+
| Tool | User | Version | CrateDB Version | |
+=================+===================+=========+=================+======================================================+
| Grafana | `proddata`_ | *X.Y* | *X.Y.Z* | `Known Issues Grafana`_ |
+-----------------+-------------------+---------+-----------------+------------------------------------------------------+
| PowerBI | `WolfgangHerbst`_ | *X.Y* | *X.Y.Z* | `Known Issues PowerBI`_ |
+-----------------+-------------------+---------+-----------------+------------------------------------------------------+
| Tableau | `marregui`_ | *X.Y* | *X.Y.Z* | `Known Issues Tableau`_ |
+-----------------+-------------------+---------+-----------------+------------------------------------------------------+
| Zeppelin | | | | |
+-----------------+-------------------+---------+-----------------+------------------------------------------------------+
| Looker | `proddata`_ | *X.Y* | *X.Y.Z* | `Known Issues Looker`_ |
+-----------------+-------------------+---------+-----------------+------------------------------------------------------+
| Node-Red | `proddata`_ | *X.Y* | *X.Y.Z* | `Known Issues Node Red`_ |
+-----------------+-------------------+---------+-----------------+------------------------------------------------------+
| NiFi | `proddata`_ | *X.Y* | *X.Y.Z* | `Known Issues NiFi`_ |
+-----------------+-------------------+---------+-----------------+------------------------------------------------------+
| Telegraf | | | | |
+-----------------+-------------------+---------+-----------------+------------------------------------------------------+
| Prometheus | `infoverload`_ | *X.Y* | *X.Y.Z* | `Known Issues Prometheus`_, `Known Issues Adapter`_ |
+-----------------+-------------------+---------+-----------------+------------------------------------------------------+
| R | `autophagy`_ | *X.Y* | *X.Y.Z* | `Known Issues R`_ |
+-----------------+-------------------+---------+-----------------+------------------------------------------------------+
| Azure Functions | `autophagy`_ | *X.Y* | *X.Y.Z* | `Known Issues Azure Functions`_ |
+-----------------+-------------------+---------+-----------------+------------------------------------------------------+


.. _autophagy: https://github.com/autophagy
.. _infoverload: https://github.com/infoverload
.. _marregui: https://github.com/marregui
.. _proddata: https://github.com/proddata
.. _WolfgangHerbst: https://github.com/WolfgangHerbst

.. _Known Issues Adapter: https://github.com/crate/crate_adapter/issues
.. _Known Issues Azure Functions: https://github.com/crate/crate/labels/tool%3A%20Azure%20Functions
.. _Known Issues Grafana: https://github.com/crate/crate/labels/tool%3A%20Grafana
.. _Known Issues Looker: https://github.com/crate/crate/labels/tool%3A%20Looker
.. _Known Issues NiFi: https://github.com/crate/crate/labels/tool%3A%20NiFi
.. _Known Issues Node Red: https://github.com/crate/crate/labels/tool%3A%20Node-Red
.. _Known Issues PowerBI: https://github.com/crate/crate/labels/tool%3A%20PowerBI
.. _Known Issues Prometheus: https://github.com/crate/crate/labels/tool%3A%20Prometheus
.. _Known Issues R: https://github.com/crate/crate/labels/tool%3A%20R
.. _Known Issues Tableau: https://github.com/crate/crate/labels/tool%3A%20Tableau
77 changes: 8 additions & 69 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,92 +2,31 @@
CrateDB Clients and Tools
=========================

Clients and tools for working with `CrateDB`_.
We are also maintaining a more up-to-date list of `CrateDB integration tutorials`_.
Client libraries, applications, tools, and integrations for `CrateDB`_.
We are also maintaining an up-to-date list of `CrateDB integration tutorials`_.

Contributing
============

This project is primarily maintained by `Crate.io`_, but we welcome community
contributions!

See the `developer docs`_ and the `contribution docs`_ for more information.


Tool Power User
===============

At Crate.io we are defining so called Power Users to ensure the integrations
keep working.

Responsiblities of Power Users:

* Keep track of releases, updates and developments of the tools.
* Test integration after minor and mayor CrateDB releases.
* Test integration after tool releases.
* Have a working setup available including a quick demo.
* Being able to answer questions for the specific tool.
* Ensuring guides are up to date.


Power Users
-----------

+-----------------+-------------------+---------+-----------------+------------------------------------------------------+
| Tool | User | Version | CrateDB Version | |
+=================+===================+=========+=================+======================================================+
| Grafana | `proddata`_ | *X.Y* | *X.Y.Z* | `Known Issues Grafana`_ |
+-----------------+-------------------+---------+-----------------+------------------------------------------------------+
| PowerBI | `WolfgangHerbst`_ | *X.Y* | *X.Y.Z* | `Known Issues PowerBI`_ |
+-----------------+-------------------+---------+-----------------+------------------------------------------------------+
| Tableau | `marregui`_ | *X.Y* | *X.Y.Z* | `Known Issues Tableau`_ |
+-----------------+-------------------+---------+-----------------+------------------------------------------------------+
| Zeppelin | | | | |
+-----------------+-------------------+---------+-----------------+------------------------------------------------------+
| Looker | `proddata`_ | *X.Y* | *X.Y.Z* | `Known Issues Looker`_ |
+-----------------+-------------------+---------+-----------------+------------------------------------------------------+
| Node-Red | `proddata`_ | *X.Y* | *X.Y.Z* | `Known Issues Node Red`_ |
+-----------------+-------------------+---------+-----------------+------------------------------------------------------+
| NiFi | `proddata`_ | *X.Y* | *X.Y.Z* | `Known Issues NiFi`_ |
+-----------------+-------------------+---------+-----------------+------------------------------------------------------+
| Telegraf | | | | |
+-----------------+-------------------+---------+-----------------+------------------------------------------------------+
| Prometheus | `infoverload`_ | *X.Y* | *X.Y.Z* | `Known Issues Prometheus`_, `Known Issues Adapter`_ |
+-----------------+-------------------+---------+-----------------+------------------------------------------------------+
| R | `autophagy`_ | *X.Y* | *X.Y.Z* | `Known Issues R`_ |
+-----------------+-------------------+---------+-----------------+------------------------------------------------------+
| Azure Functions | `autophagy`_ | *X.Y* | *X.Y.Z* | `Known Issues Azure Functions`_ |
+-----------------+-------------------+---------+-----------------+------------------------------------------------------+

This project is primarily maintained by `Crate.io`_, and community contributions
are welcome. See the `developer docs`_ and the `contribution docs`_ for more
information.

Help
====

Looking for more help?
Looking for help?

- Read the `live docs`_
- Check out our `support channels`_
- Visit the `community forum`_


.. _autophagy: https://github.com/autophagy
.. _contribution docs: CONTRIBUTING.rst
.. _community forum: https://community.crate.io/
.. _Crate.io: http://crate.io/
.. _CrateDB: https://crate.io/products/cratedb/
.. _CrateDB integration tutorials: https://community.crate.io/t/overview-of-cratedb-integration-tutorials/1015
.. _developer docs: DEVELOP.rst
.. _infoverload: https://github.com/infoverload
.. _Known Issues Adapter: https://github.com/crate/crate_adapter/issues
.. _Known Issues Azure Functions: https://github.com/crate/crate/labels/tool%3A%20Azure%20Functions
.. _Known Issues Grafana: https://github.com/crate/crate/labels/tool%3A%20Grafana
.. _Known Issues Looker: https://github.com/crate/crate/labels/tool%3A%20Looker
.. _Known Issues NiFi: https://github.com/crate/crate/labels/tool%3A%20NiFi
.. _Known Issues Node Red: https://github.com/crate/crate/labels/tool%3A%20Node-Red
.. _Known Issues PowerBI: https://github.com/crate/crate/labels/tool%3A%20PowerBI
.. _Known Issues Prometheus: https://github.com/crate/crate/labels/tool%3A%20Prometheus
.. _Known Issues R: https://github.com/crate/crate/labels/tool%3A%20R
.. _Known Issues Tableau: https://github.com/crate/crate/labels/tool%3A%20Tableau
.. _live docs: https://crate.io/docs/crate/clients-tools/en/latest/
.. _marregui: https://github.com/marregui
.. _proddata: https://github.com/proddata
.. _support channels: https://crate.io/support/
.. _WolfgangHerbst: https://github.com/WolfgangHerbst
Loading