Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mconlon17/entities
Entities for data management in GO
https://github.com/mconlon17/entities
Last synced: 26 days ago
JSON representation
Entities for data management in GO
- Host: GitHub
- URL: https://github.com/mconlon17/entities
- Owner: mconlon17
- License: unlicense
- Created: 2024-07-17T18:10:20.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-31T18:27:53.000Z (6 months ago)
- Last Synced: 2024-07-31T22:42:08.690Z (6 months ago)
- Language: Go
- Size: 58.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Entities for data management in Go
**This is early work**
The idea is simple enough -- design some entities -- structs in Go -- with common
names, common slots, and a common pointer architecture to replicate the kinds of data
needs of the Semantic Web. Provide methods for loading and unloading the structures
to triples -- this allows for storage and query in triple stores and the use of the SPARQL
query language for reporting.The Go data structures are simple, extensible, and fast. Should be useful for many data
problems, and the construction of CRM systems, academic profiling systems such as VIVO,
and many other common data applications.