XRPLF / clio

An XRP Ledger API Server
https://xrpl.org
ISC License
60 stars 51 forks source link

Lite Mode #22

Open cjcobb23 opened 3 years ago

cjcobb23 commented 3 years ago

Consider adding a lite mode that doesn't store the full ledger state, but rather just stores transactions and ledger headers. Research should be done to determine if this is an actual use case.

kuznetsss commented 2 months ago

Instead we could add support for some local database like sqllite or rocksdb.