Package: AzureKusto
Title: Interface to 'Kusto'/'Azure Data Explorer'
Version: 1.1.4
Authors@R: c(
    person("Hong", "Ooi", , "hongooi73@gmail.com", role = "aut"),
    person("Alex", "Kyllo", , "jekyllo@microsoft.com", role = c("aut", "cre")),
    person("dbplyr development team", role="cph", comment="Original framework for dplyr/database interface"),
    person("Microsoft", role = "cph")
    )
Description: An interface to 'Azure Data Explorer', also known as 'Kusto', a fast, distributed data exploration service from Microsoft: <https://azure.microsoft.com/en-us/products/data-explorer/>. Includes 'DBI' and 'dplyr' interfaces, with the latter modelled after the 'dbplyr' package, whereby queries are translated from R into the native 'KQL' query language and executed lazily. On the admin side, the package extends the object framework provided by 'AzureRMR' to support creation and deletion of databases, and management of database principals. Part of the 'AzureR' family of packages.
URL: https://github.com/Azure/AzureKusto
        https://github.com/Azure/AzureR
BugReports: https://github.com/Azure/AzureKusto/issues
License: MIT + file LICENSE
Encoding: UTF-8
VignetteBuilder: knitr
Depends: R (>= 3.3)
Imports: rlang, methods, utils, httr (>= 1.3), jsonlite, R6, openssl,
        AzureAuth, AzureRMR (>= 2.0.0), tibble, dplyr, tidyr,
        tidyselect (>= 0.2.4), DBI (>= 1.0.0)
Suggests: bit64, knitr, testthat, AzureGraph, AzureStor (>= 2.0.0),
        rmarkdown
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-09-09 18:17:05 UTC; jekyllo
Author: Hong Ooi [aut],
  Alex Kyllo [aut, cre],
  dbplyr development team [cph] (Original framework for dplyr/database
    interface),
  Microsoft [cph]
Maintainer: Alex Kyllo <jekyllo@microsoft.com>
Repository: CRAN
Date/Publication: 2025-09-10 06:41:05 UTC
Built: R 4.5.0; ; 2025-09-10 07:32:08 UTC; unix
