Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
78 changes: 67 additions & 11 deletions docs/CORE_CONCEPTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,36 +2,92 @@

## NYC Open Data

TODO
- NYC Open Data Portal
- Socrata
- Tyler Technologies
NYC Open Data is free public data published by New York City agencies and other partners.

The Open Data Team at the NYC Office of Technology and Innovation (OTI) oversees the program. The team works with City agencies to identify and make data available, coordinate platform operations and improvements, and promote the use of Open Data both within government and throughout NYC. Each City agency also has an Open Data Coordinator, who serves as the main point of contact for the Open Data team and the public, and works to identify, document, structure, and manage the agency’s public datasets.

Website:
- https://opendata.cityofnewyork.us/

### Socrata and Tyler Technologies

NYC Open Data is hosted and shared through the Socrata platform:

- https://data.cityofnewyork.us/browse?sortBy=relevance&page=1&pageSize=20
- https://dev.socrata.com/

Tyler Technologies purchased Socrata in 2018:

- https://www.govtech.com/biz/tyler-technologies-acquires-socrata.html

## Ruby

TODO
Ruby is a general-purpose programming language designed for simplicity and productivity.

Website:
- https://www.ruby-lang.org/en/

Tutorial:
- https://www.theodinproject.com/paths/full-stack-ruby-on-rails/courses/ruby

Source Code:
- https://github.com/ruby/ruby

## Ruby on Rails

TODO
Rails is a web application framework that includes everything needed to create database-backed web applications.

Website:
- https://rubyonrails.org/

Tutorial:
- https://www.theodinproject.com/paths/full-stack-ruby-on-rails/courses/ruby-on-rails

Source Code:
- https://github.com/rails/rails

## Postgres

TODO
PostgreSQL is a powerful, open source object-relational database system with over 35 years of active development that has earned it a strong reputation for reliability, feature robustness, and performance.

Website:
- https://www.postgresql.org/

Source Code:
- https://github.com/postgres/postgres

## Multiple databases

TODO
Ruby on Rails supports connecting to multiple databases.

Documentation:
- https://guides.rubyonrails.org/active_record_multiple_databases.html

## Kiba

TODO
Kiba is a data processing & ETL framework for Ruby.

Website:
- https://www.kiba-etl.org/

Source Code:
- https://github.com/thbar/kiba

## BI

TODO
Business Intelligence (BI) software comprises tools that collect, analyze, and visualize data from various sources to provide actionable insights for decision-making.

Open source solutions include
- Apache Superset
- Metabase
- and many more

## Apache Superset

TODO
Apache Superset™ is an open-source modern data exploration and visualization platform.

Website:
- https://superset.apache.org/

Source Code:
- https://github.com/apache/superset
Loading