Links

Submit Data Sources with web tools for a Data Bounty

Use this if you'd like to manually enter Data Sources for any reason or don't know much about the command line. This is quicker than setting up DoltHub locally.

Dolt SQL Editor

You can use SQL statements to add new Data Sources right in Dolt. It's possible to generate these Insert statements from spreadsheets or write them manually.
Note: CSV uploads via the DoltHub UI are not working well for this process. Use at your own risk.

SQL INSERT statement generator

  1. 1.
    Make a copy of this google spreadsheet. Your goal is to fill in the grey columns for each row!
  2. 2.
    Use the Data Sources Properties guide to find the appropriate IDs. You can also keep another DoltHub tab open for reference.
  3. 3.
    Navigate to the Query tab. Each row generates a new SQL query!
  4. 4.
    Head to the DoltHub Data Sources repo. If you don't yet have an account, sign up here.
  5. 5.
    Paste the queries individually into the SQL console and run them.
  6. 6.
    When you're done, create a new Pull Request against our repo.
  7. 7.
    Join our Discord and ask in the #data-sources channel for someone to approve it!