Re: Listing Keys Hierarchically Using a Prefix and Delimiter

2016-07-29 Thread Eric Evans
On Fri, Jul 29, 2016 at 12:28 AM, Jacob Willoughby wrote: > Adjacency lists would work except the delimiter can be an arbitrary > character... Are you trying to build something compatible with s3, or something that works like it? Is it necessary that the delimiter

Re: Listing Keys Hierarchically Using a Prefix and Delimiter

2016-07-28 Thread Jacob Willoughby
From: Eric Evans <john.eric.ev...@gmail.com> Sent: Thursday, July 28, 2016 9:19 AM To: user@cassandra.apache.org Subject: Re: Listing Keys Hierarchically Using a Prefix and Delimiter > Perhaps you could just store the objects as a simple

Re: Listing Keys Hierarchically Using a Prefix and Delimiter

2016-07-28 Thread Eric Evans
On Wed, Jul 27, 2016 at 10:56 PM, Jacob Willoughby wrote: > I have been investigating cassandra to store small objects as a trivial > replacement for s3. GET/PUT/DELETE are all easy, but LIST is what is > tripping me up. > > > S3 does a hierarchical list that kinda

Listing Keys Hierarchically Using a Prefix and Delimiter

2016-07-27 Thread Jacob Willoughby
Hi, data modeling question, I have been investigating cassandra to store small objects as a trivial replacement for s3. GET/PUT/DELETE are all easy, but LIST is what is tripping me up. S3 does a hierarchical list that kinda simulates traversing folders.