|
1 | 1 | ---
|
2 | 2 | home: true
|
3 |
| -heroText: Welcome to Kurrent Docs |
4 |
| -tagline: The platform for event-driven architectures. |
5 |
| -actions: |
6 |
| -- text: Get started |
7 |
| - link: /getting-started/quickstart/ |
8 |
| - icon: hugeicons:start-up-02 |
9 |
| - type: primary |
10 |
| -- text: Start building |
11 |
| - icon: file-icons:easybuild |
12 |
| - link: /clients/grpc/getting-started.html |
13 |
| - |
| 3 | +heroText: Kurrent Docs |
| 4 | +tagline: The platform for event-driven architectures |
| 5 | + |
| 6 | + |
14 | 7 | highlights:
|
15 |
| - - header: Jump start development |
16 |
| - highlights: |
17 |
| - - title: Start immediately with Kurrent Cloud |
18 |
| - details: Sign in to Kurrent Cloud and spin up a cluster in AWS, Azure, or GCP. |
19 |
| - icon: hugeicons:cloud |
20 |
| - link: https://console.kurrent.cloud/ |
21 |
| - - title: Start KurrentDB in a container |
22 |
| - details: Run <code>docker run kurrentplatform/kurrentdb:latest --dev</code> to start KurrentDB in developers mode. |
23 |
| - icon: simple-icons:docker |
24 |
| - link: /latest/quick-start/installation.html#docker |
25 |
| - - title: Start using the client |
26 |
| - details: Use one of our client libraries to start building your application. |
27 |
| - icon: material-symbols:sdk |
28 |
| - link: /clients/grpc/getting-started.html |
29 |
| - |
30 |
| - - header: Deploy in your environment |
31 |
| - description: Deploy KurrentDB in your environment using our binaries, Docker Compose, or Kubernetes Operator. |
| 8 | + |
| 9 | + - header: 🧭 Discover |
| 10 | + description: Start here! |
| 11 | + features: |
| 12 | + - title: Overview |
| 13 | + icon: hugeicons:block-game |
| 14 | + details: Kurrent in a nutshell |
| 15 | + link: /getting-started/introduction.html |
| 16 | + |
| 17 | + - title: Features |
| 18 | + icon: hugeicons:star |
| 19 | + details: What makes Kurrent unique |
| 20 | + link: /getting-started/features.html |
| 21 | + |
| 22 | + - title: Concepts |
| 23 | + icon: hugeicons:brain |
| 24 | + details: Essential KurrentDB concepts |
| 25 | + link: /getting-started/concepts.html |
| 26 | + |
| 27 | + - header: 🚀 Demo |
| 28 | + description: Jump in and try Kurrent with one of our QuickStarts |
| 29 | + features: |
| 30 | + - title: Github Spaces |
| 31 | + icon: devicon:linux |
| 32 | + details: Jump into a running Kurrent setup and try it out |
| 33 | + link: /getting-started/quickstart/ |
| 34 | + |
| 35 | + - title: Kurrent Cloud |
| 36 | + icon: hugeicons:cloud |
| 37 | + details: Sign in to Kurrent Cloud and spin up a cluster in AWS, Azure, or GCP |
| 38 | + link: https://console.kurrent.cloud/ |
| 39 | + |
| 40 | + - title: Docker |
| 41 | + icon: logos:docker-icon |
| 42 | + details: Use Docker or Docker Compose for local development and testing |
| 43 | + link: /latest/quick-start/installation.html#docker |
| 44 | + |
| 45 | + |
| 46 | + - header: 📦 Deploy |
| 47 | + description: Deploy KurrentDB your way |
32 | 48 | features:
|
33 | 49 | - title: AWS
|
34 | 50 | icon: skill-icons:aws-dark
|
35 |
| - details: Spin up a managed deployment in Amazon Web Services for free, in less than 10 minutes. |
| 51 | + details: Spin up a managed deployment in Amazon Web Services for free, in less than 10 minutes |
36 | 52 | link: https://console.kurrent.cloud/
|
37 | 53 |
|
38 | 54 | - title: Azure
|
39 | 55 | icon: devicon:azure
|
40 |
| - details: Kurrent Cloud allows you to provision a KurrentDB cluster in Azure. |
| 56 | + details: Provision your KurrentDB cluster on Microsoft Azure |
41 | 57 | link: https://console.kurrent.cloud/
|
42 | 58 |
|
43 | 59 | - title: GCP
|
44 | 60 | icon: devicon:googlecloud
|
45 |
| - details: Kurrent Cloud allows you to provision a KurrentDB cluster in GCP. |
| 61 | + details: Run your KurrentDB cluster on Google Cloud |
46 | 62 | link: https://console.kurrent.cloud/
|
47 | 63 |
|
48 | 64 | - title: Linux
|
49 | 65 | icon: devicon:linux
|
50 |
| - details: Use Kurrent package feeds for Ubuntu, Debian, CentOS, and Red Hat Enterprise Linux. |
| 66 | + details: Install Kurrent on Ubuntu, Debian, CentOS, and Red Hat Enterprise Linux |
51 | 67 | link: /latest/quick-start/installation.html#linux
|
52 | 68 |
|
53 | 69 | - title: Windows
|
54 | 70 | icon: devicon:windows8
|
55 |
| - details: Download the Windows binaries or use Chocolatey to install KurrentDB. |
| 71 | + details: Install KurrentDB on Microsoft Windows |
56 | 72 | link: /latest/quick-start/installation.html#windows
|
57 | 73 |
|
58 | 74 | - title: Docker
|
59 | 75 | icon: logos:docker-icon
|
60 |
| - details: Use Docker Compose to pull images from Cloudsmith and run KurrentDB in containers. |
| 76 | + details: Use Docker Compose to run KurrentDB in a container |
61 | 77 | link: /latest/quick-start/installation.html#docker
|
62 | 78 |
|
63 |
| - - header: Develop in your language |
64 |
| - description: Use one of our client libraries to start building your application. |
| 79 | + - header: 💻 Develop |
| 80 | + description: Use our official client SDKs to integrate KurrentDB into your stack |
65 | 81 | features:
|
66 |
| - - title: NodeJS |
67 |
| - icon: logos:nodejs-icon |
68 |
| - details: NodeJS client for JavaScript and TypeScript. |
69 |
| - link: /client/TypeScript |
70 |
| - |
71 |
| - - title: Java |
72 |
| - icon: devicon:java |
73 |
| - details: Use the Java client to build applications in Java or other JVM languages. |
74 |
| - link: /client/Java |
75 |
| - |
76 |
| - - title: C# |
77 |
| - icon: devicon:csharp |
78 |
| - details: Build .NET applications with KurrentDB using the .NET client for latest .NET and legacy .NET Framework. |
79 |
| - link: /client/csharp |
80 |
| - |
81 |
| - - title: Python |
82 |
| - icon: devicon:python |
83 |
| - details: Create applications and scripts in Python using the KurrentDB client. |
84 |
| - link: /client/Python |
85 |
| - |
86 |
| - - title: Rust |
87 |
| - icon: skill-icons:rust |
88 |
| - details: Bring KurrentDB to your Rust applications using the Rust client. |
89 |
| - link: /client/Rust |
90 |
| - |
91 |
| - - title: Go |
92 |
| - icon: skill-icons:golang |
93 |
| - details: Connect KurrentDB with your Go applications using the Go client. |
94 |
| - link: /client/Go |
95 |
| - |
96 |
| - - title: HTTP API |
97 |
| - icon: catppuccin:http |
98 |
| - details: Use KurrentDB's HTTP API to interact with the database using any language or stack. |
99 |
| - link: /http-api/v25.0/introduction.html |
| 82 | + - title: Java |
| 83 | + icon: devicon:java |
| 84 | + details: Build event-driven Java applications using the gRPC Java SDK. |
| 85 | + link: /client/Java |
| 86 | + - title: Python |
| 87 | + icon: devicon:python |
| 88 | + details: Build scripts or applications using our async Python client |
| 89 | + link: /client/Python |
| 90 | + - title: NodeJS |
| 91 | + icon: logos:nodejs-icon |
| 92 | + details: Use JavaScript or TypeScript to connect via the NodeJS SDK |
| 93 | + link: /client/TypeScript |
| 94 | + - title: Go |
| 95 | + icon: skill-icons:golang |
| 96 | + details: Connect KurrentDB to Go-based applications with our official SDK |
| 97 | + link: /client/Go |
| 98 | + - title: Rust |
| 99 | + icon: skill-icons:rust |
| 100 | + details: Use the Rust client for high-performance native event apps |
| 101 | + link: /client/Rust |
| 102 | + - title: C# |
| 103 | + icon: devicon:csharp |
| 104 | + details: Build .NET apps using the .NET or legacy .NET Framework clients |
| 105 | + link: /client/csharp |
| 106 | + - title: HTTP API |
| 107 | + icon: catppuccin:http |
| 108 | + details: Interact with KurrentDB from any stack using the REST-style HTTP API |
| 109 | + link: /http-api/v25.0/introduction.html |
| 110 | + |
| 111 | + - header: 🔌 Connect and Manage |
| 112 | + description: Manage and integrate KurrentDB |
| 113 | + features: |
| 114 | + |
| 115 | + - title: Connectors |
| 116 | + icon: ix:connector |
| 117 | + details: Connect your Kurrent streams to traditional databases and pipelines |
| 118 | + link: /server/v25.0/features/connectors/ |
| 119 | + |
| 120 | + - title: Admin CLI |
| 121 | + icon: clarity:command-line |
| 122 | + details: Manaage your KurrentDB using a command line interface |
| 123 | + link: /commercial-tools/cli-tool.html |
| 124 | + |
| 125 | + - title: Admin UI |
| 126 | + icon: carbon:gui-management |
| 127 | + details: Manage your Kurrent installation with a graphical user interface |
| 128 | + link: /server/v25.0/features/admin-ui.html |
100 | 129 |
|
101 | 130 | footer: Copyright © 2025 Kurrent, Inc
|
102 | 131 | ---
|
0 commit comments