TypeScript Mongo

Open-source TypeScript projects categorized as Mongo

Top 13 TypeScript Mongo Projects

  • Prisma

    Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB

    Project mention: Deploy Full-Stack Next.js T3App with Cognito and Prisma using AWS Lambda | dev.to | 2024-04-15

    generator client { provider = "prisma-client-js" binaryTargets = ["native", "rhel-openssl-1.0.x"] } datasource db { provider = "postgresql" // NOTE: When using mysql or sqlserver, uncomment the @db.Text annotations in model Account below // Further reading: // https://next-auth.js.org/adapters/prisma#create-the-prisma-schema // https://www.prisma.io/docs/reference/api-reference/prisma-schema-reference#string url = env("DATABASE_URL") } model Post { id Int @id @default(autoincrement()) name String createdAt DateTime @default(now()) updatedAt DateTime @updatedAt createdBy User @relation(fields: [createdById], references: [id]) createdById String @@index([name]) } // ... rest of the schema

  • testing-nestjs

    A repository to show off to the community methods of testing NestJS including Unit Tests, Integration Tests, E2E Tests, pipes, filters, interceptors, GraphQL, Mongo, TypeORM, and more!

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

  • Keyv

    Simple key-value storage with support for multiple backends

  • denodb

    MySQL, SQLite, MariaDB, PostgreSQL and MongoDB ORM for Deno

    Project mention: denodb VS denodata - a user suggested alternative | libhunt.com/r/denodb | 2023-11-29
  • slashbase

    In-browser database IDE for dev/data workflows. Supports PostgreSQL & MongoDB.

    Project mention: Generate and run SQL with GPT in Database Client (built with go - wails) | /r/golang | 2023-07-02
  • Mongo Seeding

    🌱 The ultimate solution for populating your MongoDB database.

  • aurora

    CLI tool that orchestrates prisma files in a way that allows multiple .prisma files with cross-relations (by sabinadams)

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • EddieBot

    Inclusive words Discord bot (no more "hey guys")

  • lonely-bot

    Discord bot for aggregating and presenting Dota 2 stats and playing music

  • docker-nestjs-mongodb-react-typescript-starter-kit

    This is a boilerplate repository for creating a new Docker project using Node, NestJS, React, Mongo, Material-UI along with quick start commands (check Makefile/ReadMe).

  • express-blog-api

    A Blog REST API with JWT authentication using ExpressJs, MongoDB, NodeJs and Typescript.

  • pls

    Preserve `localStorage` in databases. (by LeastSignificant)

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2024-04-15.

TypeScript Mongo related posts

Index

What are some of the best open-source Mongo projects in TypeScript? This list will help you:

Project Stars
1 Prisma 37,076
2 testing-nestjs 2,764
3 Keyv 2,475
4 denodb 1,904
5 slashbase 1,291
6 Mongo Seeding 547
7 aurora 209
8 EddieBot 163
9 lonely-bot 29
10 docker-nestjs-mongodb-react-typescript-starter-kit 13
11 express-blog-api 13
12 mongo-search 10
13 pls 9
Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com