Package: catalog
Type: Package
Title: Access the 'Spark Catalog' API via 'sparklyr'
Version: 0.1.1
Authors@R: person("Nathan", "Eastwood", "", "nathan.eastwood@icloud.com",
    role = c("aut", "cre"))
Maintainer: Nathan Eastwood <nathan.eastwood@icloud.com>
Description: Gain access to the 'Spark Catalog' API making use of the 'sparklyr' API. 'Catalog' <https://spark.apache.org/docs/2.4.3/api/java/org/apache/spark/sql/catalog/Catalog.html> is the interface for managing a metastore (aka metadata catalog) of relational entities (e.g. database(s), tables, functions, table columns and temporary views).
URL: https://nathaneastwood.github.io/catalog/,
        https://github.com/nathaneastwood/catalog
BugReports: https://github.com/nathaneastwood/catalog/issues
Depends: R (>= 3.5)
Imports: dplyr, sparklyr
Suggests: DBI, knitr, rmarkdown, roxygen2, tinytest
License: GPL (>= 2)
Encoding: UTF-8
RoxygenNote: 7.2.1
NeedsCompilation: no
Packaged: 2022-08-22 20:56:08 UTC; nathan
Author: Nathan Eastwood [aut, cre]
Repository: CRAN
Date/Publication: 2022-08-22 21:20:02 UTC
Built: R 4.5.1; ; 2025-10-29 04:18:33 UTC; windows
