Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edgedb/awesome-edgedb
A curated list of resources related to EdgeDB.
https://github.com/edgedb/awesome-edgedb
List: awesome-edgedb
awesome awesome-list edgedb
Last synced: 3 months ago
JSON representation
A curated list of resources related to EdgeDB.
- Host: GitHub
- URL: https://github.com/edgedb/awesome-edgedb
- Owner: edgedb
- License: cc0-1.0
- Created: 2023-07-25T17:27:59.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-31T12:28:48.000Z (9 months ago)
- Last Synced: 2024-05-21T12:20:20.706Z (6 months ago)
- Topics: awesome, awesome-list, edgedb
- Homepage: https://edgedb.com
- Size: 20.5 KB
- Stars: 32
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- ultimate-awesome - awesome-edgedb - A curated list of resources related to EdgeDB. (Other Lists / PowerShell Lists)
README
Awesome EdgeDB
A curated list of resources related to EdgeDB.
Quickstart
•
Website
•
Docs
•
Playground
•
Blog
•
Discord
•## Contributing
Want to contribute to the list? Follow the [contributing guide](/CONTRIBUTING.md) and send us a pull request!## Contents
1. [Applications](#applications)
2. [Articles](#articles)
3. [Essentials](#essentials)
4. [Integrations](#integrations)
5. [Templates](#templates)
6. [Videos](#videos)## Applications
- [EdgeDB + NestJS](https://github.com/tdolsen/edgedb-nestjs-example) - A NestJS application that uses EdgeDB and exposes a GraphQL API.
- [EdgeDB NextJS Blog](https://github.com/colinhacks/edgedb-nextjs-blog) - A NextJS blog application built with EdgeDB and React.
- [EdgeDB TodoMVC](https://github.com/edgedb/simpletodo) - A classic todo application that is powered by EdgeDB.
- [Hyperpop](https://github.com/edgedb/remix) - EdgeDB powered Remix application that is deployed using Fly.
- [QuanWeb](https://github.com/hongquan/QuanWeb) - A production personal website with Rust (Axum framework) + EdgeDB at the backend, and various tech for frontend.
- [Remix + EdgeDB](https://github.com/jacob-ebey/remix-edgedb) - A simple Remix application that is powered by EdgeDB.
- [Remix Chop Suey Stack](https://github.com/jkcorrea/remix-chop-suey-stack) - A Remix application made with EdgeDB, Tailwind & Fly.
- [Remix K-Hip Hop Stack](https://github.com/AceroM/khiphop-stack) - An application built with Remix & EdgeDB and deployed using Netlify.
- [SvelteKit Blog App](https://github.com/pro7tech/sveltekit-blog-app) - A SvelteKit blog app built with SvelteKit and EdgeDB.
- [Twitter Clone](https://github.com/pokedotdev/twitter-clone) - A Twitter clone built using Remix, UnoCSS and EdgeDB.## Articles
- [Chit-chatting with EdgeDB docs via ChatGPT and pgvector](https://www.edgedb.com/blog/chit-chatting-with-edgedb-docs-via-chatgpt-and-pgvector)
- [Databases are about to change the way that React changed the webapps](https://miroslavpetrik.medium.com/databases-are-about-to-change-the-way-that-react-changed-the-webapps-aef81665dd81)
- [EdgeDB wants to modernize databases for cutting-edge apps](https://techcrunch.com/2022/04/22/edgedb-wants-to-modernize-databases-for-cutting-edge-apps/)
- [My experience with EdgeDB](https://divan.dev/posts/edgedb/)
- [What you should know before choosing EdgeDB for a real production](https://careers.semrush.com/en/blog/what-you-should-know-before-choosing-edgedb-for-a-real-production/)## Developer Tools
- [Tree-sitter grammar for EdgeDB's SDL](https://github.com/greym0uth/tree-sitter-esdl)## Essentials
- [Blog](https://www.edgedb.com/blog)
- [Easy EdgeDB Book](https://www.edgedb.com/easy-edgedb)
- [Quickstart](https://www.edgedb.com/docs/guides/quickstart)
- [Tutorial](https://www.edgedb.com/tutorial)## Integrations
- [EdgeDB Dokku Plugin](https://github.com/IgnisDa/dokku-edgedb) - A plugin for Dokku that provides EdgeDB related commands.
- [EdgeDB FastAPI Users](https://github.com/0xsirsaif/fastapiusers-edgedb) - An adapter for FastAPI Users that utilizes EdgeDB as storage.
- [EdgeDB Grafana Backend](https://github.com/washed/edgedb-grafana-backend) - A Grafana backend plugin allowing you to use EdgeDB as a data source.
- [EdgeDB Grafana Frontend](https://github.com/edgedb/edgedb-grafana-frontend) - A Grafana frontend plugin allowing you to fetch data from EdgeDB's HTTP endpoint.
- [EdgeDB Lucia-Auth Adapter](https://github.com/JitPackJoyride/lucia-adapter-edgedb) - An adapter for [Lucia-Auth](https://lucia-auth.com/) that utilizes EdgeDB as storage for your authentication and user data.
- [EdgeDB Msgspec Integration](https://jcristharif.com/msgspec/examples/edgedb.html) - Documentation on integrating EdgeDB with the msgspec JSON serialization & validation library.## Templates
- [Create T3-EdgeDB App](https://github.com/PastelStoic/create-t3-edgedb-app) - The [T3 stack](https://init.tips/), but the database of choice is EdgeDB.## Videos
- [Build a Next.js blog backed by EdgeDB](https://www.youtube.com/watch?v=G17Xc8cnSI0)
- [Colin McDonnell - Zod, tRPC, EdgeDB](https://www.youtube.com/watch?v=WVRLim8A8-I)
- [EdgeDB 2.0 Launch](https://www.youtube.com/watch?v=1jloGHV31Ow)
- [EdgeDB 3.0 Launch](https://www.youtube.com/watch?v=bqD5CThzmw4)
- [EdgeDB Office Hours](https://www.youtube.com/playlist?list=PLhNSoGM2ik6Rd3b5TT1DJzQej8jtcSYGe)
- [End-to-end type safety](https://www.youtube.com/watch?v=NAbEo2_6Us4&t=2422s)## Other languages
### Chinese
- [看無間道學EdgeDB](https://jrycw.github.io/edgedb-ia/): A ten-part course inspired by [Easy EdgeDB](https://www.edgedb.com/easy-edgedb) that follows the story in the 2002 Hong Kong action thriller film Infernal Affairs. [Source code](https://github.com/jrycw/edgedb-ia)