Code Monkey home page Code Monkey logo

xeto-misc's Introduction

Overview

Xeto is a data-only type system. The name is derived from the phrase "eXtensible Explicitly Typed Objects". Xeto defines a simple plain text format used to declare types and to exchange typed data. It is designed to build and validate Project Haystack data models. But Xeto is general purpose enough to use with any structured data including CSV, JSON, or SQL data.

Core development for Xeto is under the Haxall Repo. This repo provides additional supporting tools and libraries.

Videos

The following series of videos provide instructions on how to use this software to validate data:

Change Log

Important changes since videos were recorded:

Build 3.1.7.501 (28-Apr-2023)

  • Runtime uses lib/xeto zip files with xetolib file extension

  • Tools all work with src or zip (src is used if available)

  • Run bin/xeto env to see how given xeto lib is loaded

  • New bin/xeto json-pragma command to only parse lib meta into JSON

  • Dist zip file includes HTML docs for specs now

  • Start re-organization and enhancing ph.points

  • Major refactoring of compiler to process inheritance at compile time

  • Enhance instantiate() function with new graph option

  • Add unloadAll() function to Axon shell

Build 3.1.7.500 (24-Mar-2023)

  • Axon shell allows you to evaluate new specs on the fly

  • Qualified names now use double colon such as ph.points::Sensor

  • Can load database from http URIs now too

  • Query slot syntax is now Equip.points instead of Equip->points

  • Functions that have been renamed:

    • isa -> is/specIs
    • query -> queryAll
    • lintFit -> fitsExplain
    • lintFindAllFits -> fitsMatchAll
  • New xeto command line tool to compile to JSON

  • Subset of docs show data type functions (data lib)

Setup

Xeto is packaged as a simple zip file with a command line tool that requires the Java VM to run. Steps to download and run:

  1. Make sure you have Java installed

  2. Download the latest release

  3. Unzip to your local machine

  4. You might need to run 'chmod +x' on the bin scripts (OS X)

  5. Run 'bin/axon -v' to verify the install

  6. Watch the videos above to learn how to use the axon shell to validate your data

License

Protos is licensed under the Academic Free License 3.0.

xeto-misc's People

Contributors

briansfrank avatar thantos avatar

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.