popout
Java file-based extremely fast and reliable FIFO queue.
File Explorer
Download Latest Version (.zip)- checkstyle.xml
- findbugs.xml
- license_for_check.txt
- pmd.xml
- maven-wrapper.properties
- MavenWrapperDownloader.java
- BatchedIteratorBenchmarks.java
- BatchedReadWriteBenchmarks.java
- BatchedWriteBenchmarks.java
- SyncedIteratorBenchmarks.java
- SyncedReadWriteBenchmarks.java
- SyncedWriteBenchmarks.java
- TapeIteratorBenchmarks.java
- TapeReadWriteBenchmarks.java
- TapeWriteBenchmarks.java
- TapeWriteBenchmarks2.java
- pom.xml
- README.md
- CompressedFileIteratorManyFiles.java
- CompressedFileIteratorSingleFile.java
- CompressedFiles.java
- CompressionResult.java
- FilesManager.java
- FileSystemBackend.java
- RecordHeader.java
- WalContent.java
- WalFiles.java
- BatchedFileQueue.java
- BatchedFileQueueBuilder.java
- QueueSerializer.java
- CorruptedDataException.java
- ReadingFromDiskException.java
- ItemSerialization.java
- SyncedFileQueue.java
- SyncedFileQueueBuilder.java
- CompressedFilesConfig.java
- Deserializer.java
- FileQueue.java
- QueueLimit.java
- ReadWriteBytesPool.java
- Serializer.java
- WalFilesConfig.java
- lombok.config
- logback.xml
- CompressedFilesTests.java
- FilesManagerTests.java
- FileSystemBackendTests.java
- BatchedFileQueueTests.java
- SyncedFileQueueTests.java
- IOUtils.java
- SerializationTests.java
- logback-test.xml
- pom.xml
- README.md
- .gitignore
- .settings.xml
- .travis.yml
- CHANGELOG.md
- CONTRIBUTING.md
- LICENSE
- mvnw
- mvnw.cmd
- pom.xml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/infobip/popout
Downloads the entire project code from GitHub to your computer.
cd popout
Moves into the project folder you just downloaded.
2. Maven (Java)
Medium RecommendedPrerequisites
- 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 package
Installs dependencies and builds the project using Maven.
$> mvn clean test
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)
