dotnet-etcd
A C# .NET (dotnet) GRPC client for etcd v3 +
File Explorer
Download Latest Version (.zip)- bug_report.md
- feature_request.md
- beast-tests.yml
- codeql-analysis.yml
- dotnet-build-test-coverage.yml
- nuget-publish.yml
- pr-labeler.yml
- dependabot.yml
- FUNDING.yml
- release.yml
- api-reference.md
- index.md
- ssl-tls.md
- api-reference.md
- client-methods.md
- dependency-injection.md
- index.md
- api-reference.md
- index.md
- api-reference.md
- index.md
- etcd-logo-rectangle.png
- etcd-logo-square.png
- api-reference.md
- index.md
- api-reference.md
- index.md
- api-reference.md
- index.md
- api-reference.md
- index.md
- api-reference.md
- index.md
- api-reference.md
- index.md
- index.md
- EtcdClientOptions.cs
- EtcdClientOptionsValidator.cs
- ServiceCollectionExtensions.cs
- auth.proto
- election.proto
- kv.proto
- lock.proto
- rpc.proto
- version.proto
- gogo.proto
- AsyncHelper.cs
- IAsyncDuplexStreamingCall.cs
- IAsyncStreamCallFactory.cs
- IConnection.cs
- IEtcdClient.cs
- IWatchManager.cs
- IWatchStream.cs
- Connection.cs
- watchClient.cs
- WatchEvent.cs
- WatchManager.cs
- WatchStream.cs
- .editorconfig
- AsyncDuplexStreamingCallAdapter.cs
- AsyncStreamCallFactory.cs
- authClient.cs
- AuthenticationHttpHandler.cs
- clusterClient.cs
- ConnectionStringParser.cs
- dotnet-etcd.csproj
- dotnet-etcd.csproj.DotSettings
- electionClient.cs
- etcd-logo-rectangle.png
- etcdClient.cs
- GrpcChannelFactory.cs
- kvClient.cs
- leaseClient.cs
- LICENSE.md
- lockClient.cs
- maintenanceClient.cs
- Util.cs
- EtcdClusterCollection.cs
- EtcdClusterFixture.cs
- TestHelper.cs
- AuthClientIntegrationTests.cs
- AuthTestCollection.cs
- ClusterClientIntegrationTests.cs
- ElectionClientIntegrationTests.cs
- EtcdClientIntegrationTests.cs
- KvClientIntegrationTests.cs
- LockClientIntegrationTests.cs
- MaintenanceClientIntegrationTests.cs
- SkipException.cs
- SslIntegrationTests.cs
- TokenRenewalIntegrationTests.cs
- WatchClientIntegrationTests.cs
- WatchResilienceTests.cs
- WatchResilienceTestsCollection.cs
- EtcdClientOptionsValidatorTests.cs
- ServiceCollectionExtensionsTests.cs
- AsyncStreamingCallFactory.cs
- AsyncUnaryCallFactory.cs
- FakeDuplexStreamingCall.cs
- MockAsyncCalls.cs
- MockConnection.cs
- TestAsyncStreamReader.cs
- AsyncDuplexStreamingCallAdapterTests.cs
- AsyncHelperTests.cs
- AuthClientCoverageTests.cs
- AuthClientUnitTests.cs
- AuthenticationHttpHandlerTests.cs
- ClusterClientCoverageTests.cs
- ClusterClientUnitTests.cs
- ConnectionStringParserTests.cs
- ElectionClientCoverageTests.cs
- ElectionClientUnitTests.cs
- EtcdClientConstructorCoverageTests.cs
- EtcdClientCoreCoverageTests.cs
- EtcdClientUnitTests.cs
- EtcdClientWatchCoverageTests.cs
- GrpcChannelFactoryTests.cs
- KvClientCoverageTests.cs
- KvClientUnitTests.cs
- LeaseClientCoverageTests.cs
- LeaseClientUnitTests.cs
- LeaseKeepAliveCoverageTests.cs
- LockClientCoverageTests.cs
- LockClientUnitTests.cs
- MaintenanceClientCoverageTests.cs
- MaintenanceClientUnitTests.cs
- SslConfigurationTests.cs
- StreamingServerCoverageTests.cs
- WatchManagerCoverageTests.cs
- beast.sh
- docker-compose.yml
- dotnet-etcd.Tests.csproj
- generate-certs.sh
- README.md
- run-integration-tests.sh
- start-etcd.sh
- stop-etcd.sh
- xunit.runner.json
- .gitattributes
- .gitignore
- .markdownlint-cli2.json
- .whitesource
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- dotnet-etcd.sln
- LICENSE
- PULL_REQUEST_TEMPLATE.md
- README.md
- run-unit-tests-with-coverage.sh
- TESTING.md
# Installation Guide
1. Get the code
git clone https://github.com/shubhamranjan/dotnet-etcd
Downloads the entire project code from GitHub to your computer.
cd dotnet-etcd
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker compose -f dotnet-etcd.Tests/docker-compose.yml up -d --build
Runs the command against the services defined in the compose file.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
3. .NET
MediumPrerequisites
Install-Package dotnet-etcd
Type this command into your terminal and run it.
dotnet add package dotnet-etcd
Type this command into your terminal and run it.
paket add dotnet-etcd
Type this command into your terminal and run it.
cd dotnet-etcd.Tests
Moves into the project folder you just downloaded.
dotnet test
Type this command into your terminal and run it.
After dotnet run, check the message or address shown in the terminal.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
