Giter VIP home page Giter VIP logo

Comments (4)

artursoler avatar artursoler commented on August 29, 2024

How do you browse them now? I am testing the Cassandra journal and I haven't found a way to browse them (however cumbersome-ly) yet.

I've tried with "select blobAsText(message)" and "select blobAsVarchar(message)" but that didn't work.

Thanks

from akka-persistence-cassandra.

krasserm avatar krasserm commented on August 29, 2024

You can either

  • extend CassandraJournal to additionally write JSON representations somewhere else
  • use akka.persistence.PersistentViews to store JSON representations somewhere else or
  • try using akka-analytics to do whatever batch processing you need with Spark.

from akka-persistence-cassandra.

magnusart avatar magnusart commented on August 29, 2024

@artursoler I use a tool called DBeaver, the enterprise version (it's free even if it's enterprise) supports Cassandra and in the latest release they added support to show the contents of blob messages.

Edit: As a side note the developer also stated that in the future they might support custom deserializers for blobs: http://dbeaver.jkiss.org/forum/viewtopic.php?f=2&t=1734

@krasserm Hmmm... akka-analytics, never heard of that. I need to check that out.

from akka-persistence-cassandra.

patriknw avatar patriknw commented on August 29, 2024

Continued here: akka/akka-persistence-cassandra#12

from akka-persistence-cassandra.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.