Monday, 26 September 2016
Interesting Snippets from 2016-09-26
-
crt.sh | Certificate Search
Enter an Identity (Domain Name, Organization Name, etc), a Certificate Fingerprint (SHA-1 or SHA-256) or a crt.sh ID
-
GitHub - krotik/eliasdb: EliasDB is a graph based database.
Features Build on top of a fast key-value store which supports transactions and memory-only storage. Data is stored in nodes (key-value objects) which are connected via edges. Stored graphs can be separated via partitions. Stored graphs support cascading deletions - delete one node and all its "children". All stored data is indexed and can be quickly searched via a full text phrase search. For more complex queries EliasDB has an own query language called EQL with an sql-like syntax. Written in Go from scratch. No third party libraries were used apart from Go's standard library. The database can be embedded or used as a standalone application. When used as a standalone application it comes with an internal HTTPS webserver which provides a REST API and a basic file server. When used as an embedded database it supports transactions with rollbacks, iteration of data and rule based consistency management.