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

misc: fix spelling typos #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
Binary file not shown.
Empty file.
Binary file not shown.
Binary file added .gradle/7.1.1/fileChanges/last-build.bin
Binary file not shown.
Binary file added .gradle/7.1.1/fileHashes/fileHashes.lock
Binary file not shown.
Empty file added .gradle/7.1.1/gc.properties
Empty file.
Binary file modified .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
4 changes: 2 additions & 2 deletions .gradle/buildOutputCleanup/cache.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#Mon Aug 03 09:08:27 PDT 2020
gradle.version=6.1.1
#Sun Jan 23 03:18:45 PST 2022
gradle.version=7.1.1
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
EinsteinDB is an embedded knwoledge base on relativistic sidecars: multi-consumer, multi-producer; console agnostic HTAP.
EinsteinDB is an embedded knowledge base on relativistic sidecars: multi-consumer, multi-producer; console agnostic HTAP.

EinsteinDB as presented herein is a community edition DB-a-a-S built with Rust, Haskell, Docker, Kubernetes, Ansible and ❤️
Along with MilevaDB, both components make up a cost-optimized distributed-SQL cluster with prolog querying, proto-buff generating, and regular
expression querying of Cold, Warm, and Hot Data Chunks. EinsteinDB implements a two-pronged Append-Merge Pull mechanism (similar to git). Because of EinsteinDB's Homomorphic Keyspace, MilevaDB can transmute key-value pairs as lock-free version-sharing secondary indices but for dirty pages pointing to trees. We define an einstein_merkle tree as the BtreeMapEngine invariant (or the HashMap) for B+Trees but guaranteeing better read-heavy throughpu.
Along with MilevaDB, both components make up a cost-optimized distributed-SQL cluster with prolog querying, protobuf generating, and regular
expression querying of Cold, Warm, and Hot Data Chunks. EinsteinDB implements a two-pronged Append-Merge Pull mechanism (similar to git). Because of EinsteinDB's Homomorphic Keyspace, MilevaDB can transmute key-value pairs as lock-free version-sharing secondary indices but for dirty pages pointing to trees. We define an einstein_merkle tree as the BtreeMapEngine invariant (or the HashMap) for B+Trees but guaranteeing better read-heavy throughput.

EinsteinDB and MilevaDB interact with SQLite(at the top layer), PostgresQL for persistence(middle layer), and LMDB's Iterator implementation (bottom layer). Designed for Write-Optimized Copy-on-Write Semantics, Repeatable Read isolation guarantees for HTAP, column cracking, and vectorized SIMD for OLAP/OLTP SparkQL streams. VioletaBFT is EinsteinDB's distributed consensus protocol implemented with Haskell.
EinsteinDB and MilevaDB interact with SQLite(at the top layer), PostgreSQL for persistence(middle layer), and LMDB's Iterator implementation (bottom layer). Designed for Write-Optimized Copy-on-Write Semantics, Repeatable Read isolation guarantees for HTAP, column cracking, and vectorized SIMD for OLAP/OLTP SparkQL streams. VioletaBFT is EinsteinDB's distributed consensus protocol implemented with Haskell.

VioletaBFT is a Byzantine Fault Tolerant HoneyBadger/Raft protocol which provides consistency guarantees and maintains consensus between replicas. Unlike most of the competitors, VioletaBFT compiles to Rust (From Haskell) and pipelines a JIT Automatic failover with Partition persistence.

Binary file added Users:tyco:Downloads:mentat.textClipping
Binary file not shown.