Browse sources$ls -a sources
Logo of github
Github
Boost your dev tools with direct GitHub integration
Sync your customers' dataFiber pulls data from your customers' Github accounts into your database or cloud storage. Skip months of integration work and begin syncing in minutes.
Logo of github
Logo of github
Logo of github
Logo of github
Logo of github
Logo of github
Logo of github
Logo of github
Logo of github
Logo of github
Fiber
postgres-prod
github_branchs
github_collaborators
github_commits
Your customers' Github accounts
Your production database
Meet your new integration toolkit: SQLReplace calls to the Github API with an interface you already use. Access the data you need straight from your database.
-- Fetch all the Collaborators belonging to the
-- Github account of a particular user.

SELECT *
FROM fiber.github_collaborator
WHERE account_id = '{user.github_id}'
-- Fetch all the Collaborators belonging to the
-- Github account of a particular user.

SELECT *
FROM fiber.github_collaborator
WHERE account_id = '{user.github_id}'
Code
CREATE TABLE fiber.github_collaborator (
id TEXT NOT NULL,
created_at TIMESTAMP WITH TIME ZONE,
updated_at TIMESTAMP WITH TIME ZONE,
account_id TEXT,
repository TEXT,
login TEXT,
node_id TEXT,
avatar_url TEXT,
gravatar_id TEXT,
url TEXT,
html_url TEXT,
followers_url TEXT,
following_url TEXT,
gists_url TEXT,
starred_url TEXT,
subscriptions_url TEXT,
organizations_url TEXT,
repos_url TEXT,
events_url TEXT,
received_events_url TEXT,
type TEXT,
site_admin BOOLEAN,
role_name TEXT,
permissions JSONB
)
CREATE TABLE fiber.github_collaborator (
id TEXT NOT NULL,
created_at TIMESTAMP WITH TIME ZONE,
updated_at TIMESTAMP WITH TIME ZONE,
account_id TEXT,
repository TEXT,
login TEXT,
node_id TEXT,
avatar_url TEXT,
gravatar_id TEXT,
url TEXT,
html_url TEXT,
followers_url TEXT,
following_url TEXT,
gists_url TEXT,
starred_url TEXT,
subscriptions_url TEXT,
organizations_url TEXT,
repos_url TEXT,
events_url TEXT,
received_events_url TEXT,
type TEXT,
site_admin BOOLEAN,
role_name TEXT,
permissions JSONB
)
Model definition
About this source
Logo of github
GithubRead branches, commits, issues and more from Github repositories.github.com  ↗
Available resources
Missing a resource? We will build it for you.
Similar sources
OAuth
Need help with OAuth for Github?Handshake ↗ is a Next.js app boilerplate that handles your OAuth with Github and over 200 other APIs. Setup and deploy within minutes.
Logo of githubIntegrate Github using Fiber Fiber makes it easy to access third-party data from Github accounts. Get started in just a few minutes.