Downloads:
40,770
Downloads of v 24.6.0:
126
Last Update:
12 Jul 2024
Package Maintainer(s):
Software Author(s):
- EventStore
Tags:
eventstore database eventsourcing- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
EventStore
- 1
- 2
- 3
24.6.0 | Updated: 12 Jul 2024
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
40,770
Downloads of v 24.6.0:
126
Maintainer(s):
Software Author(s):
- EventStore
EventStore 24.6.0
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by EventStore. The inclusion of EventStore trademark(s), if any, upon this webpage is solely to identify EventStore goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install EventStore, run the following command from the command line or from PowerShell:
To upgrade EventStore, run the following command from the command line or from PowerShell:
To uninstall EventStore, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download eventstore-oss --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade eventstore-oss -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade eventstore-oss -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install eventstore-oss
win_chocolatey:
name: eventstore-oss
version: '24.6.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'eventstore-oss' do
action :install
source 'INTERNAL REPO URL'
version '24.6.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller eventstore-oss
{
Name = "eventstore-oss"
Version = "24.6.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'eventstore-oss':
ensure => '24.6.0',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 29 Sep 2024.
EventStoreDB is a new category of operational database that has evolved from the Event Sourcing community. Powered by the state-transition data model, events are stored with the context of why they have happened. Providing flexible, real-time data insights in the language your business understands.
$ErrorActionPreference = 'Stop';
$packageName= 'eventstore-oss'
$encodedVersion=[uri]::EscapeDataString($env:ChocolateyPackageVersion)
$packageName= 'eventstore-oss'
$zipFileName= "EventStore-OSS-Win-v$encodedVersion.zip"
Uninstall-ChocolateyZipPackage -PackageName $packageName -ZipFileName $zipFileName
Log in or click on link to see number of positives.
- eventstore-oss.24.6.0.nupkg (34430712cdbd) - ## / 67
- EventStore-OSS-Windows-2019-v24.6.0.zip (00504c0e0359) - ## / 67
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
EventStore 24.6.0 | 126 | Friday, July 12, 2024 | Approved | |
EventStore 24.2.0 | 178 | Thursday, February 29, 2024 | Approved | |
EventStore 23.10.3 | 17 | Thursday, September 19, 2024 | Approved | |
EventStore 23.10.2 | 20 | Tuesday, July 23, 2024 | Approved | |
EventStore 23.10.1.1 | 75 | Friday, March 1, 2024 | Approved | |
EventStore 23.10.0 | 215 | Tuesday, October 31, 2023 | Approved | |
EventStore 23.6.0 | 176 | Friday, August 11, 2023 | Approved | |
EventStore 22.10.5.1 | 39 | Friday, March 1, 2024 | Approved | |
EventStore 22.10.4 | 33 | Thursday, December 14, 2023 | Approved | |
EventStore 22.10.3 | 67 | Thursday, September 14, 2023 | Approved | |
EventStore 22.10.2 | 160 | Thursday, June 1, 2023 | Approved | |
EventStore 22.10.1 | 244 | Wednesday, February 15, 2023 | Approved | |
EventStore 22.10.0 | 255 | Monday, November 14, 2022 | Approved | |
EventStore 22.6.0 | 209 | Wednesday, August 10, 2022 | Approved | |
EventStore 21.10.11.1 | 26 | Friday, March 1, 2024 | Approved | |
EventStore 21.10.10 | 36 | Thursday, December 14, 2023 | Approved | |
EventStore 21.10.9 | 50 | Friday, December 2, 2022 | Approved | |
EventStore 21.10.8 | 68 | Thursday, September 22, 2022 | Approved | |
EventStore 21.10.7 | 77 | Tuesday, August 2, 2022 | Approved | |
EventStore 21.10.6 | 71 | Thursday, July 21, 2022 | Approved | |
EventStore 21.10.5 | 126 | Monday, June 20, 2022 | Approved | |
EventStore 21.10.2 | 289 | Monday, March 7, 2022 | Approved | |
EventStore 21.10.1 | 204 | Thursday, December 23, 2021 | Approved | |
EventStore 21.10.0 | 222 | Wednesday, November 3, 2021 | Approved | |
EventStore 21.6.0 | 405 | Tuesday, June 29, 2021 | Approved | |
EventStore 21.2.0 | 364 | Friday, February 26, 2021 | Approved | |
EventStore 20.10.6.1 | 30 | Friday, March 1, 2024 | Approved | |
EventStore 20.10.5 | 72 | Friday, December 10, 2021 | Approved | |
EventStore 20.10.4 | 282 | Monday, August 9, 2021 | Approved | |
EventStore 20.10.2 | 114 | Wednesday, March 24, 2021 | Approved | |
EventStore 20.10.0 | 466 | Wednesday, December 16, 2020 | Approved | |
EventStore 20.6.1 | 415 | Monday, September 28, 2020 | Approved | |
EventStore 20.6.0 | 789 | Tuesday, June 9, 2020 | Approved | |
EventStore 5.0.11 | 107 | Thursday, August 26, 2021 | Approved | |
EventStore 5.0.10 | 127 | Thursday, March 18, 2021 | Approved | |
EventStore 5.0.9 | 263 | Thursday, October 15, 2020 | Approved | |
EventStore 5.0.8 | 6806 | Tuesday, March 31, 2020 | Approved | |
EventStore 5.0.7 | 231 | Tuesday, March 31, 2020 | Approved | |
EventStore 5.0.6 | 2253 | Thursday, February 20, 2020 | Approved | |
EventStore 5.0.5 | 4474 | Friday, November 15, 2019 | Approved | |
EventStore 5.0.4 | 647 | Thursday, November 7, 2019 | Approved | |
EventStore 5.0.3 | 212 | Thursday, November 7, 2019 | Approved | |
EventStore 5.0.2 | 4265 | Wednesday, July 24, 2019 | Approved | |
EventStore 5.0.1 | 3764 | Tuesday, May 7, 2019 | Approved | |
EventStore 5.0.0 | 509 | Thursday, February 14, 2019 | Approved | |
EventStore 5.0.0-rc3 | 288 | Monday, January 28, 2019 | Approved | |
EventStore 5.0.0-rc2 | 296 | Wednesday, January 9, 2019 | Approved | |
EventStore 5.0.0-rc1 | 267 | Friday, December 14, 2018 | Approved | |
EventStore 4.1.4 | 207 | Thursday, July 25, 2019 | Approved | |
EventStore 4.1.3 | 200 | Tuesday, May 14, 2019 | Approved | |
EventStore 4.1.2 | 279 | Tuesday, February 26, 2019 | Approved | |
EventStore 4.1.1.1 | 884 | Thursday, May 17, 2018 | Approved | |
EventStore 4.1.1 | 489 | Monday, April 30, 2018 | Approved | |
EventStore 4.1.0 | 812 | Wednesday, January 24, 2018 | Approved | |
EventStore 4.0.4-rc1 | 389 | Wednesday, December 20, 2017 | Approved | |
EventStore 4.0.3.3 | 468 | Wednesday, December 6, 2017 | Approved | |
EventStore 4.0.3 | 491 | Wednesday, September 27, 2017 | Approved | |
EventStore 4.0.2 | 428 | Thursday, August 17, 2017 | Approved | |
EventStore 4.0.2-rc2 | 415 | Wednesday, August 9, 2017 | Approved | |
EventStore 4.0.2-rc1 | 451 | Monday, July 31, 2017 | Approved | |
EventStore 4.0.1.4 | 389 | Friday, August 4, 2017 | Approved | |
EventStore 4.0.1 | 505 | Friday, April 21, 2017 | Approved | |
EventStore 4.0.0 | 451 | Thursday, March 23, 2017 | Approved | |
EventStore 4.0.0-rc3 | 483 | Wednesday, March 15, 2017 | Approved | |
EventStore 4.0.0-rc2 | 415 | Tuesday, March 14, 2017 | Approved | |
EventStore 4.0.0-rc1 | 823 | Monday, February 20, 2017 | Approved | |
EventStore 4.0.0-alpha3 | 418 | Tuesday, January 31, 2017 | Approved | |
EventStore 4.0.0-alpha2 | 425 | Tuesday, January 31, 2017 | Approved | |
EventStore 4.0.0-alpha1 | 445 | Wednesday, January 11, 2017 | Exempted |
© 2020 - 2024 Event Store Ltd
Program
Package
- The chocolatey package downloads Event Store and unzips it to the chocolatey install location.
TypeEventStore.ClusterNode.exe
to run the Event Store.
This package has no dependencies.
Ground Rules:
- This discussion is only about EventStore and the EventStore package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or EventStore, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.