-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* WIP Node.js quick start * Update screenshots and framework specific instructions * Add Node quick start to the docs homepage * Refresh Next.js quick start with Node QS content (#997) * Fix link
- Loading branch information
1 parent
392e127
commit 6db7202
Showing
17 changed files
with
574 additions
and
95 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ import GoIcon from 'src/shared/Icons/Go'; | |
import { | ||
RiCloudLine, | ||
RiNextjsFill, | ||
RiNodejsFill, | ||
RiGitPullRequestFill, | ||
RiGuideFill, | ||
} from "@remixicon/react"; | ||
|
@@ -13,17 +14,17 @@ export const hidePageSidebar = true; | |
|
||
# Inngest Documentation | ||
|
||
Inngest is an event-driven durable execution platform that allows you to run fast, reliable code on any platform, without managing queues, infra, or state. | ||
Inngest is an event-driven durable execution platform that allows you to run fast, reliable code on any platform, without managing queues, infra, or state. | ||
|
||
|
||
Write functions in TypeScript, Python or Go to power background and scheduled jobs, with steps built in. We handle the backend infra, queueing, scaling, concurrency, throttling, rate limiting, and observability for you. | ||
|
||
## Get started | ||
|
||
|
||
<CardGroup cols={3}> | ||
<CardGroup cols={2}> | ||
|
||
<Card | ||
<Card | ||
href={"/docs/getting-started/nextjs-quick-start"} | ||
title={"Next.js"} | ||
icon={<RiNextjsFill className="text-basis h-8 w-8"/>} | ||
|
@@ -32,7 +33,16 @@ Write functions in TypeScript, Python or Go to power background and scheduled jo | |
Add queueing, events, crons, and step functions to your Next app on any cloud provider. | ||
</Card> | ||
|
||
<Card | ||
<Card | ||
href={"/docs/getting-started/nodejs-quick-start"} | ||
title={"Node.js"} | ||
icon={<RiNodejsFill className="text-basis h-8 w-8"/>} | ||
iconPlacement="top" | ||
> | ||
Write durable step functions in any Node.js app and run on servers or serverless. | ||
</Card> | ||
|
||
<Card | ||
href={"/docs/getting-started/python-quick-start"} | ||
title={"Python"} | ||
icon={<PythonIcon className="text-basis h-8 w-8"/>} | ||
|
@@ -42,7 +52,7 @@ Write functions in TypeScript, Python or Go to power background and scheduled jo | |
</Card> | ||
|
||
|
||
<Card | ||
<Card | ||
href={"https://pkg.go.dev/github.com/inngest/[email protected]"} | ||
title={"Go"} | ||
icon={<GoIcon className="text-basis h-8 w-8"/>} | ||
|
@@ -56,7 +66,7 @@ Write functions in TypeScript, Python or Go to power background and scheduled jo | |
|
||
<CardGroup cols={1} className="my-10 px-12"> | ||
|
||
<Card | ||
<Card | ||
title={"Write reliable workflows"} | ||
> | ||
<div className="flex flex-col md:flex-row justify-between"> | ||
|
@@ -82,15 +92,15 @@ Write functions in TypeScript, Python or Go to power background and scheduled jo | |
|
||
<CardGroup cols={3}> | ||
|
||
<Card | ||
<Card | ||
href={"/docs/guides/user-defined-workflows"} | ||
title={"User-defined Workflows"} | ||
iconPlacement="top" | ||
> | ||
Users today are demanding customization and integrations. Discover how to build a Workflow Engine for your users using Inngest. | ||
</Card> | ||
|
||
<Card | ||
<Card | ||
href={"/docs/examples/ai-agents-and-rag"} | ||
title={"AI Agents and RAG"} | ||
iconPlacement="top" | ||
|
@@ -99,7 +109,7 @@ Write functions in TypeScript, Python or Go to power background and scheduled jo | |
</Card> | ||
|
||
|
||
<Card | ||
<Card | ||
href={"/docs/examples/email-sequence"} | ||
title={"Email sequence"} | ||
iconPlacement="top" | ||
|
@@ -115,7 +125,7 @@ Write functions in TypeScript, Python or Go to power background and scheduled jo | |
|
||
<CardGroup cols={2}> | ||
|
||
<Card | ||
<Card | ||
href={"/docs/features/inngest-functions/steps-workflows"} | ||
title={"Function steps"} | ||
icon={<RiGuideFill className="text-basis h-4 w-4"/>} | ||
|
@@ -124,23 +134,23 @@ Write functions in TypeScript, Python or Go to power background and scheduled jo | |
</Card> | ||
|
||
|
||
<Card | ||
<Card | ||
href={"/docs/guides/flow-control"} | ||
title={"Flow Control"} | ||
icon={<RiGitPullRequestFill className="rotate-90 text-basis h-4 w-4" />} | ||
> | ||
Add multi-tenant aware prioritization, concurrency, throttling, batching, and rate limiting capabilities to your Inngest Functions. | ||
</Card> | ||
|
||
<Card | ||
<Card | ||
href={"/docs/platform/monitor/observability-metrics"} | ||
title={"Inngest Platform"} | ||
icon={<InngestIcon className="text-basis h-4 w-4"/>} | ||
> | ||
Monitor your deployments with Metrics and Function & Events Logs. | ||
</Card> | ||
|
||
<Card | ||
<Card | ||
href={"/docs/platform/deployment"} | ||
title={"Deploy your Inngest Functions"} | ||
icon={<RiCloudLine className="text-basis h-4 w-4"/>} | ||
|
Binary file added
BIN
+366 KB
public/assets/docs/getting-started/quick-starts/api-hello-response-browser.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+617 KB
...cs/getting-started/quick-starts/dev-server-functions-hello-world-2024-11-16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+459 KB
.../getting-started/quick-starts/dev-server-functions-invoke-button-2024-11-16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+657 KB
...s/getting-started/quick-starts/dev-server-functions-invoke-modal-2024-11-16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+497 KB
...ts/docs/getting-started/quick-starts/dev-server-runs-after-rerun-2024-11-16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+624 KB
...c/assets/docs/getting-started/quick-starts/dev-server-runs-blank-2024-11-16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+484 KB
...assets/docs/getting-started/quick-starts/dev-server-runs-new-run-2024-11-16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+738 KB
...s/docs/getting-started/quick-starts/dev-server-runs-run-expanded-2024-11-16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+739 KB
...etting-started/quick-starts/dev-server-runs-run-expanded-buttons-2024-11-16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+740 KB
...ng-started/quick-starts/dev-server-runs-run-expanded-highlighted-2024-11-16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+527 KB
...sets/docs/getting-started/quick-starts/dev-server-runs-via-event-2024-11-16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters