Coder Social home page Coder Social logo

volerous / enterspeed-demos Goto Github PK

View Code? Open in Web Editor NEW

This project forked from enterspeedhq/enterspeed-demos

0.0 0.0 0.0 9.41 MB

Example projects built using Enterspeed as a speed layer (high-performance data store).

JavaScript 65.32% TypeScript 4.91% CSS 13.89% HTML 3.43% Vue 8.87% Svelte 1.37% Astro 2.20%

enterspeed-demos's Introduction

Enterspeed demos

This repo contains example projects built using Enterspeed as a speed layer (high-performance data store).

Demos

What you'll need

You will need to set up a free Enterspeed account. You can sign up here: https://app.enterspeed.com/signup

Once you have created your account and created a tenant, you need to configure your tenant by setting up:

  • Domains and hostnames
  • Environment and environment clients
  • Data sources

You can read more about it in our getting started guide: https://docs.enterspeed.com/getting-started

Ingesting dummy data

Once you have created a data source in Enterspeed, you can start ingesting data. This can be done using our API: https://docs.enterspeed.com/api#tag/Ingest

You can find the data used in the demos here in each project's folder.

Example ingest

curl --location --request POST 'https://api.enterspeed.com/ingest/v2/UNIQUE-ID' \
--header 'X-Api-Key: [INSERT-YOUR-OWN-API-KEY]' \
--header 'Content-Type: application/json' \
--data-raw '{
  "type": "blog",
  "url": "/blog"
}'

How to clone a single folder

If you don't want to download the entire repo of demos, it's possible to clone a single folder using Git Bash.

git clone \
  --depth 1  \
  --filter=blob:none  \
  --sparse \
  https://github.com/enterspeedhq/enterspeed-demos \
;
cd enterspeed-demos
git sparse-checkout set [REPLACE-WITH-FOLDER-NAME]

Caveats

All demos are hosted on Netlify. This means many of the demos contain Netlify-specific files and dependencies.

enterspeed-demos's People

Contributors

dependabot[bot] avatar kasperadk avatar shamsup avatar jesperweber avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.