All Projects β†’ connor11528 β†’ Tech Companies And Startups

connor11528 / Tech Companies And Startups

🌁 Open source list of 1,000+ tech companies and startups. Primarily focused in SF Bay Area..

Projects that are alternatives of or similar to Tech Companies And Startups

auxilin
Open source Node.JS product launch kit that saves a lot of your time πŸ‘»
Stars: ✭ 26 (-81.43%)
Mutual labels:  startup, startups
startup-checklist
A checklist for incorporation so you can get back to building your product, fundraising, etc.
Stars: ✭ 2,321 (+1557.86%)
Mutual labels:  startup, startups
open-expenses
A curated list of (private) businesses publicly sharing their expenses.
Stars: ✭ 46 (-67.14%)
Mutual labels:  startup, startups
Awesome Machine Learning Startups Berlin
πŸ€– A curated list of machine learning & artificial intelligence startups in Berlin (Germany)
Stars: ✭ 154 (+10%)
Mutual labels:  startup, startups
Startup Aws Iam Roles
A list of typical positions in a startup and their policies for IAM AWS.
Stars: ✭ 118 (-15.71%)
Mutual labels:  startup, startups
side-project-kit
πŸ”– A collection of FREE tools to get your side project off the ground, and fast!
Stars: ✭ 145 (+3.57%)
Mutual labels:  startup, startups
responsive-html-email-templates
Collection of Free responsive HTML templates for Startups
Stars: ✭ 187 (+33.57%)
Mutual labels:  startup, startups
Startup Matrix
Startup Matrix exported to CSV, JSON, Markdown and HTML formats. Credits to original article by Eric Stromberg.
Stars: ✭ 66 (-52.86%)
Mutual labels:  startup, startups
Promote Your Next Startup
πŸš€ Free resources you may use to promote your next startup
Stars: ✭ 412 (+194.29%)
Mutual labels:  startup, startups
domainerator
Simple application written in Go that combines two wordlists and a list of TLDs to form domain names and check if they are already registered.
Stars: ✭ 26 (-81.43%)
Mutual labels:  startup, startups
Awesome Startup
😎 All the required resources to build your own startup
Stars: ✭ 702 (+401.43%)
Mutual labels:  startup, startups
Open React Template
A free React landing page template designed to showcase open source projects, SaaS products, online services, and more. Made by
Stars: ✭ 1,956 (+1297.14%)
Mutual labels:  startup, startups
Startup Protector
A Library helping to avoid App can't start up and Multiple crashes, We can call it StartUp-Protector or SafeMode.
Stars: ✭ 55 (-60.71%)
Mutual labels:  startup
Vim Startuptime
⏲️ A Vim plugin for profiling Vim's startup time.
Stars: ✭ 108 (-22.86%)
Mutual labels:  startup
Aerial desktop
Macintosh Application installs Aerial ScreenSaver and sets as a Desktop Background. πŸš€ 🎩
Stars: ✭ 49 (-65%)
Mutual labels:  startup
Tabpy
Execute Python code on the fly and display results in Tableau visualizations:
Stars: ✭ 1,039 (+642.14%)
Mutual labels:  startup
Maclaunch
Manage your macOS startup items.
Stars: ✭ 133 (-5%)
Mutual labels:  startup
Startup
πŸ”§ R package: startup - Friendly R Startup Configuration
Stars: ✭ 107 (-23.57%)
Mutual labels:  startup
Awesome Cto
A curated and opinionated list of resources for Chief Technology Officers, with the emphasis on startups
Stars: ✭ 10,834 (+7638.57%)
Mutual labels:  startups
Spytrojan keylogger
[Solo para programadores] Troyano espΓ­a | Keylogger solo para Windows, se replica en el sistema y se inicia automaticamente al iniciar sesiΓ³n. | EnvΓ­o de registro mediante [Base de Datos], [Gmail] o [BotTelegram].
Stars: ✭ 32 (-77.14%)
Mutual labels:  startup

List of Tech Companies and Startups

Companies data straight from the Employbl production database.

Resources

About the Data

The data comes from a MySQL database and a spreadsheet I've been collecting for many years. All info is available across the free and open internet. For the most part company locations default to the office location of the company's Bay Area location, because that's what I was most interested in :)

Query used to generate the companies.csv file:

select c.id as 'Employbl Company ID',
c.name as 'Company Name',
c.website as 'Website',
c.street as 'Address 1',
c.city as 'City',
c.state as 'State',
c.zip as 'Zip',
c.latitude as 'Latitude',
c.longitude as 'Longitude',
c.description as 'Company Description',
c.image_url as 'Thumbnail URL'
from companies c
where c.deleted_at is null;

To query for companies with a given tag:

select c.id as 'Employbl Company ID',
c.name as 'Company Name',
c.website as 'Website',
c.street as 'Address 1',
c.city as 'City',
c.state as 'State',
c.zip as 'Zip',
c.latitude as 'Latitude',
c.longitude as 'Longitude',
c.description as 'Company Description',
c.image_url as 'Thumbnail URL'
from companies c
join taggables t on t.taggable_id = c.id and t.taggable_type = 'App\\Company' and t.tag_id = 40714
where c.deleted_at is null
group by c.id;

Side note: we're using the laravel/tags PHP package by @spatie (postcard coming to y'all soon!). These queries are mostly here to help me pull the latest data to update the data. If people start contributing we can set up a two-way sync ;)

Related blog posts

Contributing

This is an open source project. The company location in most cases is the location of the company's Bay Area office. We have a more complex table structure on the Employbl website (which is not open source) to account for multiple company locations. If you're interested in using this data or would like to see the project succeed there are a couple ways you can help out:

#1 open a pull request

One quick way to help is to open a pull request and add to the company dataset. All of the data here remains open source. Edits can be made easily by downloading the CSV files from this repo and uploading them to Excel, Number or Airtable -- whatever your spreadsheet viewer of choice is. We're looking to add tech and startup companies in the United States. Our definition of a tech or startup company is pretty broad. Basically if the company employs people to sit in front of computers all day they count. New additions will be judged on a case by case basis. Please enter the data cleanly, no one likes messy data :)

#2 add your own company

If you work at a tech company or a startup make sure your company is on the list! We use this data to build out company profiles on Employbl dot com. Job seekers can also use this data to seek out new opportunities in the tech industry.

#3 tell your friends

We're open to making more data accessible to candidates and job seekers. Maybe that means collecting richer information about companies like all their office locations or all their job listings. Maybe it means collecting articles about the company to provide more insight. It could be that the depth doesn't matter and it's more important to collect the most startups and tech companies possible. We're still figuring it out tbh. Our mission is to make this information accessible and build a system that helps candidates get jobs at tech companies in an equitable way.

#4 Reach out directly

If you like the project or just want to say "hi" you can tweet me or email me directly - [email protected].

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].