Grooper Repository (Concept): Difference between revisions

From Grooper Wiki
No edit summary
No edit summary
 
(16 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<onlyinclude>
<blockquote>{{#lst:Glossary|Grooper Repository}}</blockquote>
<blockquote style="font-size:14pt">
A Grooper Repository is the environment used to create, configure and execute objects in Grooper Design Studio.  It provides the framework to "do work" in Grooper.
</blockquote>


This environment consists of a database connection and a file store location.  The database stores Grooper nodes and their property settings (such as a '''Content Model''' or a '''Data Type''' or any other Grooper object).  The file store location houses content associated with these nodes (such as the image file for a '''Batch Page''' object).
This environment consists of:
# a database connection and  
# a file store location.  


Creating (or connecting to) a Grooper Repository is one of the first things you will do after installing Grooper to start designing (or implementing already architected) document processing solutions. For more information on how to create or connect to a Grooper Repository, visit the [[Install and Setup]] article.
The database stores Grooper nodes and their property settings (such as a '''Content Model''' or a '''Data Type''' or any other Grooper object).  The file store location houses content associated with these nodes (such as the image file for a '''Batch Page''' object).
</onlyinclude>
 
=== For more information ===
 
* [[Install_and_Setup#Creating_a_new_Grooper_Repository|How to create a new Grooper Repository]]
* [[Install_and_Setup#Connecting_to_an_existing_Grooper_Repository|How to connect to an existing Grooper Repository]]
* [[Grooper Infrastructure#Grooper Repository details|Grooper Repository details (includes a list of tables in the Grooper Database)]]

Latest revision as of 14:45, 21 November 2024

A Grooper Repository is the environment used to create, configure and execute objects in Grooper. It provides the framework to "do work" in Grooper. Fundamentally, a Grooper Repository is a connection to a database and file store location, which store the node configurations and their associated file content. The Grooper application interacts with the Grooper Repository to automate tasks and provide the Grooper user interface.

This environment consists of:

  1. a database connection and
  2. a file store location.  

The database stores Grooper nodes and their property settings (such as a Content Model or a Data Type or any other Grooper object). The file store location houses content associated with these nodes (such as the image file for a Batch Page object).

For more information