pkgsrc/databases/go-tiedot/PLIST
ng0 04f7a56fe8 Add databases/go-tiedot version 3.4
tiedot is a document database engine that uses JSON as document
notation; it has a powerful query processor that supports advanced set
operations; it can be embedded into your program, or run a stand-alone
server using HTTP for an API.

tiedot has fault-tolerant data structures that put your data safety
first, while easily scales to 4+ CPU cores.

tiedot has very stable performance, even with millions of records! It
consistently achieves high throughput - swallow more than 120k records
or 80k complicated queries per second with confidence.
2019-11-27 10:34:22 +00:00

71 lines
4 KiB
Text

@comment $NetBSD: PLIST,v 1.1 2019/11/27 10:34:22 ng0 Exp $
bin/tiedot
gopkg/pkg/${GO_PLATFORM}/github.com/HouzuoGuo/tiedot/data.a
gopkg/pkg/${GO_PLATFORM}/github.com/HouzuoGuo/tiedot/db.a
gopkg/pkg/${GO_PLATFORM}/github.com/HouzuoGuo/tiedot/dberr.a
gopkg/pkg/${GO_PLATFORM}/github.com/HouzuoGuo/tiedot/gommap.a
gopkg/pkg/${GO_PLATFORM}/github.com/HouzuoGuo/tiedot/httpapi.a
gopkg/pkg/${GO_PLATFORM}/github.com/HouzuoGuo/tiedot/tdlog.a
gopkg/src/github.com/HouzuoGuo/tiedot/LICENSE
gopkg/src/github.com/HouzuoGuo/tiedot/README.md
gopkg/src/github.com/HouzuoGuo/tiedot/benchmark.go
gopkg/src/github.com/HouzuoGuo/tiedot/benchmark_test.go
gopkg/src/github.com/HouzuoGuo/tiedot/data/collection.go
gopkg/src/github.com/HouzuoGuo/tiedot/data/collection32.go
gopkg/src/github.com/HouzuoGuo/tiedot/data/collection64.go
gopkg/src/github.com/HouzuoGuo/tiedot/data/collection_test.go
gopkg/src/github.com/HouzuoGuo/tiedot/data/file.go
gopkg/src/github.com/HouzuoGuo/tiedot/data/file_test.go
gopkg/src/github.com/HouzuoGuo/tiedot/data/hash32.go
gopkg/src/github.com/HouzuoGuo/tiedot/data/hash64.go
gopkg/src/github.com/HouzuoGuo/tiedot/data/hashtable.go
gopkg/src/github.com/HouzuoGuo/tiedot/data/hashtable_test.go
gopkg/src/github.com/HouzuoGuo/tiedot/data/partition.go
gopkg/src/github.com/HouzuoGuo/tiedot/data/partition_test.go
gopkg/src/github.com/HouzuoGuo/tiedot/db/col.go
gopkg/src/github.com/HouzuoGuo/tiedot/db/db.go
gopkg/src/github.com/HouzuoGuo/tiedot/db/db_test.go
gopkg/src/github.com/HouzuoGuo/tiedot/db/doc.go
gopkg/src/github.com/HouzuoGuo/tiedot/db/doc_test.go
gopkg/src/github.com/HouzuoGuo/tiedot/db/idx_test.go
gopkg/src/github.com/HouzuoGuo/tiedot/db/query.go
gopkg/src/github.com/HouzuoGuo/tiedot/db/query_test.go
gopkg/src/github.com/HouzuoGuo/tiedot/dberr/errors.go
gopkg/src/github.com/HouzuoGuo/tiedot/distributable/etc/tiedot
gopkg/src/github.com/HouzuoGuo/tiedot/distributable/tiedot.service
gopkg/src/github.com/HouzuoGuo/tiedot/distributable/tiedot.spec
gopkg/src/github.com/HouzuoGuo/tiedot/doc/API-reference-and-embedded-usage.md
gopkg/src/github.com/HouzuoGuo/tiedot/doc/Concurrency-and-networking.md
gopkg/src/github.com/HouzuoGuo/tiedot/doc/Contributors-and-License.md
gopkg/src/github.com/HouzuoGuo/tiedot/doc/Data-structures.md
gopkg/src/github.com/HouzuoGuo/tiedot/doc/Home.md
gopkg/src/github.com/HouzuoGuo/tiedot/doc/Limitations.md
gopkg/src/github.com/HouzuoGuo/tiedot/doc/Performance-tuning-and-benchmarks.md
gopkg/src/github.com/HouzuoGuo/tiedot/doc/Query-processor-and-index.md
gopkg/src/github.com/HouzuoGuo/tiedot/doc/Tutorial.md
gopkg/src/github.com/HouzuoGuo/tiedot/doc/Version-History.md
gopkg/src/github.com/HouzuoGuo/tiedot/example.go
gopkg/src/github.com/HouzuoGuo/tiedot/example_test.go
gopkg/src/github.com/HouzuoGuo/tiedot/extra/FOSDEM14-pic1.jpg
gopkg/src/github.com/HouzuoGuo/tiedot/extra/FOSDEM14-pic2.jpg
gopkg/src/github.com/HouzuoGuo/tiedot/extra/FOSDEM14-tiedot.pdf
gopkg/src/github.com/HouzuoGuo/tiedot/extra/TiedotPythonClient.py
gopkg/src/github.com/HouzuoGuo/tiedot/extra/mongo_throughput_harness.js
gopkg/src/github.com/HouzuoGuo/tiedot/gommap/LICENSE
gopkg/src/github.com/HouzuoGuo/tiedot/gommap/README.md
gopkg/src/github.com/HouzuoGuo/tiedot/gommap/mmap.go
gopkg/src/github.com/HouzuoGuo/tiedot/gommap/mmap_unix.go
gopkg/src/github.com/HouzuoGuo/tiedot/gommap/mmap_windows.go
gopkg/src/github.com/HouzuoGuo/tiedot/httpapi/collection.go
gopkg/src/github.com/HouzuoGuo/tiedot/httpapi/document.go
gopkg/src/github.com/HouzuoGuo/tiedot/httpapi/index.go
gopkg/src/github.com/HouzuoGuo/tiedot/httpapi/jwt-test.key
gopkg/src/github.com/HouzuoGuo/tiedot/httpapi/jwt-test.pub
gopkg/src/github.com/HouzuoGuo/tiedot/httpapi/jwt.go
gopkg/src/github.com/HouzuoGuo/tiedot/httpapi/jwt_test.go
gopkg/src/github.com/HouzuoGuo/tiedot/httpapi/misc.go
gopkg/src/github.com/HouzuoGuo/tiedot/httpapi/query.go
gopkg/src/github.com/HouzuoGuo/tiedot/httpapi/srv.go
gopkg/src/github.com/HouzuoGuo/tiedot/main.go
gopkg/src/github.com/HouzuoGuo/tiedot/tdlog/tdlog.go
gopkg/src/github.com/HouzuoGuo/tiedot/tdlog/tdlog_test.go