Giter Club home page Giter Club logo

framerd's Introduction

FramerD is a high-performance distributed object database optimized
for storing and operating over large pointer-intensive data
structures, especially those used to represent the semantic knowledge
used in intelligent document analysis and search.

Conventional databases based on relational algebra (any SQL-oriented
product) are not optimized for pointer-intensive data, but many
knowledge-based algorithms make heavy use of pointer-following and
expansion over such data.  FramerD uses an alternate model supporting
billions of *unique objects* with lightweight pointers and a range of
caching strategies for resolving object pointers to complex structured
objects.  This model is incorporated with the ability to manage very
large dynamically modifiable *indices* that map arbitrary structured
objects to collections of object references.

The underlying content model is a dynamically typed data model based
on associational structures for mapping property identifiers (which
may themselves be object pointers) to values.  These associational
structures are called "frames" after the term classically used for
such entities in artificial intelligence.

framerd's People

Contributors

wware avatar

Stargazers

salotz avatar

Watchers

 avatar James Cloos avatar  avatar

framerd's Issues

Build error

This is on Ubuntu 17.10 64bit after running configure, make all throws the following error:

In file included from include/framerd/common.h:447:0,
                 from include/framerd/dtypes.h:32,
                 from include/dtypes.h:36,
                 from src/os/timefns.c:29:
/usr/include/x86_64-linux-gnu/bits/mathcalls.h: At top level:
include/framerd/binio.h:54:20: error: expected identifier or ‘(’ before ‘double’
 #define trunc(x) ((double) ((long) (x)))

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.