diff --git a/index.html b/index.html index c3cd7b1..437cd9f 100644 --- a/index.html +++ b/index.html @@ -477,7 +477,9 @@

dbverse

Lifecycle:
-experimental

+experimental" src="https://img.shields.io/badge/lifecycle-experimental-orange.svg" /> +Contributor
+Covenant

**Note: work in progress **

diff --git a/overview/index.html b/overview/index.html index e7ecef2..ebc2284 100644 --- a/overview/index.html +++ b/overview/index.html @@ -259,97 +259,96 @@

Class Diagram

classDiagram direction LR -namespace Data { - - class tabular{ +namespace Input_Data { + class numerical{ .mtx .csv .parquet - dgCMatrix - data.frames + dgcMatrix + matrix + data.frame + data.table } class geometries{ - .shp - .geojson + 50+ spatial file formats sf::sf terra::spatVector } + class sequences{ + 10+ genomic file formats + } } -namespace dbverse { +namespace computer { + class database +} +namespace dbverse { class dbMatrix_lib{ - + class dbMatrix } class dbSpatial_lib{ + class dbSpatial + } + class dbSequence_lib{ + class dbSequence } class dbData_lib{ - + class dbData } - } -namespace dbData_lib { - class dbData { - <<base virtual class>> - + value: duckdb_table - + name: character string - + init: boolean - - DBI::*() +namespace dbMatrix_lib { + class dbMatrix { + + dbData: dbData + + dim_names: [enum,enum] + + dims: [int, int] + + class: "dbSparseMatrix" | "dbDenseMatrix" + - Arith + - Ops + - matrix summary functions() } - } namespace dbSpatial_lib { - class dbSpatial{ - - ST_*(geom) [DuckDB_spatial] - } - - class dbSpatialPoints{ - - ST_*(geom_point) - } - - class dbSpatialPolygons{ - - ST_*(geom_polygon) + + dbData: dbData + - ST_*(geom) [DuckDB Spatial Extension] } } -namespace dbMatrix_lib { - class dbMatrix { - + dim_names: [enum,enum] - + dims: [int, int] - + class: "sparse" | "dense" - - dbMatrix::*() - - dbMatrixStats::*() +namespace dbSequence_lib { + class dbSequence{ + + dbData: dbData } +} - class dbSparseMatrix{ - - } - - class dbDenseMatrix{ - +namespace dbData_lib { + class dbData { + <<base virtual class>> + + value: Input_Data + + name: table_name + + init: boolean + + conn: DuckDB connection + - DBI::() + - dplyr::() } } +numerical <..> dbMatrix_lib : read/write +geometries <..> dbSpatial_lib : read/write +sequences <..> dbSequence_lib : read/write -tabular <..> dbData_lib : read/write -geometries <..> dbData_lib : read/write - -dbData_lib --> dbMatrix_lib -dbData_lib --> dbSpatial_lib - -dbSpatial --> dbSpatialPoints -dbSpatial --> dbSpatialPolygons +dbMatrix_lib --> dbData_lib +dbSpatial_lib --> dbData_lib +dbSequence_lib --> dbData_lib -dbMatrix --> dbDenseMatrix -dbMatrix --> dbSparseMatrix +dbData_lib <..> database : connect/disconnect/cache
diff --git a/search/search_index.json b/search/search_index.json index 0c6794f..b251f73 100644 --- a/search/search_index.json +++ b/search/search_index.json @@ -1 +1 @@ -{"config":{"lang":["en"],"separator":"[\\s\\-]+","pipeline":["stopWordFilter"]},"docs":[{"location":"","title":"Home","text":""},{"location":"#dbverse","title":"dbverse","text":"

**Note: work in progress **

The dbverse is an ecosystem of open-source and composable database libraries for larger-than-memory scientific data analysis. The dbverse provides object relational mappings for common scientific data objects, including sparse and dense matrices, spatial geometries, and others, and is powered by DuckDB.

The goal of dbverse is to enable larger-than-memory scientific data analysis across programming languages with databases. Please visit the packages page for details about each dbverse package. On release, the dbverse is compatible with R with support for other languages planned in the future.

"},{"location":"about/","title":"About","text":""},{"location":"about/#authors","title":"Authors","text":"Edward C. Ruiz auth, cre github Jiaji George Chen auth github Ruben Dries auth, rev github"},{"location":"conduct/","title":"Contributor Covenant Code of Conduct","text":""},{"location":"conduct/#our-pledge","title":"Our Pledge","text":"

We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, caste, color, religion, or sexual identity and orientation.

We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.

"},{"location":"conduct/#our-standards","title":"Our Standards","text":"

Examples of behavior that contributes to a positive environment for our community include:

Examples of unacceptable behavior include:

"},{"location":"conduct/#enforcement-responsibilities","title":"Enforcement Responsibilities","text":"

Community leaders are responsible for clarifying and enforcing our standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful.

Community leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, and will communicate reasons for moderation decisions when appropriate.

"},{"location":"conduct/#scope","title":"Scope","text":"

This Code of Conduct applies within all community spaces, and also applies when an individual is officially representing the community in public spaces. Examples of representing our community include using an official email address, posting via an official social media account, or acting as an appointed representative at an online or offline event.

"},{"location":"conduct/#enforcement","title":"Enforcement","text":"

Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at ecr7407@gmail.com. All complaints will be reviewed and investigated promptly and fairly.

All community leaders are obligated to respect the privacy and security of the reporter of any incident.

"},{"location":"conduct/#enforcement-guidelines","title":"Enforcement Guidelines","text":"

Community leaders will follow these Community Impact Guidelines in determining the consequences for any action they deem in violation of this Code of Conduct:

"},{"location":"conduct/#1-correction","title":"1. Correction","text":"

Community Impact: Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community.

Consequence: A private, written warning from community leaders, providing clarity around the nature of the violation and an explanation of why the behavior was inappropriate. A public apology may be requested.

"},{"location":"conduct/#2-warning","title":"2. Warning","text":"

Community Impact: A violation through a single incident or series of actions.

Consequence: A warning with consequences for continued behavior. No interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, for a specified period of time. This includes avoiding interactions in community spaces as well as external channels like social media. Violating these terms may lead to a temporary or permanent ban.

"},{"location":"conduct/#3-temporary-ban","title":"3. Temporary Ban","text":"

Community Impact: A serious violation of community standards, including sustained inappropriate behavior.

Consequence: A temporary ban from any sort of interaction or public communication with the community for a specified period of time. No public or private interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this period. Violating these terms may lead to a permanent ban.

"},{"location":"conduct/#4-permanent-ban","title":"4. Permanent Ban","text":"

Community Impact: Demonstrating a pattern of violation of community standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals.

Consequence: A permanent ban from any sort of public interaction within the community.

"},{"location":"conduct/#attribution","title":"Attribution","text":"

This Code of Conduct is adapted from the Contributor Covenant, version 2.1, available at https://www.contributor-covenant.org/version/2/1/code_of_conduct.html.

Community Impact Guidelines were inspired by Mozilla's code of conduct enforcement ladder.

For answers to common questions about this code of conduct, see the FAQ at https://www.contributor-covenant.org/faq. Translations are available at https://www.contributor-covenant.org/translations.

"},{"location":"contribute/","title":"Contribute","text":"

TODO

"},{"location":"overview/","title":"dbverse","text":"

Note: {dbverse} is in early development. Changes to the below are likely to occur.

"},{"location":"overview/#class-diagram","title":"Class Diagram","text":"
classDiagram\ndirection LR\n\nnamespace Data {\n\n    class tabular{\n        .mtx\n        .csv\n        .parquet\n        dgCMatrix\n        data.frames\n    }\n\n    class geometries{\n        .shp\n        .geojson\n        sf::sf\n        terra::spatVector\n    }\n\n}\n\nnamespace dbverse {\n\n    class dbMatrix_lib{\n\n    }\n\n    class dbSpatial_lib{\n\n    }\n\n    class dbData_lib{\n\n    }\n\n}\n\nnamespace dbData_lib {\n    class dbData {\n        <<base virtual class>>\n        + value: duckdb_table\n        + name: character string\n        + init: boolean\n        - DBI::*()\n    }\n\n}\n\nnamespace dbSpatial_lib {\n\n    class dbSpatial{\n    - ST_*(geom) [DuckDB_spatial]\n    }\n\n    class dbSpatialPoints{\n    - ST_*(geom_point) \n    }\n\n    class dbSpatialPolygons{\n    - ST_*(geom_polygon)\n    }\n}\n\nnamespace dbMatrix_lib {\n    class dbMatrix {\n        + dim_names: [enum,enum]\n        + dims: [int, int]\n        + class: \"sparse\" | \"dense\"\n        - dbMatrix::*()\n        - dbMatrixStats::*()\n    }\n\n    class dbSparseMatrix{\n\n    }\n\n    class dbDenseMatrix{\n\n    }\n}\n\n\ntabular <..> dbData_lib : read/write\ngeometries <..> dbData_lib : read/write\n\ndbData_lib --> dbMatrix_lib\ndbData_lib --> dbSpatial_lib\n\ndbSpatial --> dbSpatialPoints\ndbSpatial --> dbSpatialPolygons\n\ndbMatrix --> dbDenseMatrix\ndbMatrix --> dbSparseMatrix\n
"},{"location":"packages/","title":"Core packages","text":"

dbverse currently consists of four core libraries that contain classes, generics, and methods for representing and analyzing scientific data objects in a DuckDB database.

  1. {dbMatrix} - A library for sparse/dense matrix operations in a database.
  2. {dbSpatial} - A library for spatial operations in a database.
  3. {dbData} - A library with specifications for base class of dbverse. In progress.
  4. {dbSequence} - A library for genomic sequence operations in a database. In progress.
"},{"location":"packages/#extensions","title":"Extensions","text":"

R Packages that use dbverse. Want to be added to this list? Please submit an issue or pull request on our Github.

"}]} \ No newline at end of file +{"config":{"lang":["en"],"separator":"[\\s\\-]+","pipeline":["stopWordFilter"]},"docs":[{"location":"","title":"Home","text":""},{"location":"#dbverse","title":"dbverse","text":"

**Note: work in progress **

The dbverse is an ecosystem of open-source and composable database libraries for larger-than-memory scientific data analysis. The dbverse provides object relational mappings for common scientific data objects, including sparse and dense matrices, spatial geometries, and others, and is powered by DuckDB.

The goal of dbverse is to enable larger-than-memory scientific data analysis across programming languages with databases. Please visit the packages page for details about each dbverse package. On release, the dbverse is compatible with R with support for other languages planned in the future.

"},{"location":"about/","title":"About","text":""},{"location":"about/#authors","title":"Authors","text":"Edward C. Ruiz auth, cre github Jiaji George Chen auth github Ruben Dries auth, rev github"},{"location":"conduct/","title":"Contributor Covenant Code of Conduct","text":""},{"location":"conduct/#our-pledge","title":"Our Pledge","text":"

We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, caste, color, religion, or sexual identity and orientation.

We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.

"},{"location":"conduct/#our-standards","title":"Our Standards","text":"

Examples of behavior that contributes to a positive environment for our community include:

Examples of unacceptable behavior include:

"},{"location":"conduct/#enforcement-responsibilities","title":"Enforcement Responsibilities","text":"

Community leaders are responsible for clarifying and enforcing our standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful.

Community leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, and will communicate reasons for moderation decisions when appropriate.

"},{"location":"conduct/#scope","title":"Scope","text":"

This Code of Conduct applies within all community spaces, and also applies when an individual is officially representing the community in public spaces. Examples of representing our community include using an official email address, posting via an official social media account, or acting as an appointed representative at an online or offline event.

"},{"location":"conduct/#enforcement","title":"Enforcement","text":"

Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at ecr7407@gmail.com. All complaints will be reviewed and investigated promptly and fairly.

All community leaders are obligated to respect the privacy and security of the reporter of any incident.

"},{"location":"conduct/#enforcement-guidelines","title":"Enforcement Guidelines","text":"

Community leaders will follow these Community Impact Guidelines in determining the consequences for any action they deem in violation of this Code of Conduct:

"},{"location":"conduct/#1-correction","title":"1. Correction","text":"

Community Impact: Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community.

Consequence: A private, written warning from community leaders, providing clarity around the nature of the violation and an explanation of why the behavior was inappropriate. A public apology may be requested.

"},{"location":"conduct/#2-warning","title":"2. Warning","text":"

Community Impact: A violation through a single incident or series of actions.

Consequence: A warning with consequences for continued behavior. No interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, for a specified period of time. This includes avoiding interactions in community spaces as well as external channels like social media. Violating these terms may lead to a temporary or permanent ban.

"},{"location":"conduct/#3-temporary-ban","title":"3. Temporary Ban","text":"

Community Impact: A serious violation of community standards, including sustained inappropriate behavior.

Consequence: A temporary ban from any sort of interaction or public communication with the community for a specified period of time. No public or private interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this period. Violating these terms may lead to a permanent ban.

"},{"location":"conduct/#4-permanent-ban","title":"4. Permanent Ban","text":"

Community Impact: Demonstrating a pattern of violation of community standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals.

Consequence: A permanent ban from any sort of public interaction within the community.

"},{"location":"conduct/#attribution","title":"Attribution","text":"

This Code of Conduct is adapted from the Contributor Covenant, version 2.1, available at https://www.contributor-covenant.org/version/2/1/code_of_conduct.html.

Community Impact Guidelines were inspired by Mozilla's code of conduct enforcement ladder.

For answers to common questions about this code of conduct, see the FAQ at https://www.contributor-covenant.org/faq. Translations are available at https://www.contributor-covenant.org/translations.

"},{"location":"contribute/","title":"Contribute","text":"

TODO

"},{"location":"overview/","title":"dbverse","text":"

Note: {dbverse} is in early development. Changes to the below are likely to occur.

"},{"location":"overview/#class-diagram","title":"Class Diagram","text":"
classDiagram\ndirection LR\n\nnamespace Input_Data {\n    class numerical{\n        .mtx\n        .csv\n        .parquet\n        dgcMatrix\n        matrix\n        data.frame\n        data.table\n    }\n\n    class geometries{\n        50+ spatial file formats\n        sf::sf\n        terra::spatVector\n    }\n\n    class sequences{\n        10+ genomic file formats\n    }\n}\n\nnamespace computer {\n    class database\n}\n\nnamespace dbverse {\n    class dbMatrix_lib{\n        class dbMatrix\n    }\n\n    class dbSpatial_lib{\n        class dbSpatial\n    }\n\n    class dbSequence_lib{\n        class dbSequence\n    }\n\n    class dbData_lib{\n        class dbData\n    }\n}\n\nnamespace dbMatrix_lib {\n    class dbMatrix {\n        + dbData: dbData\n        + dim_names: [enum,enum]\n        + dims: [int, int]\n        + class: \"dbSparseMatrix\" | \"dbDenseMatrix\"\n        - Arith\n        - Ops\n        - matrix summary functions()\n    }\n}\n\nnamespace dbSpatial_lib {\n    class dbSpatial{\n        + dbData: dbData\n        - ST_*(geom) [DuckDB Spatial Extension]\n    }\n}\n\nnamespace dbSequence_lib {\n    class dbSequence{\n        + dbData: dbData\n    }\n}\n\nnamespace dbData_lib {\n    class dbData {\n        <<base virtual class>>\n        + value: Input_Data\n        + name: table_name\n        + init: boolean\n        + conn: DuckDB connection\n        - DBI::()\n        - dplyr::()\n    }\n}\n\nnumerical <..> dbMatrix_lib : read/write\ngeometries <..> dbSpatial_lib : read/write\nsequences <..> dbSequence_lib : read/write\n\ndbMatrix_lib --> dbData_lib\ndbSpatial_lib --> dbData_lib\ndbSequence_lib --> dbData_lib\n\ndbData_lib <..> database : connect/disconnect/cache\n
"},{"location":"packages/","title":"Core packages","text":"

dbverse currently consists of four core libraries that contain classes, generics, and methods for representing and analyzing scientific data objects in a DuckDB database.

  1. {dbMatrix} - A library for sparse/dense matrix operations in a database.
  2. {dbSpatial} - A library for spatial operations in a database.
  3. {dbData} - A library with specifications for base class of dbverse. In progress.
  4. {dbSequence} - A library for genomic sequence operations in a database. In progress.
"},{"location":"packages/#extensions","title":"Extensions","text":"

R Packages that use dbverse. Want to be added to this list? Please submit an issue or pull request on our Github.

"}]} \ No newline at end of file diff --git a/sitemap.xml.gz b/sitemap.xml.gz index 48aea78..5f21f1a 100644 Binary files a/sitemap.xml.gz and b/sitemap.xml.gz differ