Awesome Keploy Awesome

A curated list of awesome SDKs, integrations and projects using Keploy

Keploy is an open source tool that generates test files and data mocks from API calls.

Contents

SDK

  • Go SDK - SDK to generate realistic mock files or entire e2e tests for your go applications.
  • Java SDK - SDK to generate realistic mock files or entire e2e tests for your java applications.
  • Typescript SDK - SDK to generate realistic mock files or entire e2e tests for your typescript applications.

Go Integrations

  • Chi - Official integration for Chi router
  • Gin - Official integration for Gin router
  • Echo - Official integration for Echo router
  • WebGo - Official integration for Webgo router
  • Gorilla/Mux - Official integration for Gorilla/Mux router
  • MongoDB - Official integration for MongoDB in Go
  • DynamoDB - Official integration for DynamoDB in Go
  • SQL Driver - Official integration for SQL Driver in Go
  • Elasticsearch - Official integration for Elasticsearch in Go
  • Redis - Official integration for Redis in Go
  • gRPC - Official integration for gRPC in Go
  • net/http - Official integration for net/http in Go

Java Integrations

  • Spring Boot - Official integration for Spring Boot
  • SQL Driver - Official integration for SQL Driver in Java
  • DynamoDB - Official integration for DynamoDB in Java
  • PostgreSQL - Official integration for PostgreSQL in Java
  • Oracle DB - Official integration for OracleDB in Java
  • MariaDB - Official integration for MariaDB in Java
  • H2 Database - Official integration for H2 Database in Java
  • Google Maps - Official integration for Google Maps in Java
  • Apache Client - Official integration for Apache Client in Java
  • okhttp - Official integration for okhttp in Java
  • S3 - Official integration for S3 in Java

TypeScript Integrations

  • Octokit - Official integration for Octokit
  • Express - Official integration for Express

Plugin

Sample Applications

  • Echo-SQL Sample - A sample url shortener app to test Keploy integration capabilities using Echo and PostgreSQL
  • Gin-Mongo Sample - A sample url shortener app to test Keploy integration capabilities using Gin and mongoDB
  • Gin-Mongo Sample 2 - A sample application that does CRUD (get, create, update, and delete) operations on a user in mongoDB
  • Gin-Elastic Sample - A sample elastic-search app to test Keploy integration capabilities
  • Gorilla/Mux-Redis - A sample contact keeper app to test Keploy integration capabilities using Gorilla Mux and Redis
  • Gorilla/Mux-SQL - A sample url shortener app to test Keploy integration capabilities using Gorilla/Mux and SQL
  • Example Employee-Manager App - A sample Employee-Manager app to test Keploy integration capabilities using SpringBoot and PostgreSQL
  • Sample Typescript App - A sample app to test Keploy integration capabilities for Typescript

Programs

Tutorials

Blogs

Contribute

Contributions welcome! Read the contribution guidelines first.