Files master .config .github ci etc scripts src .dockerignore .gitattributes .gitignore .gitmodules CHANGELOG.md Directory.Build.props Dockerfile LICENSE.md README.md build.cmd build.ps1 build.shBreadcrumbs EventStore / Dockerfile Latest commit...
Dockerfile README.md entrypoint.sh eventstore.conf README.md Event Store Docker Container [Archived] This GitHub project has been archived. Ongoing work related to the docker images can be found in https://github.com/EventStore/EventStore.About...
EventStore.ClusterNode.exe --run-projections=all --memdb –certificate-file=yourcert.pfx or ./run-node.sh --run-projections=all --memdb –certificate-file=yourcert.p12 您还可以使用 docker-compose : # start the single node cluster npm run compose:single:start # if you want to wait for...
Also, I have the same issue when connecting to local EventStore (in docker). yves.lorphelinSeptember 14, 2022, 5:05pm4 could you enable client side logs :https://github.com/EventStore/EventStore-Client-NodeJS#debugging also what version of the database are you running a.s.vesninSeptember...
所谓的静默安装,就是不用弹出系统的安装界面,在不影响用户任何操作的情况下不知不觉地将程序装好。虽...
Load the image in Docker: docker load-iimage_name_tag.tar.gz After the image is loaded, Docker returns either an ID or a name and tag (name:tag) that you can use to identify the image in subsequent commands. Create a file namedDockerfileand use the loaded image as the base image. ...
.github Manually map some licenses for Qodana Aug 19, 2024 ci Raise the AssemblySelectLimit Aug 31, 2023 docs Update README.md (EventStore#4622) (EventStore#4647) Nov 25, 2024 samples Upgraded environment variables used in docker samples (EventStore#4546) Oct 29, 2024 src Collect Test pr...
.docker .github/workflows client/src core/src examples/src/main project .gitignore CHANGELOG.md LICENSE README.md build.sbt version.sbt Repository files navigation README BSD-3-Clause license Warning DEPRECATION NOTICE: EventStoreDB version 23.10.x is the last OSS version to su...
Integration tests run against a server using Docker, with the EventStoreDB gRPC Client Test Container. Setup dependencies Testing requires Docker and Docker Compose to be installed. Build the project You need make to be installed (available on all OSes). On Windows, you need Powershell. The ...
The node this EventStoreDB is running on is a D4s_v5 on Azure, there is nothing else running on it and the EventStoreDB is deployed with a simple docker-compose file. The data disk size is 1TB with a more than high enough IOPS limit. I have checked every metric that I can think ...