最近在研究直接用JSON做笔记,比如我搜集的有关数据库的项目:

{"title": "数据存储|Database","items": [
{"title": "SQLite","description": "","tags": "database","language": null,"license": null,"url": "http://www.sqlite.org/"
},
{"title": "端到端的加密数据库ZeroDB","description": "ZeroDB is an end-to-end encrypted database. Data can be stored on untrusted database servers without ever exposing the encryption key. Clients can execute remote queries against the encrypted data without downloading all of it or suffering an excessive performance hit.","tags": "database","language": "Python","license": "APGLv3 (GNU AFFERO GENERAL PUBLIC LICENSE Version 3)","url": "https://github.com/zero-db/zerodb","reference": ["http://www.zerodb.io/"]
},
{"title": "LevelDB","description": "LevelDB是一个嵌入式的key-value数据库。它的键和关联值可以是任意的字节数组,并且按照键值排序,排序机制是可以被重载的。数据存储机制非常简单,仅仅支持Put,Get和Delete命令,然后还有前向和后向迭代遍历。","tags": "key-value database","language": null,"license": null,"url": "http://code.google.com/p/leveldb/"
},
{"title": "ArangoDB","description": "An open-source database with a flexible data model for documents, graphs, and key-values. Build high performance applications using a convenient sql-like query language or JavaScript/Ruby extensions. ","tags": "Client/Server; database","language": null,"license": "Apache License 2.0","url": "http://www.arangodb.org"
},
{"title": "DBreeze","description": "DBreeze - C# ACID NoSql embedded object database management system. Professional, open-source, NoSql (embedded Key / Value storage), transactional, ACID-compliant, multi-threaded, object database management system for .NET 3.5> XAMARIN MONO . Written in C# . ","tags": "NoSql embedded object database","language": "C#","license": "BSD License","url": "https://github.com/hhblaze/DBreeze"
},
{"title": "OrientDB","description": "多模型数据库(支持Graph和Document)。有C# Driver。社区版可用于商业。 ","tags": "database","language": "Java","license": null,"url": "http://orientdb.com"
},
{"title": "Perst","description": "An open source, object-oriented embedded database。GPLv3/商业授权。","tags": "","language": null,"license": "GPLv3; 商业授权","url": "http://www.mcobject.com/perst/"
},
{"title": "sina dynamod","description": "一个分布式的key value存储","tags": "key-value database","language": null,"license": null,"url": "http://code.google.com/p/sina-sdd/"
},
{"title": "beansdb","description": "豆瓣的Key-Value存储类型doubandb的开源版本","tags": "key-value database","language": null,"license": null,"url": "http://code.google.com/p/beansdb/"
},
{"title": "Redis","description": "A persistent key-value database with built-in net interface written in ANSI-C for Posix systems","tags": "key-value database","language": "C","license": null,"url": "http://code.google.com/p/redis/"
},
{"title": "MongoDB","description": "无模式数据库","tags": "bson","language": null,"license": null,"url": "http://www.mongodb.org"
},
{"title": "RavenDB","description": "文档数据库。","tags": "document database","language": "C#","license": "商业授权","url": "http://www.ravendb.net"
},
{"title": "Eloquera","description": "文档数据库。","tags": "document database","language": null,"license": "商业授权; 社区版本","url": "http://www.eloquera.com"
},
{"title": "iBoxDB","description": "Fast Transactional TableStyle Document NoSQL Application Database","tags": "NoSql database","language": null,"license": null,"url": "http://www.iboxdb.com"
},
{"title": "STSdb","description": "STSdb 4.0 is a NoSQL key-value store open-source database. The entire database is written in pure managed .NET language without using unsafe code. The STSdb 4.0 engine is based on WaterfallTree technology. WaterfallTree provides blazing performance in real-time indexing of both sequential and random keys, making STSdb 4.0 perfect for BigData and enterprise systems.","tags": "NoSql; key-value","language": null,"license": "商业授权; GPLv2","url": "http://stssoft.com"
},
{"title": "UnQLite","description": "UnQLite is a in-process software library which implements a self-contained, serverless, zero-configuration, transactional NoSQL database engine. UnQLite is a document store database similar to MongoDB, Redis, CouchDB etc. as well a standard Key/Value store similar to BerkeleyDB, LevelDB, etc.","tags": "NoSQL database","language": "C","license": "2-Clause BSD license","url": "http://unqlite.org/"
},
{"title": "Siaqodb","description": "Siaqodb is a NoSQL embedded object and document database engine that currently runs on .NET, MonoMac, Universal Windows Platform (UWP), Xamarin.iOS, Xamarin.Android, Xamarin.Mac and Unity3D.","tags": "NoSQL; embedded; object; document; database","language": null,"license": "商业授权","url": "http://siaqodb.com/"
},
{"title": "EJDB","description": "EJDB is the embeddable (in-process) database engine designed for querying collections of JSON documents and persisting data. EJDB is implemented as a C library based on Tokyo Cabinet key-value storage engine. EJDB design is inspired by Mongodb and follows the same philosophy , especially for the query language.","tags": "embedded; database; JSON","language": "C","license": "GNU LGPL v2.1","url": "http://ejdb.org"
},
{"title": "LiteDB","description": "LiteDB - A .NET NoSQL Document Store in a single data file. LiteDB is a small, fast and lightweight NoSQL embedded database.","tags": "NoSQL embedded database","language": null,"license": "MIT","url": "https://github.com/mbdavid/LiteDB"
},
{"title": "Embark。","description": "Easy to use document database with a focus on visibility and simplicity. Made for prototyping or projects with an agile code-first approach. Embark allows you to defer the plumbing or commitment of choosing a specific database technology. 每条数据以json文件独立保存。","tags": "document database; file","language": null,"license": "MIT","url": "https://github.com/ideaflare/embark"
},
{"title": "MobileDB","description": "You like EntityFramework and use it frequently but sometimes you need just a simple embedded database for an app or a small application, then MobileDB ist just right for you. It's a lightweight, fast and simple JSON database with an EntityFramework inspired API. ","tags": "embedded database; EntityFramework; JSON","language": null,"license": "MIT","url": "https://github.com/flumbee/mobiledb"
},
{"title": "开源的轻量级JSON存储Kinto","description": "Kinto是个提供了同步与分片功能的轻量级JSON存储服务,并且易于使用。它在Mozilla内部得到了广泛的应用。","tags": "json storage","language": "Python","license": "Apache License, Version 2.0","url": "https://github.com/Kinto/kinto","reference": ["http://www.infoq.com/cn/news/2015/12/introducing-kinto"]
},
{"title": "BrightstarDB","description": "A fast and scalable NoSQL graph database for the .NET platform with code-first data model generation.","tags": "NoSQL graph database","language": "C#","license": null,"url": "http://www.brightstardb.com/ "
},
{"title": "Neo4j","description": "Neo4j, the world's leading graph database, powering numerous organizations worldwide, including more than 50 Global 2000 customers.","tags": "NoSQL graph database","url": "http://neo4j.com"
},
{"title": "HyergraphDB","description": "HyperGraphDB is a general purpose, open-source data storage mechanism based on a powerful knowledge management formalism known as directed hypergraphs.","tags": "NoSQL Graph Database","url": "http://hypergraphdb.org"
},
{"title": "FlockDB","description": "A distributed, fault-tolerant graph database. Twitter提供。","tags": "NoSQL Graph Database","url": "https://github.com/twitter/flockdb"
},
{"title": "InfoGrid","description": "InfoGrid is a Web Graph Database with a many additional software components that make the development of REST-ful web applications on a graph foundation easy. InfoGrid is open source, and is being developed in Java as a set of projects.","tags": "NoSQL Graph Database","url": "http://infogrid.org"
},
{"title": "AllegroGraph","description": "The free version of AllegroGraph RDFStore Server Edition is limited by a 50 million triples maximum. If you want to use AllegroGraph with over 50 million triples, please email info@franz.com for pricing information for the Developer or Enterprise versions, or call us at +1(510) 452-2000, ext. 300. ","tags": "NoSQL; Semantic Graph Database; RDFStore","url": "http://allegrograph.com/allegrograph/"
},
{"title": "Virtuoso","description": "Virtuoso is a modern enterprise grade solution for data access, integration, and relational database management (SQL Tables and/or RDF based Property/Predicate Graphs).","tags": "Graph Database; RDF","url": "http://virtuoso.openlinksw.com"
},
{"title": "Sones","description": "GraphDB development started in 2007 in Germany with the goal to create an enterprise graph database management system which allows users to handle large graph datasets on standard hardware using an easy to learn and easy to use Graph Query Language (GraphQL).","tags": "NoSQL Graph Database","url": "http://sones.de"
},
{"title": "Graph Engine","description": "SERVING BIG GRAPHS IN REAL-TIME. Graph Engine = RAM Store + Computation Engine + Graph Model.","tags": "graph; computation; store","url": "http://www.graphengine.io"
},
{"title": "DaggerDB","description": "The super fast, super simple real time dimensional aggregator for high performance analytics and reporting in .NET. DaggerDB is a new real time dimensional analytics engine built to be super fast and powerful without the complexity and steep learning curve of the mainstream OLAP platforms. DaggerDB is an ACID compliant hybrid column store / OLAP aggregate database which enables both high speed realtime inserts of data and predictable real-time high performance dimensional querying using a simple fluent .NET query api. It can be hosted in-process - integrated in your application, or as a client / server solution hosting one or many databases and cubes. Both hosting setups can be run completely in memory or in fully persistent mode. ","tags": "real time; dimensional analytics engine; OLAP","url": "http://www.daggerdb.com"
},
{"title": "CortexDB","description": "A schema less, multi-model NoSQL database able to load big data through different data sources, automatic indexing and extremly fast searching through all the incoming content, keeping data and algorithm in one system - just like the human brain does.","tags": "schema less; multi-model; NoSQL database","url": "http://cortex-ag.com/index.html"
}]
}

完整内容:http://lore.chuci.info/taurenshaman/json/37268c53876f4437be2b91e0daa89d17

格式化数据#1:数据存储|Database相关推荐

  1. 8.2 Android Basic 数据存储 Database SQLite Demo 2

    <<SQLiteDemo2.zip>> SQLite Demo 2 本演练演示一个日记本程序 新建项目SQLiteDemo2, 编辑res/layout/main.xml 文件 ...

  2. 数据存储之SQLCipher数据库解密访问踩坑:net.sqlcipher.database.SQLiteException: file is not a databaseAndroid

    数据存储之SQLCipher数据库解密访问踩坑: 需求是打开一个别处加密的db,前提是有密码,废话不多,都是干货. net.sqlcipher.database.SQLiteException: fi ...

  3. web sql database数据存储位置

    分享一下我老师大神的人工智能教程!零基础,通俗易懂!http://blog.csdn.net/jiangjunshow 也欢迎大家转载本篇文章.分享知识,造福人民,实现我们中华民族伟大复兴! Q1: ...

  4. GML数据存储技术的研究与实现

    1.引言 随着GML(Geography Markup Language,地理标记语言)技术的日臻成熟,GML技术在GIS领域的应用得到广泛的推广,并且很多GIS软件商开始在他们设计的软件产品中增加了 ...

  5. BigData NoSQL —— ApsaraDB HBase数据存储与分析平台概览

    一.引言 时间到了2019年,数据库也发展到了一个新的拐点,有三个明显的趋势: 越来越多的数据库会做云原生(CloudNative),会不断利用新的硬件及云本身的优势打造CloudNative数据库, ...

  6. 将数据库服务器的文件D 改名为,MySQL如何更改数据库数据存储目录详解

    前言 MySQL数据库默认的数据库文件位于/var/lib/mysql下,有时候由于存储规划等原因,需要更改MySQL数据库的数据存储目录.下文总结整理了实践过程的操作步骤.话不多说了,一起来看看吧 ...

  7. MySQL的字符编码体系(一)——数据存储编码

    安装MySQL好多次了,每次都会纠结于数据库的字符编码配置,所以我决定这一次彻底把它理清. MySQL的字符编码结构比較细,它慷慨向分为两个部分:数据存储编码和传输数据编码.本篇讨论数据存储编码部分, ...

  8. Android之文件数据存储

    一.文件保存数据介绍 Activity提供了openFileOutput()方法可以用于把数据输出到文件中,具体的实现过程与在J2SE环境中保存数据到文件中是一样的.文件可用来存放大量数据,如文本.图 ...

  9. Flutter开发之数据存储-3-数据库存储(34)

    上一篇讲了文件存储path_provider的使用,今天接着学习第三种数据存储方式:Sqlite3.在Flutter中的数据库叫Sqflite跟原生安卓的Sqlite叫法不一样.我们来看下Sqflit ...

最新文章

  1. HTML form 标签的 enctype 属性
  2. poj2367拓扑排序模版题
  3. L - JavaScript继承
  4. linux中各种文件的颜色表示是什么意思?
  5. 汇编 整数变量 浮点数变量 符号常量
  6. java 下雪_如何用JAVA实现下雪场景
  7. ssms 缺少索引信息_MySQL3:索引
  8. ajax拼接外部变量,在ajax调用中访问函数外部变量的问题
  9. android 通知打开app,Android打开通知栏并回到主页的几种方式
  10. 数据库设置为php5.3,php5.3不能连接mssql数据库的解决方法,php5.3mssql_PHP教程
  11. 常见不透明度16进制转换
  12. Python的列表解析式,集合解析式,字典解析式
  13. Android第三方推送到达率调研
  14. Linux socket编程(一):客户端服务端通信、解决TCP粘包
  15. 真正正确的人民币 小写 大写 转换算法
  16. 一文搞定子网划分!子网掩码!超详细例题解析!
  17. 0基础快速入门CSS技术栈(6)—图解详细阐述说透CSS的浮动及应用、浮动的扩展及清除浮动和详解快速·1photoshop切图(附详细案例源码解析过程)2021-01-07更新
  18. vue大文件上传控件选哪个好?
  19. 操作系统:Java模拟CPU调度算法(非抢占短进程优先、可抢占优先权调度、多级反馈队列调度)
  20. 胡凡算法笔记第二章摘录

热门文章

  1. Ubuntu 20.04 LTS (Focal Fossa) OVF 模板下载 百度网盘
  2. 桌面Ubuntu卡死解决方案
  3. untiy 请求安卓权限
  4. SQL 基础(五)数据查询实战演练一
  5. webstrom 2099年设置
  6. 聊聊这8种单例模式的优缺点
  7. dms3.0 mysql_DMS 3.0 导入数据库出错-问答-阿里云开发者社区-阿里云
  8. 微信公众号的简单常识
  9. 单条视频播放超7000万,网红界“大油田”如何掀起快手流量浪潮?
  10. Linux知识点整理(五)—— Linux 磁盘与文件系统管理