Browse sources$ls -a sources
Logo of gitlab
Gitlab
Streamline your development workflow with GitLab data
Sync your customers' dataFiber pulls data from your customers' Gitlab accounts into your database or cloud storage. Skip months of integration work and begin syncing in minutes.
Logo of gitlab
Logo of gitlab
Logo of gitlab
Logo of gitlab
Logo of gitlab
Logo of gitlab
Logo of gitlab
Logo of gitlab
Logo of gitlab
Logo of gitlab
Fiber
postgres-prod
gitlab_projects
gitlab_merge_requests
gitlab_issues
Your customers' Gitlab accounts
Your production database
Meet your new integration toolkit: SQLReplace calls to the Gitlab API with an interface you already use. Access the data you need straight from your database.
-- Fetch all the Projects belonging to the Gitlab
-- account of a particular user.

SELECT *
FROM fiber.gitlab_project
WHERE account_id = '{user.gitlab_id}'
-- Fetch all the Projects belonging to the Gitlab
-- account of a particular user.

SELECT *
FROM fiber.gitlab_project
WHERE account_id = '{user.gitlab_id}'
Code
CREATE TABLE fiber.gitlab_project (
id TEXT NOT NULL,
created_at TIMESTAMP WITH TIME ZONE,
updated_at TIMESTAMP WITH TIME ZONE,
account_id TEXT,
description TEXT,
name TEXT,
name_with_namespace TEXT,
path TEXT,
path_with_namespace TEXT,
default_branch TEXT,
tag_list TEXT[],
topics TEXT[],
ssh_url_to_repo TEXT,
http_url_to_repo TEXT,
web_url TEXT,
avatar_url TEXT,
star_count INT,
last_activity_at TIMESTAMP WITH TIME ZONE,
namespace JSONB
)
CREATE TABLE fiber.gitlab_project (
id TEXT NOT NULL,
created_at TIMESTAMP WITH TIME ZONE,
updated_at TIMESTAMP WITH TIME ZONE,
account_id TEXT,
description TEXT,
name TEXT,
name_with_namespace TEXT,
path TEXT,
path_with_namespace TEXT,
default_branch TEXT,
tag_list TEXT[],
topics TEXT[],
ssh_url_to_repo TEXT,
http_url_to_repo TEXT,
web_url TEXT,
avatar_url TEXT,
star_count INT,
last_activity_at TIMESTAMP WITH TIME ZONE,
namespace JSONB
)
Model definition
About this source
Logo of gitlab
GitlabOpen-source platform for collaborative software development.gitlab.com  ↗
Available resources
    Projects
    Merge Requests
    Issues
Missing a resource? We will build it for you.
Similar sources
OAuth
Need help with OAuth for Gitlab?Handshake ↗ is a Next.js app boilerplate that handles your OAuth with Gitlab and over 200 other APIs. Setup and deploy within minutes.
Logo of gitlabIntegrate Gitlab using Fiber Fiber makes it easy to access third-party data from Gitlab accounts. Get started in just a few minutes.