Skip to content

denodo/denodocommunity-resources

Repository files navigation

Denodo Community Resources

Denodo is the leading logical data management platform. It establishes a unified data accessibility framework that provides data consumers with real-time insights from diverse data sources.

This project mantains some utilities that any user can use as a base for her own Denodo projects.

Getting started

To get started, you’ll need to grab the code. If you are familiar with Git, just open a command prompt and execute this command:

git clone https://github.com/denodo/denodocommunity-resources.git

* Please read the documentation of each subproject to get more information.

Clone a Single Project

This repository includes different projects. If you don't want to clone/download the entire repository to save disk space in your machine, you can download a specific subproject by executing these commands:

git clone  --no-checkout https://github.com/denodo/denodocommunity-resources.git
cd denodocommunity-resources
git sparse-checkout init
git sparse-checkout set <project_folder_name>

For example, for cloning the Denodo AI PowerBI Widget, execute:

git clone  --no-checkout https://github.com/denodo/denodocommunity-resources.git
cd denodocommunity-resources
git sparse-checkout init
git sparse-checkout set plugins/denodo-powerbi-ai-chart

List of Projects included in this Repository

Denodo Custom Components

In these subprojects you can find samples of custom components using the Denodo Java API:

Plugins

In this subproject you can find plugins for third-party applications that are connected to the Denodo Platform:

Tools

In this subproject you can find useful applications that can be connected to Denodo Platform components:

  • Denodo AI SDK Evaluator: this is a specialized tool for assessing the performance and accuracy of queries generated using the Denodo AI SDK.

Scripts

In this subproject you can find useful scripts for working with Denodo:

  • Denodo Support Utilities: this tool enables you to interact with the Denodo Support Site using commands in your command-line shell.
  • Denodo Incremental Deployment: automation framework for code promotion within the Denodo Major versions and also moving code from one major version to another version

Templates

In this subproject you can find useful templates for working with Denodo:

Join the Denodo Community

Denodo Community Resources License

This project is distributed under Apache License, Version 2.0.

See LICENSE

Denodo Community Resources Support

This project is supported by Denodo Community.

See SUPPORT