Pinned Repositories
adamjq
aws-lambda-arm64-prisma
Minimal reproduction to run Prisma on AWS Lambda with arm64 architecture
aws-secretsmanager-cache-rust
Client for in-process caching of secrets from AWS Secrets Manager for Rust applications
event-driven-nestjs
Example NestJS app running on AWS Lambda with EventBridge source and Webpack config.
lru-cache
Thread-safe Go implementation of a Least Recently Used cache with generics and O(1) access
opensearch-learning-to-rank-example
POC of Learning to Rank with Opensearch
prisma-postgres-itests
Integration testing with Typescript, Prisma and Supabase (Postgres)
production-ready-serverless-nestjs
Backend starter template for a NestJS GraphQL API on AWS Lambda with security and performance best practices
solr-ltr-demo
Exploring Learning-to-Rank (LTR) with Apache Solr, Java and Gradient-Boosted Decision Trees
t3-graphql-starter
Modified create-t3-app template using NextJS, GraphQL, Prisma, Supabase and Google Auth provider
adamjq's Repositories
adamjq/production-ready-serverless-nestjs
Backend starter template for a NestJS GraphQL API on AWS Lambda with security and performance best practices
adamjq/t3-graphql-starter
Modified create-t3-app template using NextJS, GraphQL, Prisma, Supabase and Google Auth provider
adamjq/event-driven-nestjs
Example NestJS app running on AWS Lambda with EventBridge source and Webpack config.
adamjq/aws-secretsmanager-cache-rust
Client for in-process caching of secrets from AWS Secrets Manager for Rust applications
adamjq/lru-cache
Thread-safe Go implementation of a Least Recently Used cache with generics and O(1) access
adamjq/prisma-postgres-itests
Integration testing with Typescript, Prisma and Supabase (Postgres)
adamjq/adamjq
adamjq/aws-lambda-arm64-prisma
Minimal reproduction to run Prisma on AWS Lambda with arm64 architecture
adamjq/CUA
create-universal-app(CUA) is an opinionated template for creating fullstack universal apps (Expo, Next, tRPC, Prisma, Clerk, Solito, Tamagui)
adamjq/docs
📚 Prisma Documentation
adamjq/elasticsearch-in-action
Offical code repository for the Elasticsearch in Action book from Manning
adamjq/go-rest-api-serverless
Serverless Golang REST API hosted on AWS Lambda with OpenAPI code generation.
adamjq/mongodb-graphql-nestjs-template
Starter template for services using Typescript, NestJS GraphQL and MongoDB
adamjq/opensearch-learning-to-rank-example
POC of Learning to Rank with Opensearch
adamjq/serverless-rust
Exploring using Rust with AWS Lambda, API Gateway and CDK.
adamjq/serverless-twirp
Running the Twirp RPC Framework on AWS Lambda with CDK
adamjq/testcontainers-rs
A library for integration-testing against docker containers from within Rust.
adamjq/solr-ltr-demo
Exploring Learning-to-Rank (LTR) with Apache Solr, Java and Gradient-Boosted Decision Trees
adamjq/ai-powered-search
Work in Progress for AI-Powered Search (Manning Publications)
adamjq/Databricks-Certified-Data-Engineer-Associate
The resources of the preparation course for Databricks Data Engineer Associate certification exam
adamjq/elasticsearch-learning-to-rank
Plugin to integrate Learning to Rank (aka machine learning for better relevance) with Elasticsearch
adamjq/langchain
⚡ Building applications with LLMs through composability ⚡
adamjq/llama-hub
A library of data loaders for LLMs made by the community -- to be used with GPT Index and/or LangChain
adamjq/lucene
Apache Lucene open-source search software
adamjq/lucene-university
Self-contained worked examples of Apache Lucene features and functionality
adamjq/opensearch-learning-to-rank-base
Fork of https://github.com/o19s/elasticsearch-learning-to-rank to work with OpenSearch
adamjq/serverless-offline
Emulate AWS λ and API Gateway locally when developing your Serverless project
adamjq/solr
Apache Solr open-source search software
adamjq/testcontainers-python
Testcontainers is a Python library that providing a friendly API to run Docker container. It is designed to create runtime environment to use during your automatic tests.
adamjq/zookeeper-leader-election
Example of a simple leader election algorithm using Apache ZooKeeper