Skip to content

vincent1405/documentation

 
 

Repository files navigation

EventStoreDB documentation

EventStoreDB is the open-source, functional database with Complex Event Processing in Javascript.

This repository contains documentation for both server and client SDK.

Contributing

Feel free to create a GitHub issue if you have any questions or request for more explanation or samples.

We're open for any contribution. If you noticed some inconsistency, missing piece, or you'd like to extend existing docs - we'll be happy to get your Pull Request.

Samples

GRPC Clients:

Local development

Documentation is written using VuePress.

Prerequisites

  1. NodeJS installed (see installation guide).
  2. Yarn installed (see installation guide).

Running docs locally

  1. Clone the repo
  2. Run yarn install
  3. Run yarn docs:dev

Adding new programming language snippets

To add new language snippet it's needed to add import of Prism.JS plugin to VuePress plugins config, e.g.:

import "prismjs/components/prism-java";

Troubleshooting

Windows

  1. EPERM: operation not permitted during yarn install - this error may appear if you've run the yarn install from Windows before running it on the WSL2. See troubleshooting link.

Ubuntu

  1. ERROR: There are no scenarios; must have at least one. while running yarn commands. Ubuntu has preinstalled cmdtest package that registers conflicting yarn. You might need to uninstall it and then configure yarn again. See troubleshooting link

About

Next-gen documentation website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%