Skip to main content

Projects

In Coalesce, your work is organized into Projects. It's similar to a folder on your computer that helps organize your work. Projects can be organized by purpose, department, or business area.

In the following example of a Coalesce Organization that has 5 Projects, Data Foundations, Compliance, Campaign Analysis, Financial Analysis, and Revenue Operations.

 Coalesce Organization that has 5 **Projects**, Data Foundations, Compliance, Campaign Analysis, Financial Analysis, and Revenue Operations

Each Project in Coalesce is tied to a single Git repository, which allows for easy version control and collaboration. Within a project, you can create one or multiple Workspaces, each with its own set of code and configurations.

Each Project and Workspace has its own set of deployable Environments, which can be used to test and deploy code changes to production, development, and QA.

Each project has its own set of deployable **Environments**, which can be used to test and deploy code changes to production.
Git and Projects

It's a good idea to use one Git repository per project.

Manage Your Projects

For an in-depth guide on creating Projects, take a look at Step 2: Create Your Project.

Create a Project

  1. Go to the Project page. If you are on the Build page , click the back arrow.
  2. Click the plus sign(+) next to Projects.
  3. Enter the Project name and description. Click Next.
  4. Enter you version control repository URL. You can Skip and Create to start using the project, but you won't be able to deploy.
  5. Then select an account to use. It should be able to view and make requests to the Git repo in the previous step.
  6. If you don't a repo configured, then click Add New Account.
  7. Once successful, click Finish.

Copying Project Objects

As part of Projects, there is copy functionality than can make copying Nodes, Macros, Jobs, Subgraphs, and Storage Locations (excluding mappings) from one Workspace to another. Jobs and Subgraphs have their definition copied over, but the Nodes themselves will not be copied over. You can access it by clicking on the ellipsis next to an individual Workspace and follow the interface prompts from there. Learn more in When To Use Copy Objects, Duplicate, or Create New Project.

Select the three dots next to the launch button to bring up the copy menu

Deleting a Project

To delete an existing Project, you can click the ellipsis next to the relevant one and select Delete Project. A confirmation window will appear, and once you confirm, the Project will be deleted.

Select the three dots next to the launch button to bring up the delete menu

What's Next?