# Databases Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/databases
> Markdown URL: https://aitinkerers.org/technologies/databases.md
> Technology record last updated: 2026-03-05T10:17:11Z
> Generated: 2026-09-20T20:36:11Z

Databases are the structured, persistent storage systems that manage massive volumes of data (e.g., 4.1 zettabytes by 2025) for all modern applications, enabling reliable retrieval via query languages like SQL.

A database is the critical backbone for any data-driven operation: It ensures data integrity, consistency, and high-speed retrieval. This technology encompasses diverse models, from the highly structured Relational Database Management Systems (RDBMS) like PostgreSQL and MySQL to flexible NoSQL types like MongoDB (document) and Redis (in-memory cache). Systems must handle concurrent access, guarantee ACID properties for transactions, and scale efficiently, often utilizing techniques like horizontal sharding to manage petabytes of data. Choosing the right platform (SQL vs. NoSQL) depends entirely on the application's specific requirements (e.g., transactional consistency versus high-volume, flexible data storage).

- Official technology site: https://www.postgresql.org
- Public AI Tinkerers demos and talks: 1
- Result page: 1 of 1

## Recent Public Talks and Demos

### [LLM-powered Knowledge Graph Generation](https://nyc.aitinkerers.org/talks/rsvp_hauOLk3d7qc)

Generalized LLMs have made tasks like entity tagging and relationship extraction from unstructured text much easier. This enables developers to create structured networks that are important for relational insight out of unstructured data.

- Event context: Omakase Founder Dinner | NY #TechWeek — 2024-06-04 — New York City
- Public talk page: https://nyc.aitinkerers.org/talks/rsvp_hauOLk3d7qc

## Related Technologies

- [BERT](https://aitinkerers.org/technologies/bert) ([Markdown](https://aitinkerers.org/technologies/bert.md)) — 179 public demos
- [BLOOM](https://aitinkerers.org/technologies/bloom) ([Markdown](https://aitinkerers.org/technologies/bloom.md)) — 115 public demos
- [Google Search](https://aitinkerers.org/technologies/google-search) ([Markdown](https://aitinkerers.org/technologies/google-search.md)) — 3 public demos
- [GPT-3](https://aitinkerers.org/technologies/gpt-3) ([Markdown](https://aitinkerers.org/technologies/gpt-3.md)) — 191 public demos
- [GPT-4](https://aitinkerers.org/technologies/gpt-4) ([Markdown](https://aitinkerers.org/technologies/gpt-4.md)) — 529 public demos
- [Knowledge Graphs](https://aitinkerers.org/technologies/knowledge-graphs) ([Markdown](https://aitinkerers.org/technologies/knowledge-graphs.md)) — 10 public demos
- [Llama-2](https://aitinkerers.org/technologies/llama-2) ([Markdown](https://aitinkerers.org/technologies/llama-2.md)) — 227 public demos
- [PaLM 2](https://aitinkerers.org/technologies/palm-2) ([Markdown](https://aitinkerers.org/technologies/palm-2.md)) — 116 public demos
- [RoBERTa](https://aitinkerers.org/technologies/roberta) ([Markdown](https://aitinkerers.org/technologies/roberta.md)) — 118 public demos
- [Wikipedia](https://aitinkerers.org/technologies/wikipedia) ([Markdown](https://aitinkerers.org/technologies/wikipedia.md)) — 3 public demos
