Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Ui | 340 | 53 | 19 | 3 months ago | 102 | October 22, 2021 | 61 | mit | JavaScript | |
🦚 UI kit for decentralized apps | ||||||||||
Web3 Vs Ethers | 273 | a year ago | 15 | JavaScript | ||||||
A basic cheatsheet of Web3.js vs Ethers (along w/ example apps!) | ||||||||||
Create React Native Dapp | 179 | a year ago | 40 | October 19, 2021 | 1 | mit | TypeScript | |||
Your next Ethereum application starts here. ⚛️ 💪 🦄 | ||||||||||
Web3 Ethereum Fullstack Application | 104 | 3 years ago | CSS | |||||||
A Web3 Ethereum fullstack application test task | ||||||||||
Examples | 95 | 4 years ago | 3 | JavaScript | ||||||
A set of example dApps and apps using ethjs. | ||||||||||
Mstable App | 55 | 2 years ago | 9 | lgpl-3.0 | TypeScript | |||||
📀 Lite application to interface with the mStable protocol | ||||||||||
Web3 Auth | 20 | 4 years ago | 2 | apache-2.0 | JavaScript | |||||
NPM for signing into Express apps using Web3. | ||||||||||
0x Tracker Api | 16 | 2 years ago | 21 | apache-2.0 | JavaScript | |||||
NodeJS API built for 0x Tracker which exposes 0x protocol data and metrics for consumption by the 0x Tracker Client application. | ||||||||||
Dapphero | 5 | 2 years ago | 17 | JavaScript | ||||||
A framework for easily building no-code web3 applications using WebFlow | ||||||||||
Web3examples.github.io | 2 | 2 years ago | mit | |||||||
Example of web3 code, this can be used to learn how to program web3 applications (DAPPS) |
Based on cutting-edge computer science, the IceFireDB project integrates new ideas and research in the fields of message passing, event instruction processing, data consistency and replication, decentralized network, reliable data storage, high-performance network framework, etc.The team of researchers and engineers at IceFireDB combines the cutting-edge ideas from distributed systems and concurrent databases. These ideas combine collision-free replication data types (CRDT) and decentralized appendix-only logs, which can be used to simulate the variable sharing state between peers in P2P applications to create a new data infrastructure with high security, high performance and low latency.
The core of IceFireDB architecture is geographically distributed event source and decentralized Log source, with log-level CRDT replication.In order to realize the consistency of replication, IceFireDB provides a stable decentralized networking model, which allows the combination of public networks among different sites. Multiple IceFireDB nodes can be run inside each site, and RAFT network can be formed between nodes, which ensures the data consistency and stable storage within the same site.
IceFireDB is a database built for web3 and web2. The core mission of the project is to help applications quickly achieve decentralization and data immutability. At present, the storage layer supports various storage methods such as disk, OSS, and IPFS. The protocol layer currently supports SQL and RESP protocols, and will support GraphQL protocols in the future.A blockchain fusion layer based on immutable transparent logs and Ethereum is under construction to support integration with higher-level decentralized computing platforms and applications as well as identity, financial assets, intellectual property and sidechain protocols. IceFireDB strives to fill the gap of the decentralized stack, making the data ecology of web3 applications more complete, and making it easier for web2 applications to achieve decentralization and data immutability.
Documentation center : https://www.icefiredb.xyz/icefiredb_docs
IceFireDB-SQLite database is a decentralized SQLite database. Provide a convenient mechanism to build a global distributed database system. Support users to write data to IceFireDB-SQLite using MySQL protocol. IceFireDB-SQLite stores the data in the SQLite database and synchronizes the data among the nodes in the P2P automatic network.
IceFireDB-SQLProxy is a decentralized SQL database networking system that helps web2 traditional SQL database data decentralization. Provide a convenient mechanism to build a globally distributed storage system with automatic networking. Commands are automatically synchronized between IceFireDB-SQLProxy in the network, and each IceFireDB-SQLProxy writes data to MySQL storage.
Decentralized networking through IceFireDB-SQLProxy provides web2 program read and write support for SQL, enabling decentralized data synchronization for MySQL database read and write scenarios commonly used in web2 applications.
IceFireDB-Redis-proxy database proxy adds decentralization wings to traditional redis databases. Provide a convenient mechanism to build a globally distributed storage system with automatic networking. The instructions are automatically synchronized between the networked redis agents, and the redis agent writes data to the cluster or single-point redis storage. Through the decentralized middleware network proxy, decentralized data synchronization can be enabled for the Redis database commonly used in web2 applications.
IceFireDB-PubSub is a high performance, high availability and decentralized subscription system.It can seamlessly migrate web2 applications using redis publish and subscribe into a decentralized p2p subscription network.
It supports distributed raft disk Redis database mode in web2 mode, and also supports decentralized IPFS storage mode.
Strings | Hashes | Lists | Sets | Sorted Sets |
---|---|---|---|---|
APPEND | HSET | RPUSH | SADD | ZADD |
BITCOUNT | HGET | LPOP | SCARD | ZCARD |
BITOP | HDEL | LINDEX | SDIFF | ZCOUNT |
BITPOS | HEXISTS | LPUSH | SDIFFSTORE | ZREM |
DECR | HGETALL | RPOP | SINTER | ZCLEAR |
DECRBY | HINCRBY | LRANGE | SINTERSTORE | ZRANK |
DEL | HKEYS | LSET | SISMEMBER | ZRANGE |
EXISTS | HLEN | LLEN | SMEMBERS | ZREVRANGE |
GET | HMGET | RPOPLPUSH | SREM | ZSCORE |
GETBIT | HMSET | LCLEAR | SUNION | ZINCRBY |
SETBIT | HSETEX | LCLEAR | SUNIONSTORE | ZREVRANK |
GETRANGE | HSTRLEN | LMCLEAR | SCLEAR | ZRANGEBYSCORE |
GETSET | HVALS | LEXPIRE | SMCLEAR | ZREVRANGEBYSCORE |
INCR | HCLEAR | LEXPIREAT | SEXPIRE | ZREMRANGEBYSCORE |
EXISTS | HMCLEAR | LKEYEXISTS | SEXPIRE | ZREMRANGEBYRANK |
GET | HEXPIRE | LTRIM | SEXPIREAT | |
GETBIT | HEXPIREAT | LTTL | STTL | |
SETBIT | HKEYEXIST | SPERSIST | ||
GETRANGE | HTTL | SKEYEXISTS | ||
GETSET | ||||
INCRBY | ||||
GET | ||||
MGET | ||||
MSET | ||||
SET | ||||
SETEX | ||||
SETEXAT | ||||
SETRANGE | ||||
EXPIRE | ||||
EXPIREAT | ||||
TTL |
IceFireDB refines and implements the following important system components.
System components | describe | technology used |
---|---|---|
Network layer | 1. RAFT guarantees data consistency within a single availability zone. 2. P2P network construction decentralized database communication. 3. NATS is a new network layer being built. |
P2PRAFTNATS |
Storage layer | Many types of storage are currently supported. Under the codec computing layer, we abstract the KV storage driver layer, which is compatible with different storage engines of web2 and web3. | goleveldbbadgerIPFSCRDTIPFS-LOGOSS |
Protocol layer | Based on the codec layer, we have built a protocol layer. A good communication protocol allows more applications to easily access the IceFireDB data network. Currently, we support the Redis-RESP NoSQL protocol and the MySQL protocol. | RESPSQL |
Codec layer | The codec layer is the core of our system. For NoSQL scenarios, any data type will be abstracted into a KV storage model. With the flexible coding layer, we can build rich data operation structures and instructions, such as hash, sets, strings, etc. | KVStringsHashesListsSorted SetsSetsSQLPubSub |
https://www.icefiredb.xyz/icefiredb_docs/icefiredb/icefiredb-nosql/quick_start/
leveldb driver
[email protected]:~/DATA/ICODE/GoLang/IceFireDB$ redis-benchmark -h 127.0.0.1 -p 11001 -n 10000000 -t set,get -c 512 -P 512 -q
SET: 253232.12 requests per second
GET: 2130875.50 requests per second
IceFireDB originated from the distributed NoSQL database in the web2 scenario. We will continue to support the web2 distributed NoSQL database, while investing more energy in the direction of web3 and web2 decentralized databases. We are very grateful to our community partners for their continued interest, the community has been our driving force.
I stood on the shoulders of giants and did only simple things. Thank you for your attention.
![]() Protocol Labs |
![]() Filecoin |
![]() FVM |
License
Disclaimers
When you use this software, you have agreed and stated that the author, maintainer and contributor of this software are not responsible for any risks, costs or problems you encounter. If you find a software defect or BUG, please submit a patch to help improve it!