Skip to content

hackernews data stored in redis, sled, and json files

License

Notifications You must be signed in to change notification settings

stormasm/redsled

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rediset-to-file is used by the repo hackernews-favorites

sled-to-file.rs is a great starting example of lifetimes.

Check out this Readme for more details.

This assumes that the data already exists in Redis and redsled is all about moving the data out of Redis and / or using Redis for further processing.

Data can be written to files, sled and in the future other persistent data stores. Including...

  • Tantivy

For now data lands in Redis via hn-api-examples and then redsled will take over and do more processing.

Much of the tantivy processing will happen in tansled.

References:

Sort a vector of Integers

About

hackernews data stored in redis, sled, and json files

Topics

Resources

License

Stars

Watchers

Forks

Languages