quickstart

Top 23 quickstart Open-Source Projects

  • examples

    Apache Kafka and Confluent Platform examples and demos (by confluentinc)

  • gorsk

    :fire: Idiomatic Golang Restful Starter Kit

  • 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.

    SurveyJS logo
  • active-directory-aspnetcore-webapp-openidconnect-v2

    An ASP.NET Core Web App which lets sign-in users (including in your org, many orgs, orgs + personal accounts, sovereign clouds) and call Web APIs (including Microsoft Graph)

  • Project mention: NextAuth Azure AD Provider | /r/nextjs | 2023-06-14

    See also the Azure AD ID token claims reference for fields you can expect to see in the decoded ID token, as well as this ASP.NET Example that talks about how to configure Azure to provide the roles/group membership info in its ID tokens.

  • cp-all-in-one

    docker-compose.yml files for cp-all-in-one , cp-all-in-one-community, cp-all-in-one-cloud, Apache Kafka Confluent Platform

  • Project mention: My local Kafka instance stuck in "auto leader balancing" | /r/apachekafka | 2023-11-22

    # https://github.com/confluentinc/cp-all-in-one/blob/7.0.1-post/cp-all-in-one/docker-compose.yml version: '3' services: zookeeper: image: confluentinc/cp-zookeeper:7.3.0 container_name: zookeeper ports: - "2181:2181" environment: ZOOKEEPER_CLIENT_PORT: 2181 ZOOKEEPER_TICK_TIME: 2000 broker: image: confluentinc/cp-kafka:7.3.0 container_name: broker ports: - "9092:9092" depends_on: - zookeeper environment: KAFKA_BROKER_ID: 1 KAFKA_ZOOKEEPER_CONNECT: "zookeeper:2181" KAFKA_LISTENER_SECURITY_PROTOCOL_MAP: PLAINTEXT:PLAINTEXT,PLAINTEXT_HOST:PLAINTEXT KAFKA_ADVERTISED_LISTENERS: PLAINTEXT://broker:29092,PLAINTEXT_HOST://localhost:9092 KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR: 1 KAFKA_TRANSACTION_STATE_LOG_MIN_ISR: 1 KAFKA_TRANSACTION_STATE_LOG_REPLICATION_FACTOR: 1 mongodb: container_name: mongo_c image: mongo:6.0 volumes: - ./db:/data/db ports: - "27017:27017" environment: MONGO_INITDB_ROOT_USERNAME: root MONGO_INITDB_ROOT_PASSWORD: example

  • instapy-quickstart

    💨 Simply get InstaPy up and running in minutes.

  • video-quickstart-js

    A quickstart and code samples for Twilio Video JavaScript SDK. https://www.twilio.com/docs/video

  • Project mention: Help with Twilio Video Player in normal Javascript | /r/programminghelp | 2023-04-23
  • auth0-vue-samples

    Auth0 Integration Samples for Vue.js Applications

  • 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.

    WorkOS logo
  • nodejs-quickstart

    This repository contains code samples for the Node.js Quick Start blog post series

  • Project mention: Error in their own MERN tutorial? | /r/mongodb | 2023-04-29

    I can access and list my DB's via other sample scripts like this one for example so it's not about accessibility but my JS is too rusty for finding the error (or perhaps I made a mistake but don't think so because in the end I ended up copy-pasting all of the code).

  • nativescript-app-templates

    Monorepo for NativeScript app templates

  • auth0-javascript-samples

    Auth0 Integration Samples for Vanilla JavaScript Applications

  • auth0-nodejs-webapp-sample

    Auth0 Integration Samples for Node Web Applications

  • auth0-nextjs-samples

    Auth0 Integration Samples for Next.js Applications

  • AppModelv2-WebApp-OpenIDConnect-DotNet

    ASP.NET Web Server - OpenID Connect v2 Endpoint Sample

  • oci-quickstart

    Oracle Cloud Infrastructure Quick Start

  • astro-quickstart

    A bare-bones Astro template to get you deployed to Netlify fast!

  • java-quickstart

    This repository contains code samples for getting started with Java and MariaDB.

  • langchainjs-quickstart-demo

    Build a generative AI application using LangChain.js, from local to Azure

  • Project mention: Build a serverless ChatGPT with RAG using LangChain.js | dev.to | 2024-04-10

    Ask YouTube: LangChain.js + Azure Quickstart sample: another LangChain.js sample project that uses RAG to answer questions from YouTube videos.

  • singlestore-workshop-data-intensive-app

    This repo provides a starting point for building applications using SingleStore, Redpanda (by Vectorized), and the Go language. SingleStore is a scale-out relational database built for data-intensive workloads. Redpanda is a Kafka API compatible streaming platform for mission-critical workloads created by the team at Vectorized.

  • Project mention: Singlestore, MemSQL Basic understanding | dev.to | 2024-02-07

    Git Reference

  • php-quickstart

    This repository contains a simple web application that demonstrates how to quickly connect to and communicate with a MariaDB database using PHP (via mysqli).

  • quick-starts

    Collection of quick starts on docker, terraform, ansible, etc

  • react-quickstart

    Starter template for a React app - including docs, CI, and hosting ⚛ 📦 (by MichaelCurrin)

  • node-project-template

    Template for creating Node.js projects including docs and a deploy pipeline

  • mariadb-getting-started

    🚀 MariaDB is a community-developed, commercially supported relational database management system. This repo provides you with an introduction to the MariaDB database products, how you can get started using them as well as additional resources you can use to learn even more about MariaDB!

  • InfluxDB

    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.

    InfluxDB logo
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).

quickstart related posts

Index


Sponsored
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