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

Support for FoundationDB #34

Open
cddr opened this issue Apr 26, 2018 · 1 comment
Open

Support for FoundationDB #34

cddr opened this issue Apr 26, 2018 · 1 comment

Comments

@cddr
Copy link
Contributor

cddr commented Apr 26, 2018

Anyone wanna see this thing run on foundationdb?

It's a bit of a bear to build the language bindings at the moment so I doubt we'd want that complexity in here. I wonder if the core messaging would be useful as it's own as a library.

@whilo
Copy link
Contributor

whilo commented May 19, 2018

@cddr What is your idea about porting it? One way to do it would be to implement the konserve protocols (disclaimer: I am the main author of konserve.). I am wondering atm. what kind of high-throughput index datastructures one could use for datahike besides the hh-tree. Ideally we would like to have an index datastructure that can keep up with kafka style streams, e.g. to make our logs queryable. Eventual consistency would be fine there and since we only add stuff we are persistent anyway. (That is a bit naive, but I think this could provide a useful datalog experience beyond datomic).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants