All Projects → startup-matrix → Startup Matrix

startup-matrix / Startup Matrix

Licence: apache-2.0
Startup Matrix exported to CSV, JSON, Markdown and HTML formats. Credits to original article by Eric Stromberg.

Projects that are alternatives of or similar to Startup Matrix

Uxdm
🔀 UXDM helps developers migrate data from one system or format to another.
Stars: ✭ 159 (+140.91%)
Mutual labels:  json, markdown, csv
Sq
swiss-army knife for data
Stars: ✭ 275 (+316.67%)
Mutual labels:  json, markdown, csv
Pytablewriter
pytablewriter is a Python library to write a table in various formats: CSV / Elasticsearch / HTML / JavaScript / JSON / LaTeX / LDJSON / LTSV / Markdown / MediaWiki / NumPy / Excel / Pandas / Python / reStructuredText / SQLite / TOML / TSV.
Stars: ✭ 422 (+539.39%)
Mutual labels:  json, markdown, csv
Countries States Cities Database
🌍 World countries, states, regions, provinces, cities, towns in JSON, SQL, XML, PLIST, YAML, and CSV. All Countries, States, Cities with ISO2, ISO3, Country Code, Phone Code, Capital, Native Language, Timezones, Latitude, Longitude, Region, Subregion, Flag Emoji, and Currency. #countries #states #cities
Stars: ✭ 1,130 (+1612.12%)
Mutual labels:  json, csv
Sheetjs
📗 SheetJS Community Edition -- Spreadsheet Data Toolkit
Stars: ✭ 28,479 (+43050%)
Mutual labels:  json, csv
Awesome Startup
😎 All the required resources to build your own startup
Stars: ✭ 702 (+963.64%)
Mutual labels:  startup, startups
Dprint
Pluggable and configurable code formatting platform written in Rust.
Stars: ✭ 610 (+824.24%)
Mutual labels:  json, markdown
Ps Webapi
(Migrated from CodePlex) Let PowerShell Script serve or command-line process as WebAPI. PSWebApi is a simple library for building ASP.NET Web APIs (RESTful Services) by PowerShell Scripts or batch/executable files out of the box.
Stars: ✭ 24 (-63.64%)
Mutual labels:  json, csv
Json2csv
command line tool to convert json to csv
Stars: ✭ 742 (+1024.24%)
Mutual labels:  json, csv
Data Forge Ts
The JavaScript data transformation and analysis toolkit inspired by Pandas and LINQ.
Stars: ✭ 967 (+1365.15%)
Mutual labels:  json, csv
Jl Sql
SQL for JSON and CSV streams
Stars: ✭ 44 (-33.33%)
Mutual labels:  json, csv
Structured Text Tools
A list of command line tools for manipulating structured text data
Stars: ✭ 6,180 (+9263.64%)
Mutual labels:  json, csv
Countries
Countries, Languages & Continents data (capital and currency, native name, calling codes).
Stars: ✭ 656 (+893.94%)
Mutual labels:  json, csv
Nano Sql
Universal database layer for the client, server & mobile devices. It's like Lego for databases.
Stars: ✭ 717 (+986.36%)
Mutual labels:  json, csv
Fsharp.data
F# Data: Library for Data Access
Stars: ✭ 631 (+856.06%)
Mutual labels:  json, csv
Kalulu
Uganda Elections Tools and Resources
Stars: ✭ 24 (-63.64%)
Mutual labels:  json, csv
Jsoncsv
a command tool easily convert json file to csv or xlsx
Stars: ✭ 43 (-34.85%)
Mutual labels:  json, csv
Markdowntomedium
The easiest way to publish a Markdown post to Medium with syntax highlighted code snippets
Stars: ✭ 54 (-18.18%)
Mutual labels:  medium, markdown
Rumble
⛈️ Rumble 1.11.0 "Banyan Tree"🌳 for Apache Spark | Run queries on your large-scale, messy JSON-like data (JSON, text, CSV, Parquet, ROOT, AVRO, SVM...) | No install required (just a jar to download) | Declarative Machine Learning and more
Stars: ✭ 58 (-12.12%)
Mutual labels:  json, csv
Countries
World countries in JSON, CSV, XML and Yaml. Any help is welcome!
Stars: ✭ 5,379 (+8050%)
Mutual labels:  json, csv

Startup Matrix

Matrix visualizes the successful startups regarding the market they operate and what kind of tactic they use to differentiate from other businesses and startups. Tactics on the X. Markets on the Y.

startup-matrix.com

Matrix as table on GitHub

GitHub has a user friendly support for CSV and Markdown formats. So you can check out the matrix right here on GitHub:

Startup JSON

Information about each startup is now enriched with a text name of a brand, and a link to the main site of startup. Here is a sample of a few startups as JSON objects from file json/startups.json:

{
    "brand": "Twitch",
    "site": "https://www.twitch.tv/",
    "logo": "https://www-cdn.jtvnw.net/images/twitch_logo3.jpg",
    "market": "Gaming",
    "tactic": "Build a UGC community"
  },
  {
    "brand": "Airbnb",
    "site": "https://www.airbnb.com/",
    "logo": "https://a0.muscache.com/airbnb/static/about/resources/airbnb-logo-293-86cb5a9eea395a8233842fb74a5b59af.png",
    "market": "Travel",
    "tactic": "Create a marketplace"
  }

## How to update JSON files?

First you need to install Node.js if not yet. Then run the next commands in terminal:

npm i
node export-to-json.js

JSON files will be updated in ./json dir.

The article

I have written an article about this GitHub project.

Credits

Credits to original article by Eric Stromberg.

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].