I have a need to write a log entry (time-series/journal) entry within the context of a transaction of Gremlin mutations in DSE 5.0. Preferably to a separate Cassandra table (a bit of CQL I suppose).
I understand that DSE provides some optimizations around time-series with edges, but it feels like it would be an abuse to creates potentially billions of edges to record a journal that way.
Is there some way to include a CQL write within the context of a Gremlin transaction? Or, flipped around, can I include a batch of Gremlin mutations within the context of a CQL lightweight transactions?