Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created May 7, 2018 11:34
Show Gist options
  • Save ryantm/952ce30807022dab867694094dd49497 to your computer and use it in GitHub Desktop.
Save ryantm/952ce30807022dab867694094dd49497 to your computer and use it in GitHub Desktop.
/nix/store/sv7b0cs1a4vhh5zs4a0ync4rhs0az7gi-EventStore-4.1.1
├── bin
│   └── clusternode
└── lib
└── eventstore
└── clusternode
├── clusternode-web
│   ├── apple-touch-icon.png
│   ├── css
│   │   └── main.min.css
│   ├── es-tile.png
│   ├── favicon.png
│   ├── fonts
│   │   ├── roboto-bolditalic-webfont.woff
│   │   ├── roboto-bolditalic-webfont.woff2
│   │   ├── roboto-bold-webfont.woff
│   │   ├── roboto-bold-webfont.woff2
│   │   ├── roboto-italic-webfont.woff
│   │   ├── roboto-italic-webfont.woff2
│   │   ├── roboto-regular-webfont.woff
│   │   ├── roboto-regular-webfont.woff2
│   │   ├── SIL Open Font License.txt
│   │   ├── sourcecodepro-bold-webfont.woff
│   │   ├── sourcecodepro-bold-webfont.woff2
│   │   ├── sourcecodepro-regular-webfont.woff
│   │   └── sourcecodepro-regular-webfont.woff2
│   ├── images
│   │   └── logo.svg
│   ├── index.html
│   └── js
│   ├── ace
│   │   ├── ace.js
│   │   ├── mode-javascript.js
│   │   ├── mode-json.js
│   │   ├── theme-monokai.js
│   │   ├── worker-javascript.js
│   │   └── worker-json.js
│   ├── app.min.js
│   └── requirejs.min.js
├── EventStore.BufferManagement.dll
├── EventStore.BufferManagement.dll.mdb
├── EventStore.ClusterNode.exe
├── EventStore.ClusterNode.Web.dll
├── EventStore.ClusterNode.Web.dll.mdb
├── EventStore.Common.dll
├── EventStore.Common.dll.mdb
├── EventStore.Core.dll
├── EventStore.Core.dll.mdb
├── EventStore.Projections.Core.dll
├── EventStore.Projections.Core.dll.mdb
├── EventStore.Rags.dll
├── EventStore.Transport.Http.dll
├── EventStore.Transport.Http.dll.mdb
├── EventStore.Transport.Tcp.dll
├── EventStore.Transport.Tcp.dll.mdb
├── HdrHistogram.NET.dll
├── libjs1.so
├── log.config
├── Newtonsoft.Json.dll
├── NLog.dll
├── Prelude
│   ├── 1Prelude.js
│   ├── ModulesExecuted.js
│   ├── Modules.js
│   └── Projections.js
├── projections
│   └── es.projections.environment.js
└── protobuf-net.dll
12 directories, 55 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment