LogoLogo
codatum.comSign InStart for free
  • Introduction
  • Getting Started
    • Quick Start
    • Concept (Further reading)
      • Why did we a choose Block Editor over Cell-based Editor?
  • Connect and Manage Data
    • Connection
      • Sync Table Metadata
    • Supported Warehouses
      • BigQuery
      • Snowflake
      • Other Warehouses
    • Catalog
    • Search
  • Data Exploration
    • Data Exploration Overview
    • Notebook
      • Doc Page
      • Grid Page
      • SQL Block
      • Version
      • Notebook FAQ
    • Chart
    • Explorer
    • Parameter
    • (Appendix) Cache
  • AI Assist
    • SQL Assistant
  • Sharing
    • Sharing Overview
    • Teamspace
    • Shared Notebook
    • Report
    • Public Link
    • Signed Embed
      • How to Set Up Signed Embed
  • Account Management
    • Account
    • Account Settings
  • Workspace & User Management
    • Workspace
  • User Management
    • Invitation
    • Group
  • Security
    • Security Overview
  • Audit logs
  • IP Access Control
  • Access control
    • Access Control Overview
    • Access Control for Workspace
    • Access Control for Resources
      • Access Control for Group
      • Access Control for Teamspace
      • Access Control for Notebook
      • Access Control for Connection
      • Access Control for Report
  • [Under Construction] Plan and Billing
    • Limit and usage
    • Downgrade and cancel
  • Best Practices
    • Advanced Control Structures in SQL
  • Other considerations
    • System requirements
Powered by GitBook

Reference

  • Privacy policy
  • Terms of service
  • JP Docs Site
On this page
  • Connect to Your Data
  • Analyze Your Data
  • Add Visualizations
  • Share Insights
  • Invite Your Team Members

Was this helpful?

  1. Getting Started

Quick Start

Whether you're an analyst, data scientist, or business user, Codatum simplifies connecting, analyzing, visualizing, and sharing your data and insights.

PreviousIntroductionNextConcept (Further reading)

Last updated 2 months ago

Was this helpful?

Connect to Your Data

To begin, you will need to connect Codatum to your data source. We currently support Google BigQuery and Snowflake, allowing you to access and analyze large datasets directly from the cloud.

How to Create a Connection

  1. Navigate to Connections: Go to Workspace Settings at the bottom left of any page, then navigate to Connections and click New connection.

  2. Upload Credentials: Upload the JSON key file of a Service Account and enter the Connection Details.

  3. Sync Targets: Add your Google Cloud Project ID and select the dataset for metadata sync.

Once your data is connected, you are ready to dive into analysis.

Analyze Your Data

Codatum’s Notebook is designed to make your analysis SQL-centered and easy to understand. It combines SQL's flexibility with markdown's clarity, allowing you to build and share insights directly in one tool.

How to Analyze Your Data

  1. Create a Notebook: Start by creating a new Notebook.

  2. Create a SQL Block: In the body of the page, create a new SQL Block by typing /sql and selecting it from the menu that appears. Make sure to select the correct connection in the top right corner of the SQL Block.

  3. Write and Execute Queries: Use the SQL Block to write and execute queries. Codatum's integrated query editor provides syntax highlighting and autocomplete to streamline your workflow.

  4. Explore Query Results: View the results displayed below the SQL Block. You can reference these results in other SQL Blocks to build more complex queries while keeping each block simple and readable.

  5. Document Your Analysis: Use markdown within the same document to annotate your SQL queries, explain your logic, and provide context. This makes sharing your analysis with colleagues and stakeholders easier.

Once your analysis is complete, you are ready to create compelling visualizations.

Add Visualizations

Visualizing data helps uncover patterns and make decisions. Codatum offers intuitive tools to help you create charts and dashboards that bring your data to life.

How to Add Visualizations

  1. Create a Chart: Convert query results into charts using the top bar of the query results. Choose your preferred chart type and customize it as needed.

With your data visualized, you are now equipped to make data-driven decisions and share insights effectively.

Share Insights

Sharing your work in Codatum is flexible, allowing you to choose the level of access depending on the audience:

  • Share for Real-Time Collaboration: Share the Notebook with team members who will actively collaborate with you.

  • Share as a Public Document: If you need to share a static, read-only document without requiring authentication, generate a Public link that anyone can access.

By tailoring your sharing options, you can ensure that your data and insights are accessible to the right people with the appropriate permissions.

Invite Your Team Members

Invite your team members to collaborate on Codatum by following these steps:

  1. Navigate to Workspace Settings: Go to the Users section.

  2. Invite Members: Click “Invite users” and send an invitation via link or email.

Additionally, you can set up automatic joining for your workspace by specifying allowed email domains. Anyone with an email address that matches one of the specified domains will be able to join your workspace automatically.

Refer for detailed steps on creating a connection and troubleshooting issues.

Build a Dashboard: Organize your visualizations into a dashboard using the . Add a Grid Page from the + icon at the top left of the Notebook.

Share as a Completed Interactive Report for External Users: If you need to share an interactive but finalized version of your Notebook with external users (e.g., stakeholders outside your team), create a .

here
Grid Page
Report