Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Added support for serializing using Akka serialization #199

Closed
wants to merge 14 commits into from

Commits on Sep 2, 2018

  1. Added support for serializing using Akka serialization (#180)

    Added support for serializing using Akka serialization including migration
    jroper authored and WellingR committed Sep 2, 2018
    Configuration menu
    Copy the full SHA
    48f187e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e33665b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c13636b View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2018

  1. Documentation fixes (#197)

    - Fixed a mistake in the configuration example for custom database providers
    - Improved documentation on thread/connection pool sizing (specifically by removing the vague 5 * number of cores recommendation and pointing to a better resource)
    WellingR authored and octonato committed Sep 3, 2018
    Configuration menu
    Copy the full SHA
    1d1b35d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba5ee96 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2018

  1. Configuration menu
    Copy the full SHA
    7966d95 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2018

  1. Dependency updates (#202)

    - scala 2.12.6
    - akka 2.5.16
    - scalatest 3.0.5 (test only)
    - postgres 42.2.5 (test only)
    - mysql 8.0.12 (test only)
    WellingR authored and octonato committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    06486b0 View commit details
    Browse the repository at this point in the history
  2. switch to using systemActorOf so this library can be used with Akka T…

    …yped
    Nathan Vecchiarelli authored and WellingR committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    7c5af74 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2018

  1. Add support for SQL Server (#200)

    Adds SQL Server schema and test updates. I created a derived SQL server [image](https://hub.docker.com/r/topaztechnology/mssql-server-linux/) that allows login and database creation on startup to facilitate testing.
    
    Write performance was initially poor vs Postgres, but significantly improved with use of `transactionally` in  `BaseByteArrayJournalDao.writeJournalRows`
    
    This was based on a closed PR #108, thanks to @naferx
    jonfox authored and octonato committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    816258e View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2018

  1. Specifies SBT 1.2.3. (#209)

    odd authored and octonato committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    970ff15 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2018

  1. Configuration menu
    Copy the full SHA
    3369f14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7618ecf View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2018

  1. Fix DDL generation for legacy and non-legacy journal/snapshot table d…

    …efinitions.
    
    Rows per transaction has been made configurable.
    skisel authored and WellingR committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    b382e09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31641cc View commit details
    Browse the repository at this point in the history