{"id":15048055,"url":"https://github.com/viyadb/viyadb","last_synced_at":"2025-10-03T13:27:56.591Z","repository":{"id":87992127,"uuid":"104114230","full_name":"viyadb/viyadb","owner":"viyadb","description":"ViyaDB in-memory columnar analytical data store","archived":false,"fork":false,"pushed_at":"2019-10-18T11:23:03.000Z","size":727,"stargazers_count":114,"open_issues_count":5,"forks_count":8,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-04-10T01:12:14.440Z","etag":null,"topics":["ad-hoc","analytics","cpp17","customer-facing","database","datastore","in-memory-database","in-memory-storage"],"latest_commit_sha":null,"homepage":"http://viyadb.com","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/viyadb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-09-19T18:44:04.000Z","updated_at":"2024-10-14T06:38:15.000Z","dependencies_parsed_at":"2023-05-22T07:00:13.729Z","dependency_job_id":null,"html_url":"https://github.com/viyadb/viyadb","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/viyadb/viyadb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viyadb%2Fviyadb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viyadb%2Fviyadb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viyadb%2Fviyadb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viyadb%2Fviyadb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/viyadb","download_url":"https://codeload.github.com/viyadb/viyadb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viyadb%2Fviyadb/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267983503,"owners_count":24176060,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-31T02:00:08.723Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ad-hoc","analytics","cpp17","customer-facing","database","datastore","in-memory-database","in-memory-storage"],"created_at":"2024-09-24T21:07:32.800Z","updated_at":"2025-10-03T13:27:56.501Z","avatar_url":"https://github.com/viyadb.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"http://viyadb.com/img/logo.svg\" height=\"100px\" /\u003e\n\nViyaDB\n=======\n\n[![Build Status](https://travis-ci.org/viyadb/viyadb.svg?branch=master)](https://travis-ci.org/viyadb/viyadb)\n\n[![Coverage](https://codecov.io/github/viyadb/viyadb/coverage.svg?branch=master)](https://codecov.io/github/viyadb/viyadb?branch=master)\n\nViyaDB is in-memory columnar analytical data store, featuring:\n\n * Fast ad-hoc analytical queries\n * Random access update pattern\n * Built-in cardinality protection\n * Real-time query compilation to machine code\n * Dynamic period based rollup\n * REST API interface with intuitive JSON-based language\n * Basic SQL (DML) support\n \n## Quickstart\n\n * Learn about ViyaDB through [Mobile Attribution Tracking Sample](http://viyadb.com/samples/#mobile-attribution-tracking).\n * Read more on ViyaDB [Usage](http://viyadb.com/usage).\n * Deep dive into ViyaDB [Clustering Architecture](http://viyadb.com/clustering) and [Real-Time Analytics Infrastructure](http://viyadb.com/realtime) based on ViyaDB.\n \nFor more information please visit the official Website: http://viyadb.com\n\n## Building\n\nIn order to pull all third party dependencies, either clone ViyaDB sources using `--recursive` flag, or run this command afterwards:\n\n    git submodule update --init --recursive\n\nThe easiest way to build ViyaDB is using `viyadb/devenv` Docker image:\n\n    docker run --rm -v $(pwd):/viyadb viyadb/devenv:latest /viyadb/scripts/travis-build.sh\n\nIf for some reason you'd like to use your own system tools, please read on.\n\n### Prerequisites\n\nThe following components are required for building ViyaDB:\n\n * CMake \u003e= 3.10\n * Boost \u003e= 1.65.1\n * Flex \u003e= 2.6.1\n * Bison \u003e= 2:3.0.4\n * g++ \u003e= 8.3\n\nAdditional third party dependencies are included into the project as [Git submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules).\n\n### Building\n\nTo build the project, run:\n\n    mkdir build/\n    cd build/\n    cmake ..\n    make -j4\n\n### Testing\n\nUnit tests are built as part of the main build process. To invoke all unit tests, run:\n\n    GLOG_logtostderr=1 ./test/unit_tests\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviyadb%2Fviyadb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fviyadb%2Fviyadb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviyadb%2Fviyadb/lists"}