Re: [beagleboard] Beaglebone Database Suggestions

2016-03-19 Thread Robert Nelson
On Wed, Mar 16, 2016 at 7:08 PM, Ray Madigan wrote: > That was my original idea, I just can't figure out how to implement it. I > formatted it with fdisk as a linux partition, any ext was not available, and > when I boot /etc/mtab treats it as vFat and postgresql won't init a database > on it bec

Re: [beagleboard] Beaglebone Database Suggestions

2016-03-19 Thread William Hermans
You can have a database all in memory. . . mounted over a network via NFS, or sshfs, You can use an external USB hard drive / flash stick, or you can use the sdcard interface as Robert mentions above. Anyway, there are "tons" of options, and you simply gave up too easy. As for Software stacks . .

[beagleboard] Beaglebone Database Suggestions

2016-03-19 Thread Ray Madigan
I have an app I want to write for home use that I need database access for. The dataset isn't extremely large but will eventually overflow the file system on beaglebone. I can't think of a way to add additional storage that will work with a database like postgresql. I have read many online p

Re: [beagleboard] Beaglebone Database Suggestions

2016-03-19 Thread Robert Nelson
On Mar 16, 2016 6:51 PM, "Ray Madigan" wrote: > > I have an app I want to write for home use that I need database access for. The dataset isn't extremely large but will eventually overflow the file system on beaglebone. I can't think of a way to add additional storage that will work with a datab