Giter Club home page Giter Club logo

objectified's Introduction

objectified

What is Objectified?

Objectified is a time-series object database that supports dynamic schemas.

It uses REST services to programmatically provide CRUD services for data operations.

Schemas are programmatically defined, allowing for custom definitions of objects, data fields, and data type properties.

All of this is controlled and configured using a simple UI.

Prerequisites

Development Plans

Issues

Please refer to this link to review outstanding issues with Objectified.

Roadmap

The following is a list of items that will be done as the project grows. This is an approximation; this list may grow or shrink over time, depending on adoption and popularity.

  • CI/CD

    • Build working in CircleCI
  • UI

    • Base design and layout
    • Component library
      • Namespaces
      • Classes
      • Data Types
      • Fields
      • Properties
      • Object Properties
      • Class Properties
      • Instances
      • Instance Groups
    • Core functionality using REST
  • ETL

    • Extract, Transform, and Load library
      • Typescript
      • Python
      • Go
      • Rust
  • Blog Site

    • Schema design
    • Simple UI design
    • User accounts
    • Sections
    • Postings
    • Hosting on http://objectified.wiki

objectified's People

Contributors

kensuenobu avatar

Stargazers

Andrew Harrison avatar

Watchers

 avatar Kostas Georgiou avatar  avatar

objectified's Issues

Create test cases for REST services

REST services need to have test cases as well. Since this will be run against a Postgres server, do not mock the values - test against Postgres. Mock is not good enough, as all programmatic responses will always generate positive outcomes. This should be tested against a real service that can be freely destroyed in a test environment.

Add ability to capture array of values in UI

Add a component that will allow for objects to be stored as an array, renumbered, edited, and deleted from the UI. Example would be to use this in the "Add" section in Fields, as fields can take arrays of examples or enumeration values.

Need to prevent duplicate names in namespaces

Namespaces must be changed to:

  • Change "name" to be permanently lowercase
  • Not allow duplicates

Namespaces service must report namespace errors back in the appropriate response code to the UI app, and the UI app must show the appropriate error when an error is returned.

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.