extreme
Elixir Adapter for EventStore
File Explorer
Download Latest Version (.zip)- test.yml
- config.exs
- dev.exs
- prod.exs
- test.exs
- gossip_with_clusters_existing_node.json
- event_store.proto
- event_buffer.ex
- supervisor.ex
- cluster_connection.ex
- configuration.ex
- connection.ex
- connection_impl.ex
- event_producer.ex
- message_resolver.ex
- messages.ex
- persistent_subscription.ex
- reading.ex
- reading_subscription.ex
- request.ex
- request_manager.ex
- response.ex
- shared_subscription.ex
- subscription.ex
- subscriptions_supervisor.ex
- supervisor.ex
- tcp.ex
- tools.ex
- extreme.ex
- fanout_listener.ex
- listener.ex
- listener_with_backpressure.ex
- cluster_connection_test.exs
- event_producer_test.exs
- persistent_subscription_test.exs
- read_only_test.exs
- reading_test.exs
- tcp_test.exs
- tools_test.exs
- db.ex
- helpers.ex
- subscriber.ex
- docker-compose.yaml
- extreme_benchmark_test.exs
- extreme_test.exs
- fanout_listener_test.exs
- listener_test.exs
- listener_with_backpressure_test.exs
- subscriptions_test.exs
- test_helper.exs
- .formatter.exs
- .gitignore
- .vimrc
- CHANGELOG.md
- docker-compose.yml
- LICENSE
- mix.exs
- mix.lock
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/exponentially/extreme
Downloads the entire project code from GitHub to your computer.
cd extreme
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 up -d --build
Builds and starts all defined containers (server, database, etc.) at once, in the background.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
