Browse sources$ls -a sources
Logo of random
Random
A fake source for testing purposes.
Sync your customers' dataFiber pulls data from your customers' Random accounts into your database or cloud storage. Skip months of integration work and begin syncing in minutes.
Logo of random
Logo of random
Logo of random
Logo of random
Logo of random
Logo of random
Logo of random
Logo of random
Logo of random
Logo of random
Fiber
postgres-prod
random_bars
random_foos
Your customers' Random accounts
Your production database
Meet your new integration toolkit: SQLReplace calls to the Random API with an interface you already use. Access the data you need straight from your database.
-- Fetch all the Foos belonging to the Random account
-- of a particular user.

SELECT *
FROM fiber.random_foo
WHERE account_id = '{user.random_id}'
-- Fetch all the Foos belonging to the Random account
-- of a particular user.

SELECT *
FROM fiber.random_foo
WHERE account_id = '{user.random_id}'
Code
CREATE TABLE fiber.random_foo (
id TEXT NOT NULL,
created_at TIMESTAMP WITH TIME ZONE,
updated_at TIMESTAMP WITH TIME ZONE,
account_id TEXT,
a TEXT,
b TEXT,
c TEXT
)
CREATE TABLE fiber.random_foo (
id TEXT NOT NULL,
created_at TIMESTAMP WITH TIME ZONE,
updated_at TIMESTAMP WITH TIME ZONE,
account_id TEXT,
a TEXT,
b TEXT,
c TEXT
)
Model definition
About this source
Logo of random
RandomA fake source for testing purposes.example.com  ↗
    Available resources
      Bars
      Foos
    Missing a resource? We will build it for you.
    Similar sources
    OAuth
    Need help with OAuth for Random?Handshake ↗ is a Next.js app boilerplate that handles your OAuth with Random and over 200 other APIs. Setup and deploy within minutes.
    Logo of randomIntegrate Random using Fiber Fiber makes it easy to access third-party data from Random accounts. Get started in just a few minutes.