SplitetFramework
Splitet is a Java based Event Sourcing framework which can be benefited by the teams who are planning to make CQRS transitions with minimum learning curve and ease of adaptation.
File Explorer
Download Latest Version (.zip)- main.yml
- demo_order_flow.png
- demo_order_process_to_payment_flow.png
- demo_stock_event_flow.png
- order_flow.png
- payment_flow.png
- stock_flow.png
- CommandController.java
- EventController.java
- OperationController.java
- ServiceController.java
- ResponseDto.java
- ServiceResponseDto.java
- TopicResponseDto.java
- OperationsBroadcaster.java
- EmonApplication.java
- application.yml
- bootstrap.yml
- OperationTest.java
- docker-compose.yml
- Dockerfile
- pom.xml
- README.md
- InMemoryFailedEvent.java
- InMemoryRestoredEvent.java
- MapsConfig.java
- MulticastConfig.java
- NetworkInterfacesConfig.java
- QuorumListenerForApplicationEvents.java
- UserCodeDeploymentConfig.java
- ConsumerOffsetListenerConfiguration.java
- EventListenConfiguration.java
- HazelcastConfigurer.java
- HazelcastOperationMapsConfig.java
- InMemoryComponents.java
- TopologyConfiguration.java
- BaseEvent.java
- HandledEvent.java
- IHandledEvent.java
- IProducedEvent.java
- NoneHandled.java
- OperationEvent.java
- OperationEvents.java
- Partition.java
- ProducedEvent.java
- ServiceData.java
- SpanningService.java
- Topic.java
- Topology.java
- ConsumerOffsetChangeEntryProcessor.java
- EndOffsetSetter.java
- ConsumerOffsetListener.java
- ConsumerOffsetListenerContainerService.java
- EventListenContainerService.java
- EventListener.java
- EventMessageListener.java
- MultipleEventMessageListener.java
- OperationExpirationListener.java
- TopologyService.java
- OperationTest.java
- docker-compose.yml
- Dockerfile
- pom.xml
- README.md
- EmptyUserContext.java
- UUIDCreationStrategy.java
- Command.java
- CommandDto.java
- CommandHandler.java
- EventHandler.java
- EventRepository.java
- IdCreationStrategy.java
- IUserContext.java
- RollbackCommandSpec.java
- RollbackSpec.java
- ViewQuery.java
- Views.java
- BaseCassandraViewQuery.java
- CassandraEventRecorder.java
- CassandraSession.java
- CassandraViewQuery.java
- ConcurrencyResolver.java
- ConcurrentEventException.java
- ConcurrentEventResolver.java
- DefaultConcurrencyResolver.java
- EntityEvent.java
- EventStoreConfig.java
- OptimizedCassandraViewQuery.java
- CommandExecutionInterceptor.java
- Context.java
- EventExecutionInterceptor.java
- EventKey.java
- EventRecorder.java
- EventType.java
- OperationContext.java
- PublishedEvent.java
- ReceivedEvent.java
- RecordedEvent.java
- CompositeRepositoryImpl.java
- EventContextException.java
- EventPulisherException.java
- EventStoreException.java
- IOperationRepository.java
- JsonDeserializer.java
- JsonSerializer.java
- KafkaOperationRepository.java
- KafkaOperationRepositoryFactory.java
- KafkaProperties.java
- PublishedEventWrapper.java
- SerializableConsumer.java
- CommandRecord.java
- Event.java
- EventState.java
- IEventType.java
- IOperationEvents.java
- Operation.java
- TransactionState.java
- AggregateListener.java
- BaseEntity.java
- Entity.java
- EntityEventWrapper.java
- EntityFunction.java
- EntityFunctionSpec.java
- SnapshotOptimizedAggregateListener.java
- SnapshotRepository.java
- TestMain.java
- EmptyUserContextTest.java
- UUIDCreationStrategyTest.java
- DefaultConcurrencyResolverTest.java
- OperationContextTest.java
- CompositeRepositoryImplTest.java
- pom.xml
- README.md
- checkstyle-suppression.xml
- checkstyle.xml
- eventapis.png
- eventapis.svg
- findbugs-exclude.xml
- splitet_logo.png
- Sample Event Topology.png
- sample-topology-1.json
- sample-topology-single.json
- command.request.json
- command.response.json
- context.json
- entity-event.json
- event-key.json
- Layers.png
- operation.json
- published-event-wrapper.json
- published-event.json
- eventstore.md
- spec-1.0.md
- AggregateListenerService.java
- AutomaticTopicConfiguration.java
- DataMigrationService.java
- EventApisConfiguration.java
- EventApisFactory.java
- EventMessageConverter.java
- FeignHelper.java
- SpringKafkaOpListener.java
- OpContextFilter.java
- pom.xml
- JpaEntity.java
- pom.xml
- settings.xml
- .gitignore
- .travis.yml
- LICENSE
- pom.xml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/Splitet/SplitetFramework
Downloads the entire project code from GitHub to your computer.
cd SplitetFramework
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 emon-lib/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. Maven (Java)
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java projects.
- Maven The build tool used for the mvn command.
$ mvn clean install
Installs dependencies and builds the project using Maven.
$ mvn clean compile
Installs dependencies and builds the project using Maven.
A BUILD SUCCESS message means it worked. The output is created under target/.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
