blackrock

module
v0.0.0-...-be96ec6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 4, 2021 License: MIT

README

WORK IN PROGRESS

* what is it
+ event log search engine
+ collective/queriable session
+ event sourced user session
+ not generic
+ business metrics and logs in same place
+ user features, alerts, and graphs

* how it works
+ how search works
+ how the storage works
+ lazy loading
+ protobuf
+ size
+ time locality
+ ...

* why it
+ search engines(lucene/xapian) are not optimized for scanning over *all* the matches
+ databases can not run code near your data(to this extend)
+ access to the forward index while scoring is complicated and slow (esp in lucene wrappers like elasticsearch)
+ simple ~2k lines of code
+ forkable
+ fast
+ pluggable [kafka store, redis store, ...]
+ not generic

* why not alternatives
+ lucene
+ xapian
+ bleve
+ postgres
+ mongo
+ cassandra
+ elasticsearch
+ solr
+ ...

* benchmarks (compare blackrock to lucene/es/postgres)
+ custom score 10_000_000 items
+ search top 10 items in 10_000_000
+ ...

Directories

Path Synopsis
cmd
pkg
blackrock_io
Package blackrock_io is a reverse proxy.
Package blackrock_io is a reverse proxy.
depths
The MIT License (MIT) Copyright (c) 2016 Jeremy Wohl Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
The MIT License (MIT) Copyright (c) 2016 Jeremy Wohl Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL