virgodb 0.1.0.dev.2fa4849-x86_64-linux-gnu
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/LICENSE +5 -0
- data/lib/virgodb/version.rb +5 -0
- data/lib/virgodb/virgodb_ruby.so +0 -0
- data/lib/virgodb.rb +4 -0
- metadata +52 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: e71a70953acd5423587d76a7eb1dd11ec57ba99e52cdd9c976929db67bac03b8
|
|
4
|
+
data.tar.gz: 9962f2220e72ee5315369a7a552650322647a8f08735a9e69b9bae7323894ff9
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 55798b36d1b37583b98dca15c2fbee04c015c391b309e3b66d49c487495b742c3138a70fe28d383597c0a904d0863cae1ad45c33e5e2bca6ef9071d84a2d1801
|
|
7
|
+
data.tar.gz: a13600044ed92b7d3078bccda9da55f28091c5858b672c02c5ee0c3ccb5403479472d4e630996c142c4fe58e8b411f8288f4d3e940947a52aadb9a784484aee6
|
data/LICENSE
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
Copyright (c) 2026 Sumit Kumar. All rights reserved.
|
|
2
|
+
|
|
3
|
+
This software and associated documentation files (the "Software") are proprietary. You may install and use the compiled binary for personal, non-commercial purposes only. Any commercial use, redistribution, modification, or reverse engineering of the Software is strictly prohibited without explicit written permission.
|
|
4
|
+
|
|
5
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
Binary file
|
data/lib/virgodb.rb
ADDED
metadata
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: virgodb
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.1.0.dev.2fa4849
|
|
5
|
+
platform: x86_64-linux-gnu
|
|
6
|
+
authors:
|
|
7
|
+
- virgodb
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2026-08-10 00:00:00.000000000 Z
|
|
12
|
+
dependencies: []
|
|
13
|
+
description: |
|
|
14
|
+
Embeds virgodb (an OLAP engine backed by Parquet + DataFusion) directly into a Ruby process
|
|
15
|
+
via a Rust native extension (magnus + rb_sys) -- no daemon, no socket, each process links the
|
|
16
|
+
engine in-process. Built from crates/virgodb_ruby in the parent Cargo workspace.
|
|
17
|
+
email:
|
|
18
|
+
executables: []
|
|
19
|
+
extensions: []
|
|
20
|
+
extra_rdoc_files: []
|
|
21
|
+
files:
|
|
22
|
+
- LICENSE
|
|
23
|
+
- lib/virgodb.rb
|
|
24
|
+
- lib/virgodb/version.rb
|
|
25
|
+
- lib/virgodb/virgodb_ruby.so
|
|
26
|
+
homepage:
|
|
27
|
+
licenses:
|
|
28
|
+
- Nonstandard
|
|
29
|
+
metadata: {}
|
|
30
|
+
post_install_message:
|
|
31
|
+
rdoc_options: []
|
|
32
|
+
require_paths:
|
|
33
|
+
- lib
|
|
34
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
35
|
+
requirements:
|
|
36
|
+
- - ">="
|
|
37
|
+
- !ruby/object:Gem::Version
|
|
38
|
+
version: '4.0'
|
|
39
|
+
- - "<"
|
|
40
|
+
- !ruby/object:Gem::Version
|
|
41
|
+
version: 4.1.dev
|
|
42
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
43
|
+
requirements:
|
|
44
|
+
- - ">="
|
|
45
|
+
- !ruby/object:Gem::Version
|
|
46
|
+
version: 3.3.22
|
|
47
|
+
requirements: []
|
|
48
|
+
rubygems_version: 3.5.23
|
|
49
|
+
signing_key:
|
|
50
|
+
specification_version: 4
|
|
51
|
+
summary: Native Ruby bindings for embedding virgodb directly in a process
|
|
52
|
+
test_files: []
|