All Projects → bitcoinjs → indexd

bitcoinjs / indexd

Licence: ISC license
An external bitcoind index management service module

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to indexd

Mhtextsearch
A fast full-text search library for Objective-C
Stars: ✭ 79 (+58%)
Mutual labels:  leveldb, index
index shotgun
duplicate index checker 🔥 🔫 👮
Stars: ✭ 35 (-30%)
Mutual labels:  index
SwiftStore
Key-Value store for Swift backed by LevelDB
Stars: ✭ 119 (+138%)
Mutual labels:  leveldb
auctus
Dataset search engine, discovering data from a variety of sources, profiling it, and allowing advanced queries on the index
Stars: ✭ 34 (-32%)
Mutual labels:  index
pgrocks-fdw
Bring RocksDB to PostgreSQL as an extension. It is the first foreign data wrapper (FDW) that introduces LSM-tree into PostgreSQL. The underneath storage engine can be RocksDB. The FDW also serves for VidarDB engine, a versatile storage engine for various workloads. See the link for more info about VidarDB engine.
Stars: ✭ 101 (+102%)
Mutual labels:  leveldb
address-index-api
Address Index is an application which resolves addresses
Stars: ✭ 26 (-48%)
Mutual labels:  address-index
torrent-indexer
Yet another node.js torrent scraper made especially for movie, series, anime and music (scrape from 1337x, eztv, limetorrents, rarbg, skytorrents, thepiratebay, torrentproject, yts and zooqle)
Stars: ✭ 50 (+0%)
Mutual labels:  index
tex-course-index-template
A template for writing a condensed course index leveraging LaTeX indexing
Stars: ✭ 30 (-40%)
Mutual labels:  index
leveldb-jna
Java JNA (not JNI) adapter for LevelDB
Stars: ✭ 21 (-58%)
Mutual labels:  leveldb
eyy-indexer
An image and video friendly directory indexer for web directories.
Stars: ✭ 53 (+6%)
Mutual labels:  index
scan
DeFi Scan, everything one-stop location for DeFi Blockchain. Powered by jellyfish & ocean network.
Stars: ✭ 31 (-38%)
Mutual labels:  index
zephyr
Mirror Android notifications to VR
Stars: ✭ 78 (+56%)
Mutual labels:  index
luke
Please use the luke bundled with lucene! This repo is archived and frozen now.
Stars: ✭ 101 (+102%)
Mutual labels:  index
kvstore
KVStore is a simple Key-Value Store based on B+Tree (disk & memory) for Java
Stars: ✭ 88 (+76%)
Mutual labels:  index
universal-progressive-todos
A Todo list with universal JavaScript & Progressive Enhancement
Stars: ✭ 30 (-40%)
Mutual labels:  leveldb
ssdb
SSDB - A fast NoSQL database, an alternative to Redis
Stars: ✭ 8,026 (+15952%)
Mutual labels:  leveldb
arcbit-web
arcbit - web wallet http://arcbit.io
Stars: ✭ 31 (-38%)
Mutual labels:  bitcoinjs
NasdaqCloudDataService-SDK-Java
Nasdaq Data Link provides a modern and efficient method of delivery for real-time exchange data and other financial information. This repository provides a Java SDK for developing applications using Nasdaq Data Link's real-time data.
Stars: ✭ 70 (+40%)
Mutual labels:  index
kdtree-rs
K-dimensional tree in Rust for fast geospatial indexing and lookup
Stars: ✭ 137 (+174%)
Mutual labels:  index
bigdata-tech-index
Big Data Technology Index
Stars: ✭ 24 (-52%)
Mutual labels:  index

indexd

build status Version

An external bitcoind index management service module.

Indexes

By default, this module includes a script, spents, transaction block, txout, tx, median time past and fee indexes. The module uses getblockheader, getblockhash, getblock and getbestblockhash RPC methods for blockchain synchronization; and getrawmempool for mempool synchronization.

-txindex is not required for this module; but is still useful for individual transaction lookup (aka txHex). See #6 if you think an independent transaction index should be added.

Usage

Assumes yajrpc is used for the provided bitcoind RPC object; and leveldown for the database object.

Conventions

When conveying block height, -1 represents unconfirmed (in the mempool). null represents unknown or missing.

For example, the height of the transaction ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff in the Bitcoin blockchain is null (it doesn't exist!).

LICENSE ISC

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].