Questions tagged [hoodie]

Hoodie is an Offline First and noBackend architecture for frontend-only apps on the web and on iOS. Build complete web apps in days, without having to worry about backends, databases or servers, all with an open source library that's as simple to use as jQuery.

Hoodie is an Offline First and noBackend architecture for frontend-only web apps on the web and on iOS.

Build complete web apps in days, without having to worry about backends, databases or servers, all with an open source library that's as simple to use as jQuery.

24 questions
8
votes
2 answers

Grunt and hood.ie test database

I'm currently running my test suite on AngularJS using Grunt, Karma, Jasmine and Protractor. The database library I'm using is hood.ie, which is a library on top of CouchDB. I start hood.ie using the following code in my Gruntfile: hoodie: { …
Jeroen
  • 13,056
  • 4
  • 42
  • 63
4
votes
1 answer

How can I configure Polymer's platinum-sw-* to NOT cache one URL path?

How can I configure Polymer's platinum-sw-cache or platinum-sw-fetch to cache all URL paths except for /_api, which is the URL for Hoodie's API? I've configured a platinum-sw-fetch element to handle the /_api path, then platinum-sw-cache to handle…
timblack1
  • 137
  • 7
3
votes
1 answer

Require / Browserify hoodie in Angular

My aim is to use hood.ie framework in Angular. Instead of including all the JS files, I would like to use Browserify and require() the dependencies. I cannot find a way to require hoodie (template app for hood.ie uses
TomaszGuzialek
  • 861
  • 1
  • 8
  • 15
2
votes
1 answer

Spark streaming - Caused by: org.apache.parquet.io.ParquetDecodingException: Can not read value at 1 in block 0 in file

Im using spark to write my json data to s3. However, I keep getting the below error. We are using apache hudi for updates. This only happens for some data, everything else works fine. Caused by: org.apache.parquet.io.ParquetDecodingException: Can…
mythic
  • 535
  • 7
  • 21
2
votes
1 answer

Relationship between IBM Cloudant, PouchDB, Hoodie, Meteor

What is the relationship between IBM Cloudant, PouchDB, Hoodie, Meteor? I was watching https://www.youtube.com/watch?v=MALKo1bSa4Y which mentions those technologies but haven't yet wrapped my head around the relationships, so I would appreciate a…
KarolDepka
  • 8,318
  • 10
  • 45
  • 58
1
vote
1 answer

Slow performance observed when inserting data into Hudi table

I am using Datasource Writer API to write 5000 records into Hudi copy-on-write table, each with 8 columns and the total size is less than 1Mb. Please refer to the below code. Dataset ds1 = spark.read().json(jsc.parallelize(records,…
Sam
  • 11
  • 2
1
vote
1 answer

Query/ Filter a attribute of type array in PoucheDB/ Hoodie JS

I am new in the NoSql / Hoodie JS / PouchDB stuff and so I try to find the best (most efficient way) to handle my data. I try to store some "employee" data and their vacations. Something like this: { firstName: "Test", lastName: "User", …
PiTo
  • 11
  • 1
1
vote
1 answer

hood.ie couchdb findAll is it efficient and alternative way

I'm using hood.ie for a web app I'm making. I like the simplicity of it however there's something I'm not too sure about. When retrieving data from the couchDB there is a method: findAll - which as an example looks…
userMod2
  • 8,312
  • 13
  • 63
  • 115
1
vote
1 answer

Uncaught TypeError: this.hoodie.account.signUp is not a function

Why does my element throw the following error when it's served through an iron-component-page element (in a Polymer Seed Element demo), but not when served normally through my app? Uncaught TypeError: this.hoodie.account.signUp is not a…
timblack1
  • 137
  • 7
1
vote
1 answer

AngularJS + Hoodie: How to do a correct data flow?

I would like to combine AngularJS and Hoodie, but I am not sure how to do it the correct way. Let's say I have a basic AngularJS controller app.controller("c", function($scope) { $scope.table = []; $scope.onAdd = function(newEntry) { …
user2084865
  • 625
  • 1
  • 7
  • 18
1
vote
2 answers

Sync data between couchdb and a Lotus Notes Database

I have to migrate a Lotus Application to couchdb/hood.ie. anyone seen a kind of sync between Lotus Notes/Domino and couchdb? thx Pitt
pdewaard
  • 123
  • 6
1
vote
1 answer

Hoodie - Update a CouchDB document (Node.js)

I'm handling charges and customers' subscriptions with Stripe, and I want to use these handlings as a Hoodie plugin. Payments and customer's registrations and subscriptions appear normally in Stripe Dashboard, but what I want to do is update my…
0
votes
0 answers

Class org.apache.hudi.hadoop.HoodieROTablePathFilter not found

Hi I am just simply did a spark.read.csv(sample_path) and sample_path is a s3 location. I had the spark session ininiated. But it kept returning me this error. I search google and couldnt find an answer. Much appreciate your help! I tried to change…
0
votes
1 answer

Hoodie (Hudi) precombine field failing on NULL

My AWS Glue job for Hudi CDC is failing on a column that is a precombine field (see error message below). I have validated that there are no NULL values on this column (it has an AFTER UPDATE Trigger and a default of NOW() set). When I query the…
J Weezy
  • 3,507
  • 3
  • 32
  • 88
0
votes
1 answer

Hoodie postinstall failed: process.env.PWD is undefined

I'm trying to experiment with hoodie, but the npm install isn't working for me. Windows 10 Node 7.0.0 NPM 3.10.8 npm ERR! hoodie@28.1.2 postinstall: `node ./bin/setup.js` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the hoodie@28.1.2…
NiloCK
  • 571
  • 1
  • 11
  • 33
1
2