Questions tagged [fleetdb]

FleetDB is a schema-free database optimized for agile development.

FleetDB offers a flexible and expressive data model designed for the needs of modern application developers; a combination of schema-free records, declarative queries, automatically maintained indexes, and an optimizing query planner make it easy to manipulate and retrieve data.

By keeping all data in RAM as persistent data structures, FleetDB is able to offer multi-record transactions, excellent concurrency semantics, and high performance. Writing to an append-only log provides durability in the form of a single file that can be transfered and analyzed using standard Unix tools.

FleetDB is accessible via a simple JSON-based protocol that is implemented by clients in several programming languages.

Webpage: http://fleetdb.org/

3 questions
18
votes
6 answers

Clojure and NoSQL databases

I am currently trying to pick between different NoSQL databases for my project. The project is being written in clojure and javascript. I am currently looking at three candidates for storage. What are the relative strengths and weaknesses of…
Mad Wombat
  • 14,490
  • 14
  • 73
  • 109
1
vote
1 answer

Embedded FleetDB with Clojure 1.3

I'm trying to embedded the latest FleetDB to app using Clojure 1.3. I think because of the absent of contrib, it won't work anymore. Has anybody here got Clojure 1.3 working with embedded Fleetdb and if you do can I see your project.clj ?
Teo Choong Ping
  • 12,512
  • 18
  • 64
  • 91
1
vote
1 answer

Best practices for fleet tracking using google maps v3?

I want to develop fleet tracking app using HTML5,JavaScript, Couch DB for a construction site.I ll get live lat,long of moving vehicles in json format.I dont want to use Direction Services of google since lat,long coming from our own GPS devices.I…
P Srinivas Goud
  • 886
  • 1
  • 12
  • 30