Showing 737 open source projects for "schema"

View related business solutions
  • Find out just how much your login box can do for your customer | Auth0 Icon
    Find out just how much your login box can do for your customer | Auth0

    With over 53 social login options, you can fast-track the signup and login experience for users.

    From improving customer experience through seamless sign-on to making MFA as easy as a click of a button – your login box must find the right balance between user convenience, privacy and security.
  • Red Hat Ansible Automation Platform on Microsoft Azure Icon
    Red Hat Ansible Automation Platform on Microsoft Azure

    Red Hat Ansible Automation Platform on Azure allows you to quickly deploy, automate, and manage resources securely and at scale.

    Deploy Red Hat Ansible Automation Platform on Microsoft Azure for a strategic automation solution that allows you to orchestrate, govern and operationalize your Azure environment.
  • 1
    Caliban

    Caliban

    Functional GraphQL library for Scala

    Caliban is a purely functional library for building GraphQL servers and clients in Scala. The design principles behind the library are the following. Minimal amount of boilerplate: no need to manually define a schema for every type in your API. Pure interface: errors and effects are returned explicitly (no exceptions thrown), all returned types are referentially transparent (no Future). Clean separation between schema definition and implementation: schema is defined and validated at compile...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    Meilisearch

    Meilisearch

    An open-source, lightning-fast, and hyper-relevant search engine

    ... want, no need to match a schema or convert your dataset to a compatible format. Everyone makes mistakes! If typos break your search experience, many users will leave thinking what they were looking for just wasn't there. Start searching through your dataset in less than 5 minutes and quickly connect your codebase to Meilisearch with our official libraries. Meilisearch is designed to work out-of-the-box, no configuration needed.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    Vegeta

    Vegeta

    HTTP load testing tool and library. It's over 9000!

    ... releases page. As for the library, new versions are tagged with both lib/vMAJOR.MINOR.PATCH and vMAJOR.MINOR.PATCH. The latter tag is required for compatibility with go mod. The JSON format makes integration with programs that produce targets dynamically easier. Each target is one JSON object in its own line. The method and url fields are required. If present, the body field must be base64 encoded. The generated JSON Schema defines the format in detail.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4
    Prisma Client Go

    Prisma Client Go

    Prisma Client Go is an auto-generated and fully type-safe database

    Get started in minutes with a new or existing database. Use full type safety and automated workflows to ship schema changes and write queries with less work. Prisma Client Go is an auto-generated query builder that enables type-safe database access and reduces boilerplate. You can use it as an alternative to traditional ORMs such as gorm, xorm, sqlboiler and most database-specific tools. It is part of the Prisma ecosystem. Prisma provides database tools for data access, declarative data...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Achieve perfect load balancing with a flexible Open Source Load Balancer Icon
    Achieve perfect load balancing with a flexible Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    Boost application security and continuity with SKUDONET ADC, our Open Source Load Balancer, that maximizes IT infrastructure flexibility. Additionally, save up to $470 K per incident with AI and SKUDONET solutions, further enhancing your organization’s risk management and cost-efficiency strategies.
  • 5
    Apache Avro

    Apache Avro

    Apache Avro is a data serialization system

    Apache Avro™ is a data serialization system. Simple integration with dynamic languages. Code generation is not required to read or write data files nor to use or implement RPC protocols. Code generation is an optional optimization, is only worth implementing for statically typed languages. Avro relies on schemas. When Avro data is read, the schema used when writing it is always present. This permits each datum to be written with no per-value overheads, making serialization both fast and small...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    Altair

    Altair

    A beautiful feature-rich GraphQL Client for all platforms

    Altair GraphQL Client helps you debug GraphQL queries and implementations, taking care of the hard part so you can focus on actually getting things done. Easily switch between various working environments (e.g. switching between local, staging and production environments) Provides a rich interface to conveniently search through your schema. Use binary files as variables to upload them via GraphQL following the GraphQL multipart request specification. Automatically refresh your schema whenever...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    omniparser

    omniparser

    Native Golang ETL streaming parser and transform library

    Omniparser is a native Golang ETL parser that ingests input data of various formats (CSV, txt, fixed length/width, XML, EDI/X12/EDIFACT, JSON, and custom formats) in streaming fashion and transforms data into desired JSON output based on a schema written in JSON.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    JSON Forms

    JSON Forms

    Customizable JSON Schema-based forms with React, Angular and Vue

    ... the capabilities of JSON and JSON schema and provides a simple and declarative way of describing forms. Forms are then rendered with a UI library or framework, e.g. React or Angular.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    resume-cli

    resume-cli

    CLI tool to easily setup a new resume

    ... perfect to build tools for! We also feel that the JSON Schema is mature enough for writing usable semantics. The schema is open source and community-driven. We release everything we do under the MIT license.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Nectar: Employee Recognition Software to Build Great Culture Icon
    Nectar: Employee Recognition Software to Build Great Culture

    Nectar is an employee recognition software built for the modern workforce.

    Our 360 recognition & rewards platform enables everyone (peer to peer & manager to employees alike) to send meaningful recognition rooted in core values. Nectar has the most extensive rewards catalog so users can choose from company branded swag, Amazon products, gift cards or custom reward types. Integrate with your other tools like Slack and Teams to make sending recognition easy. We support top organizations like MLB, SHRM, Redfin, Heineken and more.
  • 10
    Jailer Database Tool

    Jailer Database Tool

    Database subsetting and relational data browsing tool

    Jailer is a tool for database subsetting, schema and data browsing. It creates small slices from your database and lets you navigate through your database following the relationships. Ideal for creating small samples of test data or for local problem analysis with relevant production data. Creates small slices from your productive database and imports the data into your development and test environment (consistent and referentially intact). Improves database performance by removing...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11
    Redshift JDBC Driver

    Redshift JDBC Driver

    Redshift JDBC Driver. It supports JDBC 4.2 specification

    The Amazon JDBC Driver for Redshift is a Type 4 JDBC driver that provides database connectivity through the standard JDBC application program interfaces (APIs) available in the Java Platform, Enterprise Editions. The Driver provides access to Redshift from any Java application, application server, or Java-enabled applet. It builds redshift-jdbc42-{version}.jar and redshift-jdbc42-{version}.zip files under target directory. The jar file is the Redshift JDBC driver.The zip file contains the...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12
    graphql-php

    graphql-php

    A PHP port of GraphQL reference implementation

    This is a PHP implementation of the GraphQL specification based on the reference implementation in JavaScript. GraphQL is a modern way to build HTTP APIs consumed by the web and mobile clients. It is intended to be an alternative to REST and SOAP APIs (even for existing applications). GraphQL itself is a specification designed by Facebook engineers. Various implementations of this specification were written in different languages and environments. A great overview of GraphQL features and...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    listmonk

    listmonk

    High performance, self-hosted, newsletter and mailing list manager

    Performance and features packed into a single binary. Manage millions of subscribers across many single and double opt-in lists with custom JSON attributes for each subscriber. Query and segment subscribers with SQL expressions. Use the super fast bulk importer (10k records per second) or use HTTP/JSON APIs or interact with the simple table schema to integrate external CRMs and subscriber databases. Visualize and compare campaign performance. Connect external visualization programs...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 14
    Dgraph

    Dgraph

    The Only Native GraphQL Database With A Graph Backend

    ...; or if you just want a simple and flexible schema, and prioritize speed and performance at scale, Dgraph is the best choice for you. It’s fully equipped with everything you need and more.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 15
    pg_graphql

    pg_graphql

    GraphQL support for PostgreSQL

    pg_graphql is a PostgreSQL extension that enables querying the database with GraphQL using a single a SQL function. The extension reflects a GraphQL schema from the existing SQL schema and exposes it through a SQL function, graphql. resolve(...). This enables any programming language that can connect to PostgreSQL to query the database via GraphQL with no additional servers, processes, or libraries. Each table receives an entry point in the top-level Query type that is a pageable collection...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Suretype

    Suretype

    Typesafe JSON (Schema) validator

    Suretype is a JSON validator targeting TypeScript and JSON Schema. It is ridiculously type-safe when used in TypeScript, which is good for accuracy, but also for aiding IDE auto-complete. It's as easy as Joi, but ~70x faster. It's (at least) as typesafe as Superstruct, but ~100x faster. ~2500x faster than Zod and ~1600x faster than ow. It supports most (if not all) of JSON schema, and nothing beyond that, so that the validator schemas written in TypeScript (or JavaScript) can be ensured...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Atlas

    Atlas

    A modern tool for managing database schemas

    atlas is an open-source schema migration tool. Atlas is a tool for managing and migrating database schemas using modern DevOps principles. It offers two workflows. Similar to Terraform, Atlas compares the current state of the database with the desired state defined in an HCL or SQL schema, and generates a migration plan to reach that state. Unlike other tools, Atlas automatically plans schema migrations for you. Users can describe their desired database schema in HCL or SQL and use Atlas CLI...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    GraphQL for .NET

    GraphQL for .NET

    This is an implementation of Facebook's GraphQL in .NET

    ... difficulty understanding how the code works or have encountered an error, then it is just enough to enable Source Link in your IDE settings. Then you can debug GraphQL.NET source code as if it were part of your project. The Schema first approach relies upon the GraphQL schema language, coding conventions, and tries to provide a minimal amount of syntax. It is the easiest to get started though it does not currently support some advanced scenarios.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    SchemaHero

    SchemaHero

    A Kubernetes operator for declarative database schema management

    SchemaHero is an open-source database schema migration tool that converts a schema definition into migration scripts that can be applied in any environment. Written as both a CLI utility and a Kubernetes Operator, SchemaHero eliminates the task of creating and managing sequenced migration scripts that are compatible with all environments in which an application is running.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Django Ninja

    Django Ninja

    Fast, Async-ready, Openapi, type hints based framework

    Django Ninja is a web framework for building APIs with Django and Python 3.6+ type hints. Designed to be easy to use and intuitive. Very high performance thanks to Pydantic and async support. Type hints and automatic docs lets you focus only on business logic. Based on the open standards for APIs: OpenAPI (previously known as Swagger) and JSON Schema. Django friendly (obviously) has good integration with the Django core and ORM. Used by multiple companies on live projects.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21
    GraphQL Mesh

    GraphQL Mesh

    GraphQL Mesh — Query anything, run anywhere

    GraphQL Mesh allows you to use GraphQL query language to access data in remote APIs that don't run GraphQL (and also ones that do run GraphQL). It can be used as a gateway to other services or run as a local GraphQL schema that aggregates data from remote APIs. The goal of GraphQL Mesh is to let developers easily access services that are written in other APIs specs (such as gRPC, OpenAPI/Swagger, OData, SOAP/WSDL, Apache Thrift, Mongoose, PostgreSQL, Neo4j, and also GraphQL) with GraphQL...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    GraphQL Tools

    GraphQL Tools

    Build, mock, and stitch a GraphQL schema using the schema language

    GraphQL Tools is a set of NPM packages and an opinionated structure for how to build a GraphQL schema and resolvers in JavaScript, following the GraphQL-first development workflow. Use the GraphQL schema definition language to generate a schema with full support for resolvers, interfaces, unions, and custom scalars. With GraphQL Tools, you can mock your GraphQL API with fine-grained per-type mocking for fast prototyping without any data sources. Automatically stitch multiple schemas together...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Amazon DocumentDB JDBC Driver

    Amazon DocumentDB JDBC Driver

    Amazon DocumentDB JDBC driver to connect from BI tools and execute SQL

    The JDBC driver for the Amazon DocumentDB managed document database provides an SQL-relational interface for developers and BI tool users. The Amazon DocumentDB JDBC driver can perform automatic schema discovery and generate an SQL to DocumentDB schema mapping. See the schema discovery documentation for more details of this process. Follow the requirements and setup directions to get you environment ready to use the Amazon DocumentDB JDBC driver. Assuming your Amazon DocumentDB cluster...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Yup

    Yup

    Dead simple Object schema validation

    Yup is a JavaScript schema builder for value parsing and validation. Define a schema, transform a value to match, validate the shape of an existing value, or both. Yup schema are extremely expressive and allow modeling complex, interdependent validations, or value transformations. Yup's API is heavily inspired by Joi, but leaner and built with client-side validation as its primary use-case. Yup separates the parsing and validating functions into separate steps. cast() transforms data while...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    webrpc

    webrpc

    webrpc is a schema-driven approach to writing backend services

    webrpc is a schema-driven approach to writing backend servers for the Web. Write your server's API interface in a schema format of RIDL or JSON, and then run webrpc-gen to generate the networking source code for your server and client apps. From the schema, webrpc-gen will generate application-based class types/interfaces, JSON encoders, and networking code. In doing so, it's able to generate fully functioning and typed client libraries to communicate with your server. Enjoy strongly-typed Web...
    Downloads: 0 This Week
    Last Update:
    See Project