GrijjyFoundation开源框架

GrijjyFoundation开源框架

# Grijjy Foundation

This repository contains foundation classes and utilities that are used throughout the other [Grijjy Repositories](https://github.com/grijjy).

## Grijjy Blog

Take a look at our [Grijjy Blog](https://blog.grijjy.com/) for discussions of our source code. In particular, these posts apply the the code in this repository:

* [Expand your Collections collection – Part 1: a generic set](https://blog.grijjy.com/2017/01/05/expand-your-collections-collection-part-1-a-generic-set/)
* [Expand your Collections collection – Part 2: a generic ring buffer](https://blog.grijjy.com/2017/01/12/expand-your-collections-collection-part-2-a-generic-ring-buffer/)
* [Unit Testing Generic Types](https://blog.grijjy.com/2017/01/10/unit-testing-generic-types/)
* [Scalable HTTP/S and TCP client sockets for the cloud](https://blog.grijjy.com/2017/01/09/scalable-https-and-tcp-client-sockets-for-the-cloud/)
* [Working with big data databases in Delphi – Cassandra, Couchbase and MongoDB](https://blog.grijjy.com/2017/01/11/working-with-big-data-databases-in-delphi-cassandra-couchbase-and-mongodb-part-2-of-3/)
* [Efficient and easy-to-use JSON and BSON library](https://blog.grijjy.com/2017/01/30/efficient-and-easy-to-use-json-and-bson-library/)
* [Binary Serialization with Google Protocol Buffers](https://blog.grijjy.com/2017/04/25/binary-serialization-with-google-protocol-buffers/)
* [Query JSON documents with JSONPath](https://blog.grijjy.com/2018/10/29/query-json-documents-with-jsonpath/)

## API Documentation

The API documentation for this repository can be found at [https://grijjy.github.io/GrijjyFoundation/](https://grijjy.github.io/GrijjyFoundation/)

It is automatically generated from the source code using a custom version of [PasDoc](https://github.com/pasdoc/pasdoc/wiki).

## Miscellaneous
You can install [Delphinus package manager](https://github.com/Memnarch/Delphinus/wiki/Installing-Delphinus) and then install our foundation package there. (Delphinus-Support)

原文地址:https://www.cnblogs.com/hnxxcxg/p/14035854.html